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
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:313
void uistr1(cs_lnum_t *idfstr, const int *mbstru, double *aexxst, double *bexxst, double *cfopre, int *ihistr, double *xstr0, double *xstreq, double *vstr0)
Definition: cs_gui_mobile_mesh.c:564
void cs_gui_get_ale_viscosity_type(int *type)
Definition: cs_gui_mobile_mesh.c:704
void uialin(int *nalinf, int *nalimx, double *epalim)
Definition: cs_gui_mobile_mesh.c:436
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:861
void uistr2(double *const xmstru, double *const xcstru, double *const xkstru, double *const forstr)
Definition: cs_gui_mobile_mesh.c:649
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:779
void cs_gui_ale_diffusion_type(void)
Definition: cs_gui_mobile_mesh.c:718
void cs_gui_mobile_mesh_bc_external_structures(int *idfstr)
Definition: cs_gui_mobile_mesh.c:911
void cs_gui_mesh_viscosity(void)
Definition: cs_gui_mobile_mesh.c:749
void uialcl(int *const ialtyb, int *const impale, cs_real_3_t *disale)
Definition: cs_gui_mobile_mesh.c:487
integer, save nalinf
the number of sub-iterations of initialization of the fluid
Definition: albase.f90:47
double precision, save epalim
relative precision of implicitation of the structure displacement
Definition: albase.f90:51
integer, dimension(:), allocatable impale
indicator of imposed displacement
Definition: albase.f90:56
integer, save nalimx
maximum number of implicitation iterations of the structure displacement
Definition: albase.f90:49
integer, dimension(:), allocatable ialtyb
defines the mesh velocity from the color of the boundary faces, or more generally from their properti...
Definition: albase.f90:61
double precision, dimension(3, 3, nstrmx), save xmstru
mass matrix of the structure (kg) (for xmstru(i,j,k), i and j are the array of mass structure and k i...
Definition: alstru.f90:48
double precision, save bexxst
coefficient for the predicted displacement
Definition: alstru.f90:98
double precision, dimension(3, nstrmx), save xstreq
equilibrum position of a structure (m)
Definition: alstru.f90:67
double precision, dimension(3, 3, nstrmx), save xcstru
damping matric coefficient of the structure (kg/s)
Definition: alstru.f90:51
double precision, dimension(3, 3, nstrmx), save xkstru
spring matrix constant of the structure (kg/s2 = N/m)
Definition: alstru.f90:54
double precision, dimension(3, nstrmx), save forstr
force vector acting on the structure (N)
Definition: alstru.f90:82
double precision, save cfopre
coefficient for the predicted force
Definition: alstru.f90:101
double precision, save aexxst
coefficient for the predicted displacement
Definition: alstru.f90:95
integer, dimension(:), allocatable idfstr
the index of the structure, (idfstr(ifac) where ifac is the index of the face), 0 if the face is not ...
Definition: pointe.f90:112
char * label
Definition: keywords.h:71
integer, save ihistr
write indicator (O or 1) for history of internal mobile structures
Definition: entsor.f90:124
Structure storing the main features of the computational domain and pointers to the main geometrical ...
Definition: cs_domain.h:140