56 TYPE(t_region
),
POINTER :: regions(:)
63 global => regions(1)%global
70 IF ( global%flowType == flow_steady .AND. &
71 global%myProcid == masterproc )
THEN
72 WRITE(if_mass,
'(I6,4(1X,E23.16))') global%currentIter,global%totalMass, &
73 global%massIn,global%massOut, &
78 ELSE IF ( global%flowType == flow_unsteady .AND. &
79 global%myProcid == masterproc )
THEN
80 WRITE(if_mass,
'(5(1X,E23.16))') global%currentTime,global%totalMass, &
81 global%massIn,global%massOut, &
subroutine registerfunction(global, funName, fileName)
subroutine writetotalmass(regions)
subroutine deregisterfunction(global)