1 #ifndef __CS_GUI_MOBILE_MESH_H__
2 #define __CS_GUI_MOBILE_MESH_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:509
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define CS_PROCF(x, y)
Definition: cs_defs.h:523
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:332
#define END_C_DECLS
Definition: cs_defs.h:510
void cs_gui_get_ale_viscosity_type(int *type)
Definition: cs_gui_mobile_mesh.c:572
void uialin(int *nalinf, int *nalimx, double *epalim)
Definition: cs_gui_mobile_mesh.c:447
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:735
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:914
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:653
void cs_gui_ale_diffusion_type(void)
Definition: cs_gui_mobile_mesh.c:586
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:837
void cs_gui_mobile_mesh_bc_structures(int *idfstr)
Definition: cs_gui_mobile_mesh.c:965
void cs_gui_mesh_viscosity(void)
Definition: cs_gui_mobile_mesh.c:617
void uialcl(int *const ialtyb, int *const impale, cs_real_3_t *disale)
Definition: cs_gui_mobile_mesh.c:498
void cs_gui_mobile_mesh_structures_add(void)
Add mobile structures based on GUI BC definitions.
Definition: cs_gui_mobile_mesh.c:789
integer(c_int), save nalimx
maximum number of implicitation iterations of the structure displacement
Definition: albase.f90:49
integer, dimension(:), allocatable impale
indicator of imposed displacement
Definition: albase.f90:61
real(c_double), save epalim
relative precision of implicitation of the structure displacement
Definition: albase.f90:51
integer, dimension(:), allocatable ialtyb
defines the mesh velocity from the color of the boundary faces, or more generally from their properti...
Definition: albase.f90:66
integer(c_int), save nalinf
the number of sub-iterations of initialization of the fluid
Definition: albase.f90:47
char * label
Definition: keywords.h:71
Structure storing the main features of the computational domain and pointers to the main geometrical ...
Definition: cs_domain.h:138