My Project
programmer's documentation
Variables
Collaboration diagram for Vaporization/condensation model:

Variables

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

Detailed Description

Variable Documentation

◆ cdest [1/2]

real(c_double), pointer, save cdest

constant Cdest of the condensation source term (Merkle model)

◆ cdest [2/2]

cdest

Constant Cdest of the condensation source term (Merkle model).

◆ cprod [1/2]

real(c_double), pointer, save cprod

constant Cprod of the vaporization source term (Merkle model)

◆ cprod [2/2]

cprod

Constant Cprod of the vaporization source term (Merkle model).

◆ linf [1/2]

real(c_double), pointer, save linf

reference length scale of the flow (m)

◆ linf [2/2]

linf

Reference length scale of the flow (m).

◆ presat [1/2]

real(c_double), pointer, save presat

reference saturation pressure (kg/(m s2))

◆ presat [2/2]

presat

Reference saturation pressure (kg/(m s2)).

◆ uinf [1/2]

real(c_double), pointer, save uinf

reference velocity of the flow (m/s)

◆ uinf [2/2]

uinf

Reference velocity of the flow (m/s).