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
parametric_wall.ParametricWall Class Reference
Inheritance diagram for parametric_wall.ParametricWall:
Collaboration diagram for parametric_wall.ParametricWall:

Public Member Functions

def __init__ (self, main_model_part, custom_settings)
 constructor. More...
 
def BuildParametricWall (self)
 
def CreateBoundingBoxMesh (self, bounding_box, model_part)
 
def GetUpperPoint (self, model_part)
 
def GetLowerPoint (self, model_part)
 
def Initialize (self)
 
def InitializeSearch (self)
 
def FinalizeSearch (self)
 
def ExecuteSearch (self)
 

Public Attributes

 main_model_part
 
 settings
 settings string in json format More...
 
 wall_model_part
 
 wall_bounding_box
 
 contact_model_part_name
 
 contact_wall_model_part
 
 body_model_part_name
 
 body_model_part
 
 SearchStrategy
 

Constructor & Destructor Documentation

◆ __init__()

def parametric_wall.ParametricWall.__init__ (   self,
  main_model_part,
  custom_settings 
)

constructor.

the constructor shall only take care of storing the settings and the pointer to the main_model part.

real construction shall be delayed to the function "Initialize" which will be called once the mesher is already filled

Member Function Documentation

◆ BuildParametricWall()

def parametric_wall.ParametricWall.BuildParametricWall (   self)

◆ CreateBoundingBoxMesh()

def parametric_wall.ParametricWall.CreateBoundingBoxMesh (   self,
  bounding_box,
  model_part 
)

◆ ExecuteSearch()

def parametric_wall.ParametricWall.ExecuteSearch (   self)

◆ FinalizeSearch()

def parametric_wall.ParametricWall.FinalizeSearch (   self)

◆ GetLowerPoint()

def parametric_wall.ParametricWall.GetLowerPoint (   self,
  model_part 
)

◆ GetUpperPoint()

def parametric_wall.ParametricWall.GetUpperPoint (   self,
  model_part 
)

◆ Initialize()

def parametric_wall.ParametricWall.Initialize (   self)

◆ InitializeSearch()

def parametric_wall.ParametricWall.InitializeSearch (   self)

Member Data Documentation

◆ body_model_part

parametric_wall.ParametricWall.body_model_part

◆ body_model_part_name

parametric_wall.ParametricWall.body_model_part_name

◆ contact_model_part_name

parametric_wall.ParametricWall.contact_model_part_name

◆ contact_wall_model_part

parametric_wall.ParametricWall.contact_wall_model_part

◆ main_model_part

parametric_wall.ParametricWall.main_model_part

◆ SearchStrategy

parametric_wall.ParametricWall.SearchStrategy

◆ settings

parametric_wall.ParametricWall.settings

settings string in json format

new node and rigid body element inside the same mesh : boundary conditions also applied this node and elements must be considered in the computing model part new contact conditions must be already assembled

if exist a movement from a point different from CG a link condition must be used

overwrite the default settings with user-provided parameters

◆ wall_bounding_box

parametric_wall.ParametricWall.wall_bounding_box

◆ wall_model_part

parametric_wall.ParametricWall.wall_model_part

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