|
programmer's documentation
|
|
Functions/Subroutines | |
| integer function | iscavr (iscal) |
| If scalar iscal represents the mean of the square of a scalar k, return k; otherwise, return 0. More... | |
| subroutine | time_step_options_init |
| Initialize Fortran time step options API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | thermal_model_init |
| Initialize Fortran thermal model API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | turb_model_init |
| Initialize Fortran turbulence model API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | wall_functions_init |
| Initialize Fortran wall functions API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | turb_les_model_init |
| Initialize Fortran LES turbulence model API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | stokes_options_init |
| Initialize Fortran Stokes options API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | space_disc_options_init |
| Initialize Fortran space discretisation options API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | piso_options_init |
| Initialize Fortran PISO options API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | elec_option_init |
| Initialize Fortran ELEC options API. This maps Fortran pointers to global C structure members. More... | |
Variables | |
| integer, save | isuite |
| integer, save | ileaux |
| integer, save | iecaux |
| integer, save | isuit1 |
| integer, save | isuict |
| integer, save | isuivo |
| integer, save | isuisy |
| subroutine optcal::elec_option_init | ( | ) |
Initialize Fortran ELEC options API. This maps Fortran pointers to global C structure members.
| integer function optcal::iscavr | ( | integer, intent(in) | iscal | ) |
If scalar iscal represents the mean of the square of a scalar k, return k; otherwise, return 0.
| subroutine optcal::piso_options_init | ( | ) |
Initialize Fortran PISO options API. This maps Fortran pointers to global C structure members.
| subroutine optcal::space_disc_options_init | ( | ) |
Initialize Fortran space discretisation options API. This maps Fortran pointers to global C structure members.
| subroutine optcal::stokes_options_init | ( | ) |
Initialize Fortran Stokes options API. This maps Fortran pointers to global C structure members.
| subroutine optcal::thermal_model_init | ( | ) |
Initialize Fortran thermal model API. This maps Fortran pointers to global C structure members.
| subroutine optcal::time_step_options_init | ( | ) |
Initialize Fortran time step options API. This maps Fortran pointers to global C structure members.
| subroutine optcal::turb_les_model_init | ( | ) |
Initialize Fortran LES turbulence model API. This maps Fortran pointers to global C structure members.
| subroutine optcal::turb_model_init | ( | ) |
Initialize Fortran turbulence model API. This maps Fortran pointers to global C structure members.
| subroutine optcal::wall_functions_init | ( | ) |
Initialize Fortran wall functions API. This maps Fortran pointers to global C structure members.
| integer, save iecaux |
| integer, save ileaux |
| integer, save isuict |
| integer, save isuisy |
| integer, save isuit1 |
| integer, save isuite |
| integer, save isuivo |
1.8.13