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. More... | |
| subroutine | cot2hb (n_faces, face_ids, t_b, h_b) |
| Convert temperature to enthalpy at boundary for gas combustion. More... | |
| 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.
| [in] | h_b | enthalpy at boundary |
| [in,out] | t_b | temperature at boundary |
| 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.
| [in] | n_faces | number of faces in list |
| [in] | face_ids | list of boundary faces at which conversion is requested (0-based numbering) |
| [in] | t_b | temperature at boundary |
| [out] | h_b | enthalpy at boundary |
| 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 | ||
| ) |