My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
void | cs_hgn_thermo_define_stiffened_gas (int iph, cs_real_t cv, cs_real_t gamma, cs_real_t pinf, cs_real_t qprim, cs_real_t q) |
Define stiffened gas parameters for phase iph. More... | |
cs_real_t | cs_hgn_phase_thermo_entropy_ve (cs_real_t vol, cs_real_t energ, int iph) |
Computation of the entropy of phase iph (0 or 1). More... | |
cs_real_t | cs_hgn_phase_thermo_temperature_ve (cs_real_t vol, cs_real_t energ, int iph) |
Computation of the temperature of phase iph. More... | |
cs_real_t | cs_hgn_phase_thermo_pressure_ve (cs_real_t vol, cs_real_t energ, int iph) |
Computation of the pressure of phase iph. More... | |
cs_real_t | cs_hgn_phase_thermo_internal_energy_tp (cs_real_t T, cs_real_t P, int iph) |
Computation of internal energy of phase iph in plane (T,P). More... | |
cs_real_t | cs_hgn_phase_thermo_specific_volume_tp (cs_real_t T, cs_real_t P, int iph) |
Computation of specific volume of phase iph in plane (T,P). More... | |
cs_real_t | cs_hgn_phase_thermo_entropy_tp (cs_real_t T, cs_real_t P, int iph) |
Computation of entropy of phase iph in plane (T,P). More... | |
cs_real_t | cs_hgn_phase_thermo_internal_energy_sv (cs_real_t s, cs_real_t v, int iph) |
Computation of internal energy of phase iph in plane (s,v). More... | |
Computation of entropy of phase iph in plane (T,P).
[in] | T | temperature |
[in] | P | pressure |
[in] | iph | index of phase |
Computation of entropy of phase iph in plane (T,P).
This function returns the specific entropy of phase iph with respect to the temperature of phase iph and to the pressure energy of phase iph.
[in] | T | temperature (in K) |
[in] | P | pressure (in Pa) |
[in] | iph | index of phase |
Computation of the entropy of phase iph (0 or 1).
This function returns the entropy of phase iph with respect to the specific volume of phase iph and to the specific energy of phase iph.
[in] | vol | specific volume of phase iph |
[in] | energ | specific energy of phase iph |
[in] | iph | index of phase |
Computation of the entropy of phase iph (0 or 1).
This function returns the entropy of phase iph with respect to the specific volume of phase iph and to the specific energy of phase iph.
[in] | vol | specific volume of phase iph (in m^3/kg) |
[in] | energ | specific energy of phase iph (in J/kg) |
[in] | iph | index of phase |
Computation of internal energy of phase iph in plane (s,v).
[in] | s | entropy |
[in] | v | specific volume |
[in] | iph | index of phase |
Computation of internal energy of phase iph in plane (s,v).
This function returns the internal energy of phase iph with respect to the specific entropy of phase iph and to the specific volume of phase iph.
[in] | s | specific entropy (in J/kg/K) |
[in] | v | specific volume (in m^3/kg) |
[in] | iph | index of phase |
Computation of internal energy of phase iph in plane (T,P).
[in] | T | temperature |
[in] | P | pressure |
[in] | iph | index of phase |
Computation of internal energy of phase iph in plane (T,P).
This function returns the internal energy of phase iph with respect to the temperature of phase iph and to the pressure energy of phase iph.
[in] | T | temperature (in K) |
[in] | P | pressure (in Pa) |
[in] | iph | index of phase |
Computation of the pressure of phase iph.
This function returns the pressure of phase iph with respect to the specific volume of phase iph and to the specific energy of phase iph.
[in] | vol | the specific volume of phase iph |
[in] | energ | the specific energy of phase iph |
[in] | iph | index of phase |
Computation of the pressure of phase iph.
This function returns the pressure of phase iph with respect to the specific volume of phase iph and to the specific energy of phase iph.
[in] | vol | the specific volume of phase iph (in m^3/kg) |
[in] | energ | the specific energy of phase iph (in J/kg) |
[in] | iph | index of phase |
Computation of specific volume of phase iph in plane (T,P).
[in] | T | temperature |
[in] | P | pressure |
[in] | iph | index of phase |
Computation of specific volume of phase iph in plane (T,P).
This function returns the specific volume of phase iph with respect to the temperature of phase iph and to the pressure energy of phase iph.
[in] | T | temperature (in K) |
[in] | P | pressure (in Pa) |
[in] | iph | index of phase |
Computation of the temperature of phase iph.
This function returns the temperature of phase iph with respect to the specific volume of phase iph and to the specific energy of phase iph.
[in] | vol | the specific volume of phase iph |
[in] | energ | the specific energy of phase iph |
[in] | iph | index of phase |
Computation of the temperature of phase iph.
This function returns the temperature of phase iph with respect to the specific volume of phase iph and to the specific energy of phase iph.
[in] | vol | the specific volume of phase iph (in m^3/kg) |
[in] | energ | the specific energy of phase iph (in J/kg) |
[in] | iph | index of phase |
void cs_hgn_thermo_define_stiffened_gas | ( | int | iph, |
cs_real_t | cv, | ||
cs_real_t | gamma, | ||
cs_real_t | pinf, | ||
cs_real_t | qprim, | ||
cs_real_t | q | ||
) |
Define stiffened gas parameters for phase iph.
[in] | iph | index of phase (0 or 1) |
[in] | cv | heat capacity |
[in] | gamma | polytropic coefficient |
[in] | pinf | minimum pressure |
[in] | qprim | entropy parameter |
[in] | q | (DOXYGEN_SHOULD_SKIP_THIS) |
[in] | iph | index of phase (0 or 1) |
[in] | cv | heat capacity (in J/kg/K) |
[in] | gamma | polytropic coefficient (-) |
[in] | pinf | minimum pressure (in Pa) |
[in] | qprim | entropy parameter (in J/kg/K) |
[in] | q | reference for specific enthalpy (in J/kg) |