GlassBR
All Classes Files Functions
Public Member Functions | Public Attributes | List of all members
python.InputParameters.InputParameters Class Reference

Structure for holding the input values and derived values. More...

Public Member Functions

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.
 

Public Attributes

 a
 
 b
 
 w
 
 P_btol
 
 TNT
 
 g
 
 t
 
 SD_x
 
 SD_y
 
 SD_z
 
 h
 
 LDF
 
 GTF
 
 SD
 
 AR
 
 w_TNT
 

Detailed Description

Structure for holding the input values and derived values.

Constructor & Destructor Documentation

◆ __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
filenamename of the input file

Member Function Documentation

◆ get_input()

def python.InputParameters.InputParameters.get_input (   self,
  filename 
)

Reads input from a file with the given file name.

Parameters
filenamename of the input file

The documentation for this class was generated from the following file: