#include <cs_pressure_correction.h>
cs_real_t* bdy_potential_flux |
Potential flux at boundary faces. Used for Rhie & Chow
cs_real_t* bdy_pressure_incr |
Pressure increment at the boundary. Used as an array to set the boundary condition arising from a Dirichlet on the pressure.
cs_real_t* div_st |
Source term on the correction step stemming from the divergence of the predicted velocity
cs_real_t* inner_potential_flux |
Potential flux at interior faces. Used for Rhie & Chow
cs_flag_t post_flag |
cs_field_t* pressure_gradient |
Gradient of pressure. Used to store the gradient of pressure
cs_equation_t* pressure_incr |
< Pressure correction step related to the mass balance equation (scalar-valued)
cs_field_t* pressure_incr_gradient |
Gradient of pressure increment. Used to store the gradient pressure increment.