|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __CS_HGN_PHASE_THERMO_H__
2 #define __CS_HGN_PHASE_THERMO_H__
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).
Definition: cs_hgn_phase_thermo.c:279
#define END_C_DECLS
Definition: cs_defs.h:468
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).
Definition: cs_hgn_phase_thermo.c:215
double precision, dimension(:,:,:), allocatable v
Definition: atimbr.f90:114
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
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.
Definition: cs_hgn_phase_thermo.c:173
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.
Definition: cs_hgn_phase_thermo.c:194
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).
Definition: cs_hgn_phase_thermo.c:236
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).
Definition: cs_hgn_phase_thermo.c:152
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).
Definition: cs_hgn_phase_thermo.c:257
void cs_real_t * gamma
Definition: cs_base_fortran.h:122
Definition: cs_field_pointer.h:107
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.
Definition: cs_hgn_phase_thermo.c:118