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
mpc_contact_process.MPCContactProcess Class Reference

This class is used in order to compute the contact using a mortar MPC formulation. More...

Inheritance diagram for mpc_contact_process.MPCContactProcess:
Collaboration diagram for mpc_contact_process.MPCContactProcess:

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 ExecuteBeforeSolutionLoop (self)
 This method is executed before starting the time loop. 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...
 
def ExecuteBeforeOutputStep (self)
 This method is executed right before the ouput process computation. More...
 
def ExecuteAfterOutputStep (self)
 This method is executed right after the ouput process computation. More...
 
def ExecuteFinalizeSolutionStep (self)
 This method is executed in order to finalize the current time step. More...
 
def ExecuteFinalize (self)
 This method is executed in order to finalize the current computation. More...
 

Public Attributes

 contact_settings
 
 normal_variation
 
 frictional_law
 
 is_frictional
 
 pure_slip
 
 mesh_tying
 
- Public Attributes inherited from search_base_process.SearchBaseProcess
 settings
 
 model
 
 main_model_part
 
 dimension
 
 database_step
 
 interval
 
 preprocess
 
 search_model_part
 
 count_search_model_part
 
 find_nodal_h
 
 search_utility_list
 We recompute the search factor and the check in function of the relative size of the mesh. More...
 
 interface_preprocess
 
 predefined_master_slave
 

Detailed Description

This class is used in order to compute the contact using a mortar MPC formulation.

This class constructs the model parts containing the contact conditions and
initializes parameters and variables related with the contact. The class creates
search utilities to be used to create the contact pairs

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.

Constructor & Destructor Documentation

◆ __init__()

def mpc_contact_process.MPCContactProcess.__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.

Reimplemented from search_base_process.SearchBaseProcess.

Member Function Documentation

◆ ExecuteAfterOutputStep()

def mpc_contact_process.MPCContactProcess.ExecuteAfterOutputStep (   self)

This method is executed right after the ouput process computation.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

◆ ExecuteBeforeOutputStep()

def mpc_contact_process.MPCContactProcess.ExecuteBeforeOutputStep (   self)

This method is executed right before the ouput process computation.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

◆ ExecuteBeforeSolutionLoop()

def mpc_contact_process.MPCContactProcess.ExecuteBeforeSolutionLoop (   self)

This method is executed before starting the time loop.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

◆ ExecuteFinalize()

def mpc_contact_process.MPCContactProcess.ExecuteFinalize (   self)

This method is executed in order to finalize the current computation.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

◆ ExecuteFinalizeSolutionStep() [1/2]

def mpc_contact_process.MPCContactProcess.ExecuteFinalizeSolutionStep (   self)

This method is executed in order to finalize the current step.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

◆ ExecuteFinalizeSolutionStep() [2/2]

def mpc_contact_process.MPCContactProcess.ExecuteFinalizeSolutionStep (   self)

This method is executed in order to finalize the current time step.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

◆ ExecuteInitialize()

def mpc_contact_process.MPCContactProcess.ExecuteInitialize (   self)

This method is executed at the begining to initialize the process.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

◆ ExecuteInitializeSolutionStep()

def mpc_contact_process.MPCContactProcess.ExecuteInitializeSolutionStep (   self)

This method is executed in order to initialize the current step.

   Keyword arguments:
   self -- It signifies an instance of a class.

Reimplemented from search_base_process.SearchBaseProcess.

Member Data Documentation

◆ contact_settings

mpc_contact_process.MPCContactProcess.contact_settings

◆ frictional_law

mpc_contact_process.MPCContactProcess.frictional_law

◆ is_frictional

mpc_contact_process.MPCContactProcess.is_frictional

◆ mesh_tying

mpc_contact_process.MPCContactProcess.mesh_tying

◆ normal_variation

mpc_contact_process.MPCContactProcess.normal_variation

◆ pure_slip

mpc_contact_process.MPCContactProcess.pure_slip

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