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.
|
All the processes python should be derived from "Process". More...
Public Member Functions | |
def | __init__ (self, Model, settings) |
The default constructor of the class. More... | |
def | ExecuteInitialize (self) |
This method is executed at the begining to initialize the process. More... | |
def | ExecuteInitializeSolutionStep (self) |
This method is executed in order to initialize the current step. More... | |
Public Attributes | |
main_model_part | |
interval | |
model_part | |
rigid_model_part | |
rigid_movement_process | |
All the processes python should be derived from "Process".
This class is used in order to impose a rigid body movement in a certain region of the problem
This class constructs the model parts containing the constrains that enforce the rigid body movement 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 impose_rigid_movement_process.ImposeRigidMovementProcess.__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 impose_rigid_movement_process.ImposeRigidMovementProcess.ExecuteInitialize | ( | self | ) |
This method is executed at the begining to initialize the process.
Keyword arguments: self -- It signifies an instance of a class.
def impose_rigid_movement_process.ImposeRigidMovementProcess.ExecuteInitializeSolutionStep | ( | self | ) |
This method is executed in order to initialize the current step.
Keyword arguments: self -- It signifies an instance of a class.
impose_rigid_movement_process.ImposeRigidMovementProcess.interval |
impose_rigid_movement_process.ImposeRigidMovementProcess.main_model_part |
impose_rigid_movement_process.ImposeRigidMovementProcess.model_part |
impose_rigid_movement_process.ImposeRigidMovementProcess.rigid_model_part |
impose_rigid_movement_process.ImposeRigidMovementProcess.rigid_movement_process |