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
apply_slip_process.ApplySlipProcess Class Reference

All the processes python should be derived from "Process". More...

Inheritance diagram for apply_slip_process.ApplySlipProcess:
Collaboration diagram for apply_slip_process.ApplySlipProcess:

Public Member Functions

def __init__ (self, Model, settings)
 
def GetDefaultParameters (cls)
 
def ExecuteInitialize (self)
 
def ExecuteInitializeSolutionStep (self)
 
def __init__ (self, model, settings)
 The constructor of the ApplySlipProcess. More...
 
def ExecuteInitialize (self)
 
def ExecuteInitializeSolutionStep (self)
 

Public Attributes

 model_part
 
 avoid_recomputing_normals
 
 recompute_normals
 

Detailed Description

All the processes python should be derived from "Process".

ApplySlipProcess.

This process sets the SLIP flag and computes the
NORMAL variable on the selected model part

Constructor & Destructor Documentation

◆ __init__() [1/2]

def apply_slip_process.ApplySlipProcess.__init__ (   self,
  Model,
  settings 
)

◆ __init__() [2/2]

def apply_slip_process.ApplySlipProcess.__init__ (   self,
  model,
  settings 
)

The constructor of the ApplySlipProcess.

    Keyword arguments:
    self -- It signifies an instance of a class.
    model -- The model to be used
    settings -- The ProjectParameters used

Member Function Documentation

◆ ExecuteInitialize() [1/2]

def apply_slip_process.ApplySlipProcess.ExecuteInitialize (   self)

◆ ExecuteInitialize() [2/2]

def apply_slip_process.ApplySlipProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep() [1/2]

def apply_slip_process.ApplySlipProcess.ExecuteInitializeSolutionStep (   self)

◆ ExecuteInitializeSolutionStep() [2/2]

def apply_slip_process.ApplySlipProcess.ExecuteInitializeSolutionStep (   self)

◆ GetDefaultParameters()

def apply_slip_process.ApplySlipProcess.GetDefaultParameters (   cls)

Member Data Documentation

◆ avoid_recomputing_normals

apply_slip_process.ApplySlipProcess.avoid_recomputing_normals

◆ model_part

apply_slip_process.ApplySlipProcess.model_part

◆ recompute_normals

apply_slip_process.ApplySlipProcess.recompute_normals

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