7.1
general documentation
cs_domain_t Struct Reference

Structure storing the main features of the computational domain and pointers to the main geometrical structures. More...

#include <cs_domain.h>

+ Collaboration diagram for cs_domain_t:

Data Fields

cs_mesh_tmesh
 
cs_mesh_quantities_tmesh_quantities
 
cs_cdo_connect_tconnect
 
cs_cdo_quantities_tcdo_quantities
 
cs_boundary_tboundaries
 
cs_boundary_tale_boundaries
 
bool only_steady
 
bool is_last_iter
 
cs_time_step_ttime_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_tcdo_context
 
cs_timer_counter_t tcp
 
cs_timer_counter_t tcs
 

Detailed Description

Structure storing the main features of the computational domain and pointers to the main geometrical structures.

Field Documentation

◆ ale_boundaries

cs_boundary_t* ale_boundaries

◆ boundaries

cs_boundary_t* boundaries

◆ cdo_context

◆ cdo_quantities

cs_cdo_quantities_t* cdo_quantities

◆ connect

cs_cdo_connect_t* connect

◆ is_last_iter

bool is_last_iter

◆ mesh

cs_mesh_t* mesh

◆ mesh_quantities

cs_mesh_quantities_t* mesh_quantities

◆ only_steady

bool only_steady

◆ output_nt

int output_nt

◆ restart_nt

int restart_nt

◆ stage

◆ tcp

◆ tcs

◆ time_options

cs_time_step_options_t time_options

◆ time_step

cs_time_step_t* time_step

◆ verbosity

int verbosity

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