9.1
general documentation
cs_mobile_structures_t Struct Reference

#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_txmstru
 
cs_real_33_txcstru
 
cs_real_33_txkstru
 
int plot
 
cs_time_control_t plot_time_control
 
char * plot_dir_name
 
cs_real_3_txstr
 
cs_real_3_txsta
 
cs_real_3_txstp
 
cs_real_3_txstreq
 
cs_real_3_txpstr
 
cs_real_3_txpsta
 
cs_real_3_txppstr
 
cs_real_3_txppsta
 
cs_real_3_tforstr
 
cs_real_3_tforsta
 
cs_real_3_tforstp
 
cs_real_tdtstr
 
cs_real_tdtsta
 
int * idfstr
 
cs_mobile_structure_type_tidftype
 
int n_plots
 
cs_time_plot_t ** plot_files [2]
 

Detailed Description

Mobile_structures type

Member Data Documentation

◆ aexxst

cs_real_t aexxst

coefficient for the predicted displacement

◆ alpnmk

cs_real_t alpnmk

alpha coefficient for the Newmark hht method

◆ betnmk

cs_real_t betnmk

beta coefficient for the Newmark hht method

◆ bexxst

cs_real_t bexxst

coefficient for the predicted displacement

◆ cfopre

cs_real_t cfopre

coefficient for the predicted force

◆ dtsta

cs_real_t* dtsta

previous time step used to solve structure movements

◆ dtstr

cs_real_t* dtstr

time step used to solve structure movements

◆ forsta

cs_real_3_t* forsta

forstr at previous time step (N)

◆ forstp

cs_real_3_t* forstp

predicted force vectors (N)

◆ forstr

cs_real_3_t* forstr

force vectors acting on the structure (N)

◆ gamnmk

cs_real_t gamnmk

gamma coefficient for the Newmark hht method

◆ idfstr

int* idfstr

structure number associated to each boundary face

◆ idftype

◆ n_ast_structs

int n_ast_structs

number of code_aster structures

◆ n_ext_structs

int n_ext_structs

number of external structures

◆ n_int_structs

int n_int_structs

number of internal structures

◆ n_plots

int n_plots

number of plots for format

◆ plot

int plot

monitoring format mask 0: no plot 1: plot to text (.dat) format 2: plot to .csv format * 3: plot to both formats

◆ plot_dir_name

char* plot_dir_name

monitoring output directory

◆ plot_files

cs_time_plot_t** plot_files[2]

Associated plot files

◆ plot_time_control

cs_time_control_t plot_time_control

time control for plotting

◆ xcstru

cs_real_33_t* xcstru

damping matrix coefficients (kg/s)

◆ xkstru

cs_real_33_t* xkstru

spring matrix constants (kg/s2 = N/m)

◆ xmstru

cs_real_33_t* xmstru

mass matrices (kg)

◆ xppsta

cs_real_3_t* xppsta

acceleration vectors at previous time step (m/s2)

◆ xppstr

cs_real_3_t* xppstr

acceleration vectors (m/s2)

◆ xpsta

cs_real_3_t* xpsta

xpstr at previous time step

◆ xpstr

cs_real_3_t* xpstr

velocity vectors (m/s)

◆ xsta

cs_real_3_t* xsta

values of xstr at the previous time step

◆ xstp

cs_real_3_t* xstp

predicted values of xstr

◆ xstr

cs_real_3_t* xstr

displacement vectors compared to structure positions in the initial mesh (m)

◆ xstreq

cs_real_3_t* xstreq

equilibrum positions of a structure (m)


The documentation for this struct was generated from the following file: