9.2
general documentation
cdo_navsto_predco_ctx_t Struct Reference

Context related to CDO face-based discretization when dealing with Navier-Stokes equations with a prediction/correction algorithm. More...

#include <cs_navsto_context.h>

+ Inheritance diagram for cdo_navsto_predco_ctx_t:
+ Collaboration diagram for cdo_navsto_predco_ctx_t:

Public Attributes

cs_navsto_projection_tcoupling_context
 
Additional main field variables

Fields for every main variable of the equation. Got from cs_navsto_system_t

cs_real_tpredicted_velocity_f
 
- Public Attributes inherited from cdo_navsto_ctx_t
cs_field_tvelocity
 
cs_field_tpressure
 
cs_field_tdivergence
 
cs_adv_field_tadv_field
 
cs_real_tmass_flux_array
 
cs_real_tmass_flux_array_pre
 
const cs_boundary_type_tbf_type
 
cs_cdo_bc_face_tpressure_bc
 
int pressure_rescaling
 
cs_cdo_apply_boundary_tapply_fixed_wall
 
cs_cdo_apply_boundary_tapply_sliding_wall
 
cs_cdo_apply_boundary_tapply_velocity_inlet
 
cs_cdo_apply_boundary_tapply_symmetry
 
cs_timer_counter_t timer
 

Additional Inherited Members

- Public Member Functions inherited from cdo_navsto_ctx_t
cs_real_tget_mass_flux (bool previous) const
 Retrieve the mass flux array related to the Navier-Stokes system. More...
 

Detailed Description

Context related to CDO face-based discretization when dealing with Navier-Stokes equations with a prediction/correction algorithm.

Member Data Documentation

◆ coupling_context

coupling_context

Pointer to a cs_navsto_projection_t_t (owned by cs_navsto_system_t) containing the settings related to a prjection or prediction/correction algorithm.

◆ predicted_velocity_f

predicted_velocity_f

Values of the predicted velocity at faces. This values may not be divergence-free


The documentation for this struct was generated from the following file: