1 #ifndef __CS_AST_COUPLING_H__
2 #define __CS_AST_COUPLING_H__
void cs_ast_coupling_send_cvg(int icved)
Send global convergence value of FSI calculations.
Definition: cs_ast_coupling.c:1239
void astcin(cs_real_3_t *disale)
Definition: cs_ast_coupling.c:850
void astfor(cs_lnum_t *nbfast, cs_real_t *forast)
Definition: cs_ast_coupling.c:721
void cs_ast_coupling_finalize(void)
Finalize exchange with code_aster.
Definition: cs_ast_coupling.c:1177
int cs_ast_coupling_get_ext_cvg(void)
Receive convergence value of code_saturne/code_aster coupling.
Definition: cs_ast_coupling.c:1216
void astgeo(cs_lnum_t *nbfast, cs_lnum_t *lstfac, cs_lnum_t *idfast, cs_lnum_t *idnast, cs_real_t *almax)
Definition: cs_ast_coupling.c:450
struct _cs_ast_coupling_t cs_ast_coupling_t
Definition: cs_ast_coupling.h:52
void astpdt(cs_real_t *dttab)
Definition: cs_ast_coupling.c:936
void cs_ast_coupling_initialize(int nalimx, cs_real_t epalim)
Initial exchange with code_aster.
Definition: cs_ast_coupling.c:1048
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
double cs_real_t
Floating-point value.
Definition: cs_defs.h:304
#define CS_PROCF(x, y)
Definition: cs_defs.h:506
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:317
#define END_C_DECLS
Definition: cs_defs.h:493
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298
double precision, save epalim
relative precision of implicitation of the structure displacement
Definition: albase.f90:51
integer, save nalimx
maximum number of implicitation iterations of the structure displacement
Definition: albase.f90:49
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:597
integer, save nbfast
Definition: alaste.f90:47