PeriPyDIC
|
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. | |
material_type | |
Type of the material. | |
e_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. | |
dim | |
The dimension of the input data. | |
filename | |
Filename of the input file. | |
filepath | |
File path. | |
geometry | |
Nodes uploaded from DIC input file. | |
num_nodes | |
Amount of nodes. | |
delta_X | |
Minimal nodal spacing. | |
horizon_factor_m_value | |
"m" value of the horizon factor | |
influence_function | |
Influence function. | |
time_steps | |
Amount of time steps. | |
vtk_writer | |
Visualization ToolKit (VTK) writer. | |
def IO.deck.DIC_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 |