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.
|
This class is used in order to compute the contact using a mortar penalty formulation. More...
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 | ExecuteFinalize (self) |
This method is executed in order to finalize the current computation. More... | |
Public Attributes | |
contact_settings | |
normal_variation | |
find_nodal_h | |
alm_var_process | |
Public Attributes inherited from alm_contact_process.ALMContactProcess | |
contact_settings | |
dimension | |
normal_variation | |
frictional_law | |
is_frictional | |
slip_step_reset_frequency | |
slip_step_reset_counter | |
pure_slip | |
alm_var_process | |
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 | |
This class is used in order to compute the contact using a mortar penalty 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.
def penalty_contact_process.PenaltyContactProcess.__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 alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
def penalty_contact_process.PenaltyContactProcess.ExecuteAfterOutputStep | ( | self | ) |
This method is executed right after the ouput process computation.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
def penalty_contact_process.PenaltyContactProcess.ExecuteBeforeOutputStep | ( | self | ) |
This method is executed right before the ouput process computation.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
def penalty_contact_process.PenaltyContactProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
This method is executed before starting the time loop.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
def penalty_contact_process.PenaltyContactProcess.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 alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
def penalty_contact_process.PenaltyContactProcess.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 alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
def penalty_contact_process.PenaltyContactProcess.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 alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
def penalty_contact_process.PenaltyContactProcess.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 alm_contact_process.ALMContactProcess.
Reimplemented in explicit_penalty_contact_process.ExplicitPenaltyContactProcess.
penalty_contact_process.PenaltyContactProcess.alm_var_process |
penalty_contact_process.PenaltyContactProcess.contact_settings |
penalty_contact_process.PenaltyContactProcess.find_nodal_h |
penalty_contact_process.PenaltyContactProcess.normal_variation |