#include <mb_cns.h>
Data Fields | |
| char | title [132] |
| int | nblock |
| neighbour | con_matrix [BLOCK_DIM][8] |
| int | active [BLOCK_DIM] |
| int | step |
| int | count |
| int | max_step |
| int | halt_now |
| double | sim_time |
| double | max_time |
| double | dt_init |
| double | dt_global |
| double | dt_allow |
| double | CFL |
| int | viscous_effects_requested |
| double | viscous_time_delay |
| double | t_plot |
| double | t_his |
| double | dt_plot |
| double | dt_his |
| double | cfl_target |
| int | cfl_count |
| double | cfl_min |
| double | cfl_max |
| double | cfl_tiny |
| double | time_tiny |
| double | residual |
| flow_state | gas_state [MAX_GAS_STATE] |
| int | n_gas_state |
1.4.4