Structure storing the main features of the computational domain and pointers to the main geometrical structures. More...
#include <cs_domain.h>
Data Fields | |
char * | run_id |
char * | case_name |
char * | study_name |
cs_mesh_t * | mesh |
cs_mesh_quantities_t * | mesh_quantities |
cs_cdo_connect_t * | connect |
cs_cdo_quantities_t * | cdo_quantities |
cs_boundary_t * | boundaries |
cs_boundary_t * | ale_boundaries |
bool | only_steady |
bool | is_last_iter |
cs_time_step_t * | time_step |
cs_time_step_options_t | time_options |
cs_domain_stage_t | stage |
int | output_nt |
int | restart_nt |
int | verbosity |
cs_domain_cdo_context_t * | cdo_context |
cs_timer_counter_t | tcp |
cs_timer_counter_t | tca |
Structure storing the main features of the computational domain and pointers to the main geometrical structures.
cs_boundary_t* ale_boundaries |
cs_boundary_t* boundaries |
char* case_name |
cs_domain_cdo_context_t* cdo_context |
cs_cdo_quantities_t* cdo_quantities |
cs_cdo_connect_t* connect |
bool is_last_iter |
cs_mesh_t* mesh |
cs_mesh_quantities_t* mesh_quantities |
bool only_steady |
int output_nt |
int restart_nt |
char* run_id |
cs_domain_stage_t stage |
char* study_name |
cs_time_step_options_t time_options |
cs_time_step_t* time_step |
int verbosity |