62 INTEGER,
INTENT(IN) :: fluidmodel,var
69 CHARACTER(CHRLEN) :: rcsidentstring
75 rcsidentstring =
'$RCSfile: RFLU_GetCvLoc.F90,v $ $Revision: 1.4 $'
84 SELECT CASE ( fluidmodel )
90 CASE ( fluid_model_incomp )
101 CALL
errorstop(global,err_reached_default,__line__)
108 CASE ( fluid_model_comp )
110 CASE ( cv_mixt_dens )
112 CASE ( cv_mixt_xmom:cv_mixt_xvel )
114 CASE ( cv_mixt_ymom:cv_mixt_yvel )
116 CASE ( cv_mixt_zmom:cv_mixt_zvel )
118 CASE ( cv_mixt_ener:cv_mixt_pres )
121 CALL
errorstop(global,err_reached_default,__line__)
129 CALL
errorstop(global,err_reached_default,__line__)
INTEGER function rflu_getcvloc(global, fluidModel, var)
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)