Variables | |
real(c_double), pointer, save | presat |
reference saturation pressure (kg/(m s2)) | |
real(c_double), pointer, save | uinf |
reference velocity of the flow (m/s) | |
real(c_double), pointer, save | linf |
reference length scale of the flow (m) | |
real(c_double), pointer, save | cdest |
constant Cdest of the condensation source term (Merkle model) | |
real(c_double), pointer, save | cprod |
constant Cprod of the vaporization source term (Merkle model) | |
cs_real_t | presat |
cs_real_t | uinf |
cs_real_t | linf |
cs_real_t | cdest |
cs_real_t | cprod |
real(c_double), pointer, save cdest |
constant Cdest of the condensation source term (Merkle model)
cs_real_t cdest |
Constant Cdest of the condensation source term (Merkle model).
real(c_double), pointer, save cprod |
constant Cprod of the vaporization source term (Merkle model)
cs_real_t cprod |
Constant Cprod of the vaporization source term (Merkle model).
real(c_double), pointer, save linf |
reference length scale of the flow (m)
cs_real_t linf |
Reference length scale of the flow (m).
real(c_double), pointer, save presat |
reference saturation pressure (kg/(m s2))
cs_real_t presat |
Reference saturation pressure (kg/(m s2)).
real(c_double), pointer, save uinf |
reference velocity of the flow (m/s)
cs_real_t uinf |
Reference velocity of the flow (m/s).