PeriPyDIC
Public Member Functions | Public Attributes | List of all members
IO.deck.PD_deck Class Reference

Class handeling the input of the yaml file and storing the values. More...

Collaboration diagram for IO.deck.PD_deck:
Collaboration graph

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.
 

Detailed Description

Class handeling the input of the yaml file and storing the values.

Constructor & Destructor Documentation

§ __init__()

def IO.deck.PD_deck.__init__ (   self,
  inputFile 
)

Constructor Reads the configuration in the yaml file and stores the values.

Parameters
inputFileThe path to the yaml file with the configuration

Member Data Documentation

§ shape_type

IO.deck.PD_deck.shape_type

Type of the shape, e.g.

Ramp


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