programmer's documentation
Data Fields
cs_piso_t Struct Reference

PISO options descriptor. More...

#include <cs_parameters.h>

Collaboration diagram for cs_piso_t:
Collaboration graph

Data Fields

int nterup
 
double epsup
 
double xnrmu
 
double xnrmu0
 

Detailed Description

PISO options descriptor.

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

Field Documentation

epsup

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

nterup

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

xnrmu

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

xnrmu0

norm of $ \vect{u}^0 $


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