My Project
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
 
int n_buoyant_scal
 

Detailed Description

PISO options descriptor.

Members of the PISO 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 interations 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: