Home
last modified time | relevance | path

Searched refs:CS_EOS_STIFFENED_GAS (Results 1 – 3 of 3) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/cfbl/
H A Dcs_cf_thermo.c99 if (ieos == CS_EOS_IDEAL_GAS || ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_set_thermo_options()
153 else if (ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_default_init()
356 if (ieos == CS_EOS_IDEAL_GAS || ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_te_from_dp()
424 if (ieos == CS_EOS_IDEAL_GAS || ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_de_from_pt()
493 if (ieos == CS_EOS_IDEAL_GAS || ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_dt_from_pe()
568 if (ieos == CS_EOS_IDEAL_GAS || ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_pe_from_dt()
641 if (ieos == CS_EOS_IDEAL_GAS || ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_pt_from_de()
741 if (ieos == CS_EOS_IDEAL_GAS || ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_c_square()
861 else if (ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_cv()
1318 || ieos == CS_EOS_STIFFENED_GAS in cs_cf_thermo_ph_inlet_bc()
[all …]
H A Dcs_cf_model.h73 CS_EOS_STIFFENED_GAS = 2, enumerator
H A Dcs_cf_thermo.h330 else if (ieos == CS_EOS_STIFFENED_GAS) { in cs_cf_thermo_gamma()