74 TYPE(t_region
) :: region
80 CHARACTER(CHRLEN) :: rcsidentstring
82 REAL(RFREAL) :: trk(5)
86 DOUBLE PRECISION ::
alpha
93 rcsidentstring =
'$RCSfile: RFLU_UpdateInbuffWrapper.F90,v $ $Revision: 1.6 $'
95 global => region%global
98 'RFLU_UpdateInbuffWrapper.F90')
105 trk(:) = region%mixtInput%trk(:)
107 time = global%currentTime + global%dtMin*(trk(istage) - trk(1))
108 alpha = (time-global%timeStamp)/global%dTimeSystem
110 CALL com_call_function(global%genxHandleBc,2,
alpha,1)
112 CALL com_call_function(global%genxHandleBc,2,
alpha,2)
subroutine rflu_updateinbuffwrapper(region, istage)
subroutine registerfunction(global, funName, fileName)
subroutine rflu_putboundaryvaluesalpha(region)
subroutine rflu_getboundaryvalues(region)
unsigned char alpha() const
subroutine deregisterfunction(global)