![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
This process sets a given value for a certain flag in all the nodes of a submodelpart. More...
Public Member Functions | |
| def | __init__ (self, Model, settings) |
| The default constructor of the class. More... | |
| def | ExecuteInitializeSolutionStep (self) |
| This method is executed in order to initialize the current step. More... | |
| def | SetInitialState (self) |
| This method creates the c++ process and sets each entity. More... | |
Public Attributes | |
| interval | |
| model_part | |
| dimension | |
| strain_functions | |
| imposed_strain | |
| stress_functions | |
| imposed_stress | |
| deformation_functions | |
| imposed_deformation_gradient | |
This process sets a given value for a certain flag in all the nodes of a submodelpart.
Only the member variables listed below should be accessed directly. Public member variables: Model -- the container of the different model parts. settings -- Kratos parameters containing solver settings.
| def set_initial_state_process.SetInitialStateProcess.__init__ | ( | self, | |
| Model, | |||
| settings | |||
| ) |
The default constructor of the class.
Keyword arguments:
self -- It signifies an instance of a class.
Model -- the container of the different model parts.
settings -- Kratos parameters containing solver settings.
| def set_initial_state_process.SetInitialStateProcess.ExecuteInitializeSolutionStep | ( | self | ) |
This method is executed in order to initialize the current step.
Keyword arguments:
self -- It signifies an instance of a class.
| def set_initial_state_process.SetInitialStateProcess.SetInitialState | ( | self | ) |
This method creates the c++ process and sets each entity.
Keyword arguments:
self -- It signifies an instance of a class.
| set_initial_state_process.SetInitialStateProcess.deformation_functions |
| set_initial_state_process.SetInitialStateProcess.dimension |
| set_initial_state_process.SetInitialStateProcess.imposed_deformation_gradient |
| set_initial_state_process.SetInitialStateProcess.imposed_strain |
| set_initial_state_process.SetInitialStateProcess.imposed_stress |
| set_initial_state_process.SetInitialStateProcess.interval |
| set_initial_state_process.SetInitialStateProcess.model_part |
| set_initial_state_process.SetInitialStateProcess.strain_functions |
| set_initial_state_process.SetInitialStateProcess.stress_functions |