#include <cs_navsto_context.h>
Inheritance diagram for cdo_navsto_ac_ctx_t:
Collaboration diagram for cdo_navsto_ac_ctx_t:Public Attributes | |
| cs_navsto_ac_t * | coupling_context |
Parameters of the algorithm | |
Easy access to useful features and parameters of the algorithm | |
| bool | is_zeta_uniform |
Convergence monitoring | |
Structure used to drive the convergence of high-level iterative algorithms | |
| cs_iter_algo_t * | nl_algo |
Public Attributes inherited from cdo_navsto_ctx_t | |
| cs_field_t * | velocity |
| cs_field_t * | pressure |
| cs_field_t * | divergence |
| cs_adv_field_t * | adv_field |
| cs_real_t * | mass_flux_array |
| cs_real_t * | mass_flux_array_pre |
| const cs_boundary_type_t * | bf_type |
| cs_cdo_bc_face_t * | pressure_bc |
| int | pressure_rescaling |
| cs_cdo_apply_boundary_t * | apply_fixed_wall |
| cs_cdo_apply_boundary_t * | apply_sliding_wall |
| cs_cdo_apply_boundary_t * | apply_velocity_inlet |
| cs_cdo_apply_boundary_t * | apply_symmetry |
| cs_timer_counter_t | timer |
Additional Inherited Members | |
Public Member Functions inherited from cdo_navsto_ctx_t | |
| cs_real_t * | get_mass_flux (bool previous) const |
| Retrieve the mass flux array related to the Navier-Stokes system. More... | |
| coupling_context |
Pointer to a cs_navsto_ac_t (owned by cs_navsto_system_t) containing the settings related to an artificial compressibility (AC) algorithm
| is_zeta_uniform |
Bool telling if the auxiliary parameter zeta is uniform. Not always necessary: zeta is typically used in Artificial Compressibility algos
| nl_algo |
Structure driving the convergence of the non-linear algorithm