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.
Public Member Functions | Public Attributes | List of all members
rotate_region_process.ApplyRotateRegionProcess Class Reference

This process applies a rotation to a given modelpart or a submodelpart. More...

Inheritance diagram for rotate_region_process.ApplyRotateRegionProcess:
Collaboration diagram for rotate_region_process.ApplyRotateRegionProcess:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ ExecuteFinalizeSolutionStep()

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.

◆ ExecuteInitializeSolutionStep()

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.

Member Data Documentation

◆ interval

rotate_region_process.ApplyRotateRegionProcess.interval

◆ model_part

rotate_region_process.ApplyRotateRegionProcess.model_part

◆ rotate_region_process

rotate_region_process.ApplyRotateRegionProcess.rotate_region_process

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