1 #ifndef __CS_TPAR1D_H__
2 #define __CS_TPAR1D_H__
135 const char *
const nomsui,
169 const char *
const nomsui,
integer, dimension(:), allocatable nppt1d
number of discretisation cells in the 1D wall for the nfpt1d boundary faces which are coupled with a ...
Definition: pointe.f90:185
void lect1d(const char *const nomsui, const cs_int_t *const lngnom, const cs_int_t *const nfpt1d, const cs_int_t *const nfpt1t, const cs_int_t *const nmxt1d, const cs_int_t *const nfabor, const cs_int_t *const nppt1d, const cs_int_t *const ifpt1d, const cs_real_t *const eppt1d, const cs_real_t *const rgpt1d, cs_real_t *const tppt1d CS_ARGF_SUPP_CHAINE)
Definition: cs_tpar1d.c:397
void lbrt1d(void)
Definition: cs_tpar1d.c:1019
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:295
integer, save nfabor
Definition: mesh.f90:58
integer, save nmxt1d
Definition: pointe.f90:175
#define CS_ARGF_SUPP_CHAINE
Definition: cs_defs.h:468
double precision, dimension(:), allocatable tppt1d
initialisation temperature of the wall (uniform in thickness). In the course of the calculation...
Definition: pointe.f90:212
integer, save nfpt1d
number of boundary faces which are coupled with a wall 1D thermal module. See the user subroutine usp...
Definition: pointe.f90:172
integer, dimension(:), allocatable ifpt1d
array allowing to mark out the numbers of the nfpt1d boundary faces which are coupled with a wall 1D ...
Definition: pointe.f90:192
void tpar1d(cs_int_t *ii, cs_int_t *icdcle, cs_real_t *tf, cs_real_t *hf, cs_real_t *te, cs_real_t *he, cs_real_t *fe, cs_real_t *lb, cs_real_t *rocp, cs_real_t *dtf, cs_real_t *tp)
Definition: cs_tpar1d.c:257
double precision, dimension(:), allocatable eppt1d
thickness of the 1D wall for the nfpt1d boundary faces which are coupled with a wall 1D thermal modul...
Definition: pointe.f90:203
integer, save nfpt1t
Indicateur module thermique 1d global (ie somme sur les processeurs de nfpt1d)
Definition: optcal.f90:842
#define END_C_DECLS
Definition: cs_defs.h:430
double cs_real_t
Definition: cs_defs.h:296
#define CS_PROCF(x, y)
Definition: cs_defs.h:453
void ecrt1d(const char *const nomsui, const cs_int_t *const lngnom, const cs_int_t *const nfpt1d, const cs_int_t *const nmxt1d, const cs_int_t *const nfabor, const cs_real_t *const tppt1d, const cs_int_t *const ifpt1d CS_ARGF_SUPP_CHAINE)
Definition: cs_tpar1d.c:792
double precision, dimension(:), allocatable rgpt1d
geometry of the pseudo wall mesh (refined as a fluid if rgt1d is smaller than 1
Definition: pointe.f90:207
void mait1d(cs_int_t *nf, cs_int_t n[], cs_real_t e[], cs_real_t r[], cs_real_t tp[])
Definition: cs_tpar1d.c:177