1 #ifndef __CS_GUI_MOBILE_MESH_H__
2 #define __CS_GUI_MOBILE_MESH_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define CS_PROCF(x, y)
Definition: cs_defs.h:528
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:334
#define END_C_DECLS
Definition: cs_defs.h:515
void cs_gui_get_ale_viscosity_type(int *type)
Definition: cs_gui_mobile_mesh.c:580
void uialin(int *nalinf, int *nalimx, double *epalim)
Definition: cs_gui_mobile_mesh.c:455
cs_real_t * cs_gui_mobile_mesh_get_fixed_velocity(const char *label)
Return the fixed velocity for a boundary.
Definition: cs_gui_mobile_mesh.c:744
void cs_gui_mobile_mesh_internal_structures(cs_real_t xmstru[][3][3], cs_real_t xcstru[][3][3], cs_real_t xkstru[][3][3], cs_real_t forstr[][3])
Definition: cs_gui_mobile_mesh.c:927
void cs_gui_mobile_mesh_get_boundaries(cs_domain_t *domain)
Translate the user settings for the domain boundaries into a structure storing the ALE boundaries (Ne...
Definition: cs_gui_mobile_mesh.c:662
void cs_gui_ale_diffusion_type(void)
Definition: cs_gui_mobile_mesh.c:594
void cs_gui_mobile_mesh_init_structures(int mbstru, double *aexxst, double *bexxst, double *cfopre, int *ihistr, double *xstr0, double *xstreq, double *vstr0)
Definition: cs_gui_mobile_mesh.c:850
void cs_gui_mobile_mesh_bc_structures(int *idfstr)
Definition: cs_gui_mobile_mesh.c:978
void cs_gui_mesh_viscosity(void)
Definition: cs_gui_mobile_mesh.c:625
void cs_gui_mobile_mesh_structures_add(void)
Add mobile structures based on GUI BC definitions.
Definition: cs_gui_mobile_mesh.c:802
void cs_gui_mobile_mesh_boundary_conditions(int *const ialtyb, int *const impale, cs_real_3_t *disale)
Definition: cs_gui_mobile_mesh.c:506
integer(c_int), save nalimx
maximum number of implicitation iterations of the structure displacement
Definition: albase.f90:49
real(c_double), save epalim
relative precision of implicitation of the structure displacement
Definition: albase.f90:51
integer(c_int), save nalinf
the number of sub-iterations of initialization of the fluid
Definition: albase.f90:47
char * label
Definition: keywords.h:58
Structure storing the main features of the computational domain and pointers to the main geometrical ...
Definition: cs_domain.h:138