8.0
general documentation
Loading...
Searching...
No Matches
cdomod Module Reference

Data Types

interface  cs_equation_solve_steady_state_wrapper
interface  cs_f_cdo_get_pointers
interface  cs_f_cdo_post_domain
interface  cs_f_cdo_solve_steady_state_domain
interface  cs_f_cdo_solve_unsteady_state_domain
interface  cs_f_domain_initialize_cdo_systems
interface  solve_cdo_equation

Functions/Subroutines

subroutine solve_steady_state_cdo_equation (eqname)
subroutine cdo_init
 Initialize Fortran CDO flag. This maps Fortran pointers to global C structure members.

Variables

integer(c_int), pointer, save icdo
 Activated (=1 or =2) or not activated (=0) If icdo=1 (CDO and FV at the same time) If icdo=2 (CDO only)

Function/Subroutine Documentation

◆ cdo_init()

subroutine cdo_init

Initialize Fortran CDO flag. This maps Fortran pointers to global C structure members.

◆ solve_steady_state_cdo_equation()

subroutine solve_steady_state_cdo_equation ( character(len=*), intent(in) eqname)

Variable Documentation

◆ icdo

integer(c_int), pointer, save icdo

Activated (=1 or =2) or not activated (=0) If icdo=1 (CDO and FV at the same time) If icdo=2 (CDO only)