6.3
general documentation
cs_piso_t Struct Reference

Inner velocity/pressure iteration options descriptor. More...

#include <cs_parameters.h>

+ Collaboration diagram for cs_piso_t:

Data Fields

int nterup
 
double epsup
 
double xnrmu
 
double xnrmu0
 
int n_buoyant_scal
 

Detailed Description

Inner velocity/pressure iteration options descriptor.

Members of this structure are publicly accessible, to allow for concise syntax, as they are expected to be used in many places.

Field Documentation

◆ epsup

epsup

relative precision for the convergence test of the iterative process on pressure-velocity coupling

◆ n_buoyant_scal

int n_buoyant_scal

◆ nterup

nterup

number of iterations on the pressure-velocity coupling on Navier-Stokes

◆ xnrmu

xnrmu

norm of the increment $ \vect{u}^{k+1} - \vect{u}^k $ of the iterative process on pressure-velocity coupling

◆ xnrmu0

xnrmu0

norm of $ \vect{u}^0 $


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