1 #ifndef __CS_PRESSURE_CORRECTION_H__ 2 #define __CS_PRESSURE_CORRECTION_H__ double precision, dimension(:,:), allocatable spcond
value of the condensation source terms for pressure. For the other variables, eventual imposed specif...
Definition: pointe.f90:226
#define restrict
Definition: cs_defs.h:142
integer, save ncmast
number of the ncmast cells in which a condensation source terms is imposed. See lstmast list and the ...
Definition: pointe.f90:248
void cs_pressure_correction(int iterns, cs_lnum_t nfbpcd, cs_lnum_t ncmast, cs_lnum_t ifbpcd[nfbpcd], cs_lnum_t ltmast[], int isostd[], cs_real_t vel[restrict][3], cs_real_t da_uu[restrict][6], cs_real_t coefav[restrict][3], cs_real_t coefbv[restrict][3][3], cs_real_t coefa_dp[restrict], cs_real_t coefb_dp[restrict], cs_real_t spcond[restrict], cs_real_t svcond[restrict], cs_real_t frcxt[restrict][3], cs_real_t dfrcxt[restrict][3], cs_real_t i_visc[restrict], cs_real_t b_visc[restrict])
Perform the pressure correction step of the Navier-Stokes equations for incompressible or slightly co...
Definition: cs_pressure_correction.c:164
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
integer, dimension(:), allocatable ltmast
list on the ncmast cells in which a condensation source terms is imposed. See the user subroutine cs_...
Definition: pointe.f90:252
integer, save nfbpcd
number of the nfbpcd faces in which a condensation source terms is imposed. See ifbpcd and the user s...
Definition: pointe.f90:208
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
Definition: cs_field_pointer.h:68
double precision, dimension(:,:), allocatable svcond
value of the condensation source terms for pressure associated to the metal structures modelling...
Definition: pointe.f90:268
integer, dimension(:), allocatable ifbpcd
list on the nfbpcd faces in which a condensation source terms is imposed. See ifbpcd and the user sub...
Definition: pointe.f90:212
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
#define END_C_DECLS
Definition: cs_defs.h:511