1 #ifndef __CS_AST_COUPLING_H__ 2 #define __CS_AST_COUPLING_H__ void cs_ast_coupling_geometry(cs_lnum_t n_faces, const cs_lnum_t *face_ids, cs_real_t almax)
Extract and exchange mesh information for surfaces coupled with code_aster.
Definition: cs_ast_coupling.c:766
void cs_ast_coupling_send_cvg(int icved)
Send global convergence value of FSI calculations.
Definition: cs_ast_coupling.c:1243
int cs_ast_coupling_get_visualization(void)
Get visualization level for code_aster coupling.
Definition: cs_ast_coupling.c:1293
#define BEGIN_C_DECLS
Definition: cs_defs.h:512
double precision, save epalim
relative precision of implicitation of the structure displacement
Definition: albase.f90:51
int cs_ast_coupling_get_ext_cvg(void)
Receive convergence value of code_saturne/code_aster coupling.
Definition: cs_ast_coupling.c:1220
void cs_ast_coupling_initialize(int nalimx, cs_real_t epalim)
Initial exchange with code_aster.
Definition: cs_ast_coupling.c:577
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
void cs_ast_coupling_compute_displacement(cs_real_t disp[][3])
Compute predicted or exact displacement of the fluid/structure interface.
Definition: cs_ast_coupling.c:1132
int cs_ast_coupling_get_verbosity(void)
Get verbosity level for code_aster coupling.
Definition: cs_ast_coupling.c:1259
void cs_ast_coupling_exchange_time_step(cs_real_t c_dt[])
Exchange time-step information with code_aster.
Definition: cs_ast_coupling.c:911
void cs_ast_coupling_exchange_fields(const cs_real_t fluid_forces[])
Send stresses acting on the fluid/structure interface and receive displacements.
Definition: cs_ast_coupling.c:1009
void cs_ast_coupling_set_verbosity(int verbosity)
Set verbosity level for code_aster coupling.
Definition: cs_ast_coupling.c:1273
void cs_ast_coupling_set_visualization(int visualization)
Set visualization level for code_aster coupling.
Definition: cs_ast_coupling.c:1306
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
integer, save nalimx
maximum number of implicitation iterations of the structure displacement
Definition: albase.f90:49
#define END_C_DECLS
Definition: cs_defs.h:513
void cs_ast_coupling_finalize(void)
Finalize exchange with code_aster.
Definition: cs_ast_coupling.c:720
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
struct _cs_ast_coupling_t cs_ast_coupling_t
Definition: cs_ast_coupling.h:52