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