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 | Static Public Member Functions | Public Attributes | List of all members
PID.average_field.Rotator Class Reference
Collaboration diagram for PID.average_field.Rotator:

Public Member Functions

def __init__ (self, rotation_axis_initial_point, rotation_axis_final_point, angular_velocity_module)
 
def CalculateRodriguesMatrices (self, axis)
 
def GetRotationMatrices (self, time)
 
def Rotate (self, model_part, time)
 
def UndoRotationOfVectors (self, time, list_of_vectors)
 

Static Public Member Functions

def Normalize (v)
 

Public Attributes

 a_init
 
 a_final
 
 omega
 
 axis
 
 I
 
 UU
 
 Ux
 

Constructor & Destructor Documentation

◆ __init__()

def PID.average_field.Rotator.__init__ (   self,
  rotation_axis_initial_point,
  rotation_axis_final_point,
  angular_velocity_module 
)

Member Function Documentation

◆ CalculateRodriguesMatrices()

def PID.average_field.Rotator.CalculateRodriguesMatrices (   self,
  axis 
)

◆ GetRotationMatrices()

def PID.average_field.Rotator.GetRotationMatrices (   self,
  time 
)

◆ Normalize()

def PID.average_field.Rotator.Normalize (   v)
static

◆ Rotate()

def PID.average_field.Rotator.Rotate (   self,
  model_part,
  time 
)

◆ UndoRotationOfVectors()

def PID.average_field.Rotator.UndoRotationOfVectors (   self,
  time,
  list_of_vectors 
)

Member Data Documentation

◆ a_final

PID.average_field.Rotator.a_final

◆ a_init

PID.average_field.Rotator.a_init

◆ axis

PID.average_field.Rotator.axis

◆ I

PID.average_field.Rotator.I

◆ omega

PID.average_field.Rotator.omega

◆ UU

PID.average_field.Rotator.UU

◆ Ux

PID.average_field.Rotator.Ux

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