mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Move more definitions of settings variables to C++
This commit is contained in:
parent
bb69f52311
commit
13341ba59b
3 changed files with 23 additions and 9 deletions
|
|
@ -61,6 +61,9 @@ int32_t index_ufs_mesh {-1};
|
|||
int electron_treatment {ELECTRON_TTB};
|
||||
double energy_cutoff[4] {0.0, 1000.0, 0.0, 0.0};
|
||||
int legendre_to_tabular_points {C_NONE};
|
||||
int max_order;
|
||||
int n_log_bins;
|
||||
int n_max_batches;
|
||||
int res_scat_method {RES_SCAT_ARES};
|
||||
double res_scat_energy_min {0.01};
|
||||
double res_scat_energy_max {1000.0};
|
||||
|
|
@ -69,6 +72,10 @@ int temperature_method {TEMPERATURE_NEAREST};
|
|||
double temperature_tolerance {10.0};
|
||||
double temperature_default {293.6};
|
||||
double temperature_range[2] {0.0, 0.0};
|
||||
int trace_batch;
|
||||
int trace_gen;
|
||||
int64_t trace_particle;
|
||||
int trigger_batch_interval {1};
|
||||
int verbosity {7};
|
||||
double weight_cutoff {0.25};
|
||||
double weight_survive {1.0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue