1 #ifndef __CS_AST_COUPLING_H__
2 #define __CS_AST_COUPLING_H__
integer, save nbnast
Definition: alaste.f90:47
void astcv2(cs_int_t *ntcast, cs_int_t *icv)
Definition: cs_ast_coupling.c:707
integer(c_int), pointer, save icv
isochoric specific heat
Definition: cstphy.f90:87
integer, save ntcast
Definition: alaste.f90:46
integer, save nbfast
Definition: alaste.f90:47
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:295
void astpdt(cs_real_t *dttab, cs_int_t *ncelet, cs_int_t *nbpdt)
Definition: cs_ast_coupling.c:604
void astpar(cs_int_t *nbpdt, cs_int_t *nbsspdt, cs_real_t *delta, cs_real_t *tt, cs_real_t *dt)
Definition: cs_ast_coupling.c:514
void astgeo(cs_int_t *nbfast, cs_int_t *nbnast, cs_int_t *lstfac, cs_int_t *idfast, cs_int_t *idnast, cs_real_t *almax)
Definition: cs_ast_coupling.c:131
integer, save ncelet
Definition: mesh.f90:46
void astcin(cs_int_t *ntcast, cs_real_3_t *disale)
Definition: cs_ast_coupling.c:440
double precision, dimension(ncharm), save delta
Definition: cpincl.f90:97
Definition: cs_field_pointer.h:64
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:307
#define END_C_DECLS
Definition: cs_defs.h:430
double cs_real_t
Definition: cs_defs.h:296
void cs_ast_coupling_finalize(void)
Definition: cs_ast_coupling.c:729
#define CS_PROCF(x, y)
Definition: cs_defs.h:453
void astfor(cs_int_t *ntcast, cs_int_t *nbfast, cs_real_t *forast)
Definition: cs_ast_coupling.c:395
real(c_double), pointer, save almax
is a characteristic macroscopic length of the domain, used for the initialization of the turbulence a...
Definition: cstphy.f90:555
void astcv1(cs_int_t *ntcast, cs_int_t *icv)
Definition: cs_ast_coupling.c:677
struct _cs_ast_coupling_t cs_ast_coupling_t
Definition: cs_ast_coupling.h:52