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 applies a rotation to a given modelpart or 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 | ExecuteFinalizeSolutionStep (self) |
This method is executed in order to finalize the current step. More... | |
Public Attributes | |
interval | |
model_part | |
rotate_region_process | |
This process applies a rotation to a given modelpart or a submodelpart.
Public member variables: Model -- the container of the different model parts. settings -- Kratos parameters containing solver settings.
def rotate_region_process.ApplyRotateRegionProcess.__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 rotate_region_process.ApplyRotateRegionProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
This method is executed in order to finalize the current step.
Keyword arguments: self -- It signifies an instance of a class.
def rotate_region_process.ApplyRotateRegionProcess.ExecuteInitializeSolutionStep | ( | self | ) |
This method is executed in order to initialize the current step.
Keyword arguments: self -- It signifies an instance of a class.
rotate_region_process.ApplyRotateRegionProcess.interval |
rotate_region_process.ApplyRotateRegionProcess.model_part |
rotate_region_process.ApplyRotateRegionProcess.rotate_region_process |