8.0
general documentation
Loading...
Searching...
No Matches
cothht.f90 File Reference

Functions/Subroutines

subroutine cothht (mode, nespec, nespem, xespec, npo, npot, th, eh, enthal, temper)
subroutine coh2tb (h_b, t_b)
 Convert enthalpy to temperature at boundary for gas combustion.
subroutine cot2hb (n_faces, face_ids, t_b, h_b)
 Convert temperature to enthalpy at boundary for gas combustion.

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

◆ cothht()

subroutine cothht ( integer mode,
integer nespec,
integer nespem,
double precision, dimension(nespem) xespec,
integer npo,
integer npot,
double precision, dimension(npot) th,
double precision, dimension(nespem,npot) eh,
double precision enthal,
double precision temper )