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_walls_process.ParametricWallsProcess Class Reference
Inheritance diagram for parametric_walls_process.ParametricWallsProcess:
Collaboration diagram for parametric_walls_process.ParametricWallsProcess:

Public Member Functions

def __init__ (self, Model, custom_settings)
 
def ExecuteInitialize (self)
 
def ExecuteInitializeSolutionStep (self)
 
def ExecuteFinalizeSolutionStep (self)
 
def ExecuteSearch (wall)
 
def SearchContact (self)
 
def GetSearchStep (self)
 
def IsSearchStep (self)
 
def GetVariables (self)
 

Public Attributes

 settings
 settings string in json format More...
 
 echo_level
 
 search_frequency
 
 search_control_is_time
 
 step_count
 
 counter
 
 next_search
 
 Model
 
 main_model_part
 
 dimension
 
 parametric_walls
 
 number_of_walls
 
 search_contact_active
 
 restart
 
 wall_contact_model
 

Constructor & Destructor Documentation

◆ __init__()

def parametric_walls_process.ParametricWallsProcess.__init__ (   self,
  Model,
  custom_settings 
)

Member Function Documentation

◆ ExecuteFinalizeSolutionStep()

def parametric_walls_process.ParametricWallsProcess.ExecuteFinalizeSolutionStep (   self)

◆ ExecuteInitialize()

def parametric_walls_process.ParametricWallsProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep()

def parametric_walls_process.ParametricWallsProcess.ExecuteInitializeSolutionStep (   self)

◆ ExecuteSearch()

def parametric_walls_process.ParametricWallsProcess.ExecuteSearch (   wall)

◆ GetSearchStep()

def parametric_walls_process.ParametricWallsProcess.GetSearchStep (   self)

◆ GetVariables()

def parametric_walls_process.ParametricWallsProcess.GetVariables (   self)

◆ IsSearchStep()

def parametric_walls_process.ParametricWallsProcess.IsSearchStep (   self)

◆ SearchContact()

def parametric_walls_process.ParametricWallsProcess.SearchContact (   self)

Member Data Documentation

◆ counter

parametric_walls_process.ParametricWallsProcess.counter

◆ dimension

parametric_walls_process.ParametricWallsProcess.dimension

◆ echo_level

parametric_walls_process.ParametricWallsProcess.echo_level

◆ main_model_part

parametric_walls_process.ParametricWallsProcess.main_model_part

◆ Model

parametric_walls_process.ParametricWallsProcess.Model

◆ next_search

parametric_walls_process.ParametricWallsProcess.next_search

◆ number_of_walls

parametric_walls_process.ParametricWallsProcess.number_of_walls

◆ parametric_walls

parametric_walls_process.ParametricWallsProcess.parametric_walls

◆ restart

parametric_walls_process.ParametricWallsProcess.restart

◆ search_contact_active

parametric_walls_process.ParametricWallsProcess.search_contact_active

◆ search_control_is_time

parametric_walls_process.ParametricWallsProcess.search_control_is_time

◆ search_frequency

parametric_walls_process.ParametricWallsProcess.search_frequency

◆ settings

parametric_walls_process.ParametricWallsProcess.settings

settings string in json format

overwrite the default settings with user-provided parameters

◆ step_count

parametric_walls_process.ParametricWallsProcess.step_count

◆ wall_contact_model

parametric_walls_process.ParametricWallsProcess.wall_contact_model

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