My Project
programmer's documentation
|
Structure managing the Navier-Stokes system. More...
#include <cs_navsto_system.h>
Data Fields | |
cs_navsto_param_t * | param |
cs_boundary_type_t * | bf_type |
Fields | |
Set of fields (resolved variables): fields are created according to the choice of model for Navier-Stokes | |
cs_adv_field_t * | adv_field |
cs_field_t * | velocity |
cs_field_t * | velocity_divergence |
cs_field_t * | pressure |
cs_field_t * | temperature |
void * | coupling_context |
void * | scheme_context |
Pointer to functions handling specific tasks | |
cs_navsto_init_scheme_context_t * | init_scheme_context |
cs_navsto_free_scheme_context_t * | free_scheme_context |
cs_navsto_init_values_t * | init_velocity |
cs_navsto_init_values_t * | init_pressure |
cs_navsto_compute_t * | compute_steady |
cs_navsto_compute_t * | compute |
Structure managing the Navier-Stokes system.
adv_field |
Advection field, pointer to cs_adv_field_t
cs_boundary_type_t* bf_type |
compute |
Pointer of functions related to resolution of the Navier-Stokes unsteady system. Handle the build of the system and its resolution
compute_steady |
Pointer of functions related to resolution of the Navier-Stokes steady system. Handle the build of the system and its resolution
coupling_context |
Additional structure storing information according to the way equations of model for the Navier-Stokes system are coupled and thus solved
free_scheme_context |
Pointer of functions related to the destruction of the context structure related to a given discretization scheme for the resolution of the Navier-Stokes system
init_pressure |
Pointer of functions related to the initialization of variable values Case of the pressure
init_scheme_context |
Pointer of functions related to the initialization of the context structure related to a given discretization scheme for the resolution of the Navier-Stokes system
init_velocity |
Pointer of functions related to the initialization of variable values Case of the velocity
param |
Set of parameters to handle the Navier-Stokes system
pressure |
Pressure, scalar-valued, pointer to cs_field_t
scheme_context |
Additional structure storing information according to the space discretization scheme used for solving the model for the Navier-Stokes system
temperature |
Temperature, scalar-var, pointer to cs_field_t. NULL if no energy-like equation is defined
velocity |
Velocity, vector-valued, pointer to cs_field_t
velocity_divergence |
Divergence of the velocity fied, scalar-valued pointer to cs_field_t