#include <cs_mobile_structures.h>
Collaboration diagram for cs_mobile_structures_t:Public Attributes | |
| int | n_int_structs |
| int | n_ext_structs |
| int | n_ast_structs |
| cs_real_t | aexxst |
| cs_real_t | bexxst |
| cs_real_t | cfopre |
| cs_real_t | alpnmk |
| cs_real_t | betnmk |
| cs_real_t | gamnmk |
| cs_real_33_t * | xmstru |
| cs_real_33_t * | xcstru |
| cs_real_33_t * | xkstru |
| int | plot |
| cs_time_control_t | plot_time_control |
| char * | plot_dir_name |
| cs_real_3_t * | xstr |
| cs_real_3_t * | xsta |
| cs_real_3_t * | xstp |
| cs_real_3_t * | xstreq |
| cs_real_3_t * | xpstr |
| cs_real_3_t * | xpsta |
| cs_real_3_t * | xppstr |
| cs_real_3_t * | xppsta |
| cs_real_3_t * | forstr |
| cs_real_3_t * | forsta |
| cs_real_3_t * | forstp |
| cs_real_t * | dtstr |
| cs_real_t * | dtsta |
| int * | idfstr |
| cs_mobile_structure_type_t * | idftype |
| int | n_plots |
| cs_time_plot_t ** | plot_files [2] |
Mobile_structures type
| cs_real_t aexxst |
coefficient for the predicted displacement
| cs_real_t alpnmk |
alpha coefficient for the Newmark hht method
| cs_real_t betnmk |
beta coefficient for the Newmark hht method
| cs_real_t bexxst |
coefficient for the predicted displacement
| cs_real_t cfopre |
coefficient for the predicted force
| cs_real_t* dtsta |
previous time step used to solve structure movements
| cs_real_t* dtstr |
time step used to solve structure movements
| cs_real_3_t* forsta |
forstr at previous time step (N)
| cs_real_3_t* forstp |
predicted force vectors (N)
| cs_real_3_t* forstr |
force vectors acting on the structure (N)
| cs_real_t gamnmk |
gamma coefficient for the Newmark hht method
| int* idfstr |
structure number associated to each boundary face
| cs_mobile_structure_type_t* idftype |
| int n_ast_structs |
number of code_aster structures
| int n_ext_structs |
number of external structures
| int n_int_structs |
number of internal structures
| int n_plots |
number of plots for format
| int plot |
monitoring format mask 0: no plot 1: plot to text (.dat) format 2: plot to .csv format * 3: plot to both formats
| char* plot_dir_name |
monitoring output directory
| cs_time_plot_t** plot_files[2] |
Associated plot files
| cs_time_control_t plot_time_control |
time control for plotting
| cs_real_33_t* xcstru |
damping matrix coefficients (kg/s)
| cs_real_33_t* xkstru |
spring matrix constants (kg/s2 = N/m)
| cs_real_33_t* xmstru |
mass matrices (kg)
| cs_real_3_t* xppsta |
acceleration vectors at previous time step (m/s2)
| cs_real_3_t* xppstr |
acceleration vectors (m/s2)
| cs_real_3_t* xpsta |
xpstr at previous time step
| cs_real_3_t* xpstr |
velocity vectors (m/s)
| cs_real_3_t* xsta |
values of xstr at the previous time step
| cs_real_3_t* xstp |
predicted values of xstr
| cs_real_3_t* xstr |
displacement vectors compared to structure positions in the initial mesh (m)
| cs_real_3_t* xstreq |
equilibrum positions of a structure (m)