#include <e_block.h>
Data Fields | |
| int | id |
| char | label [132] |
| char | root_file_name [132] |
| FILE * | hfp |
| int | create_mesh_from_edges |
| double | dt_global |
| double | dt_allow |
| double | cfl_target |
| double | sim_time |
| double | cfl_min |
| double | cfl_max |
| double | cfl_tiny |
| double | time_tiny |
| double | residual |
| int | hncell |
| int | hicell [NDIM] |
| int | hjcell [NDIM] |
| int | hkcell [NDIM] |
| int | nidim |
| int | njdim |
| int | nkdim |
| int | nni |
| int | nnj |
| int | nnk |
| int | imin |
| int | imax |
| int | jmin |
| int | jmax |
| int | kmin |
| int | kmax |
| cell_center *** | ctr |
| cell_interface *** | ifi |
| cell_interface *** | ifj |
| cell_interface *** | ifk |
| cell_vertex *** | vtx |
| cell_interface *** | sifi |
| cell_interface *** | sifj |
| cell_interface *** | sifk |
| int | bc [6] |
| flow_state | flow_condition [MAX_FLOW_CONDITION] |
| int | n_flow_condition |
| int | initial_fill_condition |
| int | inflow_condition [6] |
| double | Twall [6] |
| int | sponge [6] |
| double | Pout [6] |
| int | neighbour_block [6] |
| int | neighbour_faceId [6] |
| int | neighbour_orientation [6] |
| int | neighbour_vertex [6][8] |
| GPathPolyLine * | edge [12] |
| int | end0 [12] |
| int | end1 [12] |
| double | beta [12] |
| Vector3D | corner_vertex [8] |
| int | cgns_grid_written |
| int | dev_filter_coefficients |
| double * | send_buffer [6] |
| double * | receive_buffer [6] |
This data structure should contain everything needed for a single-block solution -- both geometry and flow data
1.4.4