|
My Project
programmer's documentation
|
Module for fuel combustion. More...
Modules | |
| module | cfpoin |
Functions/Subroutines | |
| subroutine | cf_model_init |
| Initialize Fortran compressible model API. This maps Fortran pointers to global C structure members. | |
| subroutine | init_compf (nfabor) |
| Allocate boundary flux indicators array. | |
| subroutine | finalize_compf |
| Deallocate boundary flux indicators array. | |
Variables | |
| integer(c_int), pointer, save | ieos |
| indicator of equation of state mapping cs_cf_model_t::ieos | |
| integer(c_int), pointer, save | ithvar |
| thermodynamic variables indicator for initialization mapping cs_cf_model_t::ithvar | |
| integer, dimension(:), allocatable | ifbet |
| imposed thermal flux indicator at the boundary (some boundary contributions of the total energy eq. have to be cancelled) | |
| integer, dimension(:), allocatable | icvfli |
| boundary convection flux indicator of a Rusanov or an analytical flux (some boundary contributions of the momentum eq. have to be cancelled) | |
| real(c_double), pointer, save | psginf |
| Stiffened gas limit pressure (Pa) for single phase model Equal to zero in perfect gas mapping cs_cf_model_t::psginf. | |
| real(c_double), pointer, save | gammasg |
| Stiffened gas polytropic coefficient (dimensionless) for single phase model mapping cs_cf_model_t::gammasg. | |
| integer(c_int), pointer, save | hgn_relax_eq_st |
| homogeneous two-phase flow model indicator for source terms | |
Module for fuel combustion.