8.2
general documentation
cothht.f90 File Reference

Functions/Subroutines

real(c_double) function cs_gas_combustion_h_to_t (xespec, enthal)
 Convert enthalpy to temperature at cells for gas combustion. More...
 
real(c_double) function cs_gas_combustion_t_to_h (xespec, temper)
 Convert a temperature value to enthalpy for gas combustion. More...
 
subroutine coh2tb (h_b, t_b)
 Convert enthalpy to temperature at boundary for gas combustion. More...
 
subroutine cot2hb (n_faces, face_ids, t_b, h_b)
 Convert temperature to enthalpy at boundary for gas combustion. More...
 

Function/Subroutine Documentation

◆ coh2tb()

subroutine coh2tb ( double precision, dimension(nfabor), intent(in)  h_b,
double precision, dimension(nfabor), intent(out), target  t_b 
)

Convert enthalpy to temperature at boundary for gas combustion.

Parameters
[in]h_benthalpy at boundary
[in,out]t_btemperature at boundary

◆ cot2hb()

subroutine cot2hb ( integer  n_faces,
integer, dimension(n_faces)  face_ids,
double precision, dimension(nfabor), intent(in)  t_b,
double precision, dimension(nfabor), intent(out), target  h_b 
)

Convert temperature to enthalpy at boundary for gas combustion.

Parameters
[in]n_facesnumber of faces in list
[in]face_idslist of boundary faces at which conversion is requested (0-based numbering)
[in]t_btemperature at boundary
[out]h_benthalpy at boundary

◆ cs_gas_combustion_h_to_t()

real(c_double) function cs_gas_combustion_h_to_t ( real(kind=c_double), dimension(*)  xespec,
real(c_double), value  enthal 
)

Convert enthalpy to temperature at cells for gas combustion.

Parameters
[in]xespecmass fraction of constituents
[in]enthalenthalpy at cells
[out]tempertemperature at cells

◆ cs_gas_combustion_t_to_h()

real(c_double) function cs_gas_combustion_t_to_h ( real(kind=c_double), dimension(*)  xespec,
real(c_double), value  temper 
)

Convert a temperature value to enthalpy for gas combustion.

Parameters
[in]xespecmass fraction of constituants
[in]tempertemperature at cells
[out]enthalenthalpy at cells