Structure for holding the input values and derived values.
More...
|
def | __init__ (self, filename) |
| Initializes input object by reading inputs, calculating derived values, and checking physical constraints and software constraints on the input. More...
|
|
def | get_input (self, filename) |
| Reads input from a file with the given file name. More...
|
|
def | derived_values (self) |
| Calculates values that can be immediately derived from the inputs.
|
|
def | input_constraints (self) |
| Verifies that input values satisfy the physical constraints and software constraints.
|
|
|
| a |
|
| b |
|
| w |
|
| P_btol |
|
| TNT |
|
| g |
|
| t |
|
| SD_x |
|
| SD_y |
|
| SD_z |
|
| h |
|
| LDF |
|
| GTF |
|
| SD |
|
| AR |
|
| w_TNT |
|
Structure for holding the input values and derived values.
◆ __init__()
def python.InputParameters.InputParameters.__init__ |
( |
|
self, |
|
|
|
filename |
|
) |
| |
Initializes input object by reading inputs, calculating derived values, and checking physical constraints and software constraints on the input.
- Parameters
-
filename | name of the input file |
◆ get_input()
def python.InputParameters.InputParameters.get_input |
( |
|
self, |
|
|
|
filename |
|
) |
| |
Reads input from a file with the given file name.
- Parameters
-
filename | name of the input file |
The documentation for this class was generated from the following file: