![]() |
programmer's documentation
|
Routines to handle structures used as a context when solving the Navier-Stokes equations. Structures are cast on-the-fly according to the type of coupling. More...
#include "cs_equation.h"
#include "cs_field.h"
#include "cs_param.h"
#include "cs_mesh.h"
#include "cs_navsto_param.h"
#include "cs_time_step.h"
#include "cs_xdef.h"
Go to the source code of this file.
Data Structures | |
struct | cs_navsto_coupling_uzawa_t |
Set of parameters specific for solving the Navier-Stokes system with a fully coupled algorithm using a Uzawa algorithm and an Augmented Lagrangian approach inside each sub-iteration. More... | |
struct | cs_navsto_coupling_ac_t |
Set of parameters specific for solving the Navier-Stokes system with the "artificial compressibility" algorithm. More... | |
struct | cs_navsto_coupling_ac_vpp_t |
Set of parameters specific for solving the Navier-Stokes system with the "artificial compressibility" solved by the VPP_eps algorithm. More... | |
struct | cs_navsto_coupling_projection_t |
Set of parameters specific for solving the Navier-Stokes system with an incremental projection algorithm. More... | |
Routines to handle structures used as a context when solving the Navier-Stokes equations. Structures are cast on-the-fly according to the type of coupling.