1#ifndef __CS_GUI_MOBILE_MESH_H__
2#define __CS_GUI_MOBILE_MESH_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:374
#define END_C_DECLS
Definition: cs_defs.h:555
void cs_gui_get_ale_viscosity_type(int *type)
Definition: cs_gui_mobile_mesh.cpp:573
void cs_gui_mobile_mesh_bc_structures(int *idfstr, cs_mobile_structure_type_t *idftyp)
Definition: cs_gui_mobile_mesh.cpp:1062
void cs_gui_ale_params(void)
Definition: cs_gui_mobile_mesh.cpp:525
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.cpp:806
void cs_gui_mobile_mesh_init_structures(bool is_restart, double *aexxst, double *bexxst, double *cfopre, int *ihistr, double *xstr0, double *xstreq, double *vstr0)
Definition: cs_gui_mobile_mesh.cpp:920
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.cpp:1010
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.cpp:651
void cs_gui_ale_diffusion_type(void)
Definition: cs_gui_mobile_mesh.cpp:587
void cs_gui_mesh_viscosity(void)
Definition: cs_gui_mobile_mesh.cpp:615
void cs_gui_mobile_mesh_structures_add(void)
Add mobile structures based on GUI BC definitions.
Definition: cs_gui_mobile_mesh.cpp:864
void cs_gui_mobile_mesh_boundary_conditions(int *const ialtyb, int *const impale, cs_real_3_t *disale)
Set mobile mesh boundary conditions based on setup.
Definition: cs_gui_mobile_mesh.cpp:733
cs_mobile_structure_type_t
Definition: cs_mobile_structures.h: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:129