PeriPyDIC
|
Class handeling the input of the yaml file and storing the values. More...
Public Member Functions | |
def | __init__ (self, inputFile) |
Constructor Reads the configuration in the yaml file and stores the values. More... | |
Public Attributes | |
doc | |
Container of the tags parsed from the yaml file. | |
dim | |
Dimension of the problem. | |
final_time | |
Final time of the problem. | |
time_steps | |
Amount of time steps. | |
delta_t | |
Time step size. | |
horizon_factor_m_value | |
"m" value of the horizon factor | |
influence_function | |
Influence function. | |
geometry | |
Object for handling the discrete nodes. | |
delta_X | |
The minimal nodal spacing. | |
num_nodes | |
Amount of nodes. | |
conditions | |
List of all conditions specified in the configuration file. | |
shape_type | |
Type of the shape, e.g. More... | |
shape_values | |
List of the values for specifying the shape. | |
material_type | |
Type of the material. | |
young_modulus | |
Young modulus of the material. | |
bulk_modulus | |
Bulk modulus of the material. | |
shear_modulus | |
Shear modulus of the material. | |
relax_modulus | |
Relaxation modulus of the material. | |
relax_time | |
Relaxation times. | |
outputs | |
List of all outputs specified in the configuration file. | |
vtk_writer | |
Visualization ToolKit (VTK) writer. | |
solver_max_it | |
Maximum number iteration. | |
solver_tolerance | |
Absolute tolerance of the solver. | |
solver_perturbation | |
Perturbation factor for the Jacobian matrix. | |
Class handeling the input of the yaml file and storing the values.
def IO.deck.PD_deck.__init__ | ( | self, | |
inputFile | |||
) |
Constructor Reads the configuration in the yaml file and stores the values.
inputFile | The path to the yaml file with the configuration |
IO.deck.PD_deck.shape_type |
Type of the shape, e.g.
Ramp