#include "cs_defs.h"
Include dependency graph for cs_velocity_pressure.h:Go to the source code of this file.
Data Structures | |
| struct | cs_velocity_pressure_model_t |
| Stokes equation model descriptor. More... | |
| struct | cs_velocity_pressure_param_t |
| Inner velocity/pressure iteration options descriptor. More... | |
Typedefs | |
| typedef cs_velocity_pressure_model_t | cs_stokes_model_t |
| typedef cs_velocity_pressure_param_t | cs_piso_t |
Functions | |
| cs_velocity_pressure_model_t * | cs_get_glob_velocity_pressure_model (void) |
| cs_velocity_pressure_param_t * | cs_get_glob_velocity_pressure_param (void) |
| Provide access to cs_glob_velocity_pressure_param. More... | |
| void | cs_velocity_pressure_set_n_buoyant_scalars (void) |
| void | cs_velocity_pressure_set_solid (void) |
| void | cs_velocity_pressure_model_log_setup (void) |
| Print the stokes model parameters to setup.log. More... | |
| void | cs_velocity_pressure_param_log_setup (void) |
| Print Velocity-pressure parameters to setup.log. More... | |
Variables | |
| const cs_velocity_pressure_model_t * | cs_glob_velocity_pressure_model |
| const cs_velocity_pressure_param_t * | cs_glob_velocity_pressure_param |
| cs_velocity_pressure_model_t* cs_get_glob_velocity_pressure_model | ( | void | ) |
| cs_velocity_pressure_param_t* cs_get_glob_velocity_pressure_param | ( | void | ) |
Provide access to cs_glob_velocity_pressure_param.
needed to initialize structure with GUI and user C functions.
| void cs_velocity_pressure_model_log_setup | ( | void | ) |
Print the stokes model parameters to setup.log.
Print the stokes model parameters to setup.log.
| void cs_velocity_pressure_param_log_setup | ( | void | ) |
Print Velocity-pressure parameters to setup.log.
| void cs_velocity_pressure_set_n_buoyant_scalars | ( | void | ) |
| void cs_velocity_pressure_set_solid | ( | void | ) |
| const cs_velocity_pressure_model_t* cs_glob_velocity_pressure_model |
| const cs_velocity_pressure_param_t* cs_glob_velocity_pressure_param |