Structure for holding the input values and derived values. More...
#include <InputParameters.hpp>
Public Member Functions | |
InputParameters (string filename) | |
Initializes input object by reading inputs, calculating derived values, and checking physical constraints and software constraints on the input. More... | |
Public Attributes | |
double | a |
double | b |
double | w |
double | P_btol |
double | TNT |
string | g |
double | t |
double | SD_x |
double | SD_y |
double | SD_z |
double | h |
double | LDF |
int | GTF |
double | SD |
double | AR |
double | w_TNT |
Structure for holding the input values and derived values.
InputParameters::InputParameters | ( | string | filename | ) |
Initializes input object by reading inputs, calculating derived values, and checking physical constraints and software constraints on the input.
filename | name of the input file |