My Project
programmer's documentation
Functions/Subroutines | Variables
cfpoin Module Reference

Functions/Subroutines

subroutine cf_model_init
 Initialize Fortran compressible model API. This maps Fortran pointers to global C structure members. More...
 
subroutine init_compf (nfabor)
 Allocate boundary flux indicators array. More...
 
subroutine finalize_compf
 Deallocate boundary flux indicators array. More...
 

Variables

integer(c_int), pointer, save ieos
 indicator of equation of state mapping cs_cf_model_t::ieos More...
 
integer(c_int), pointer, save ithvar
 thermodynamic variables indicator for initialization mapping cs_cf_model_t::ithvar More...
 
integer, dimension(:), allocatable ifbet
 imposed thermal flux indicator at the boundary (some boundary contributions of the total energy eq. have to be cancelled) More...
 
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) More...
 
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. More...
 
real(c_double), pointer, save gammasg
 Stiffened gas polytropic coefficient (dimensionless) for single phase model mapping cs_cf_model_t::gammasg. More...
 
integer(c_int), pointer, save hgn_relax_eq_st
 

Function/Subroutine Documentation

◆ cf_model_init()

subroutine cfpoin::cf_model_init ( )

Initialize Fortran compressible model API. This maps Fortran pointers to global C structure members.

◆ finalize_compf()

subroutine cfpoin::finalize_compf ( )

Deallocate boundary flux indicators array.

◆ init_compf()

subroutine cfpoin::init_compf ( integer  nfabor)

Allocate boundary flux indicators array.