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
skin_detection_process.SkinDetectionProcess Class Reference

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

Inheritance diagram for skin_detection_process.SkinDetectionProcess:
Collaboration diagram for skin_detection_process.SkinDetectionProcess:

Public Member Functions

def __init__ (self, Model, settings)
 
def ExecuteInitialize (self)
 
def ExecuteBeforeSolutionLoop (self)
 
def ExecuteInitializeSolutionStep (self)
 
def ExecuteFinalizeSolutionStep (self)
 
def ExecuteBeforeOutputStep (self)
 
def ExecuteAfterOutputStep (self)
 
def ExecuteFinalize (self)
 
def Clear (self)
 

Public Attributes

 model_part
 
 computing_model_part
 
 recursive_detection
 
 name_auxiliar_model_part
 
 detect_skin
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def skin_detection_process.SkinDetectionProcess.__init__ (   self,
  Model,
  settings 
)

Member Function Documentation

◆ Clear()

def skin_detection_process.SkinDetectionProcess.Clear (   self)

◆ ExecuteAfterOutputStep()

def skin_detection_process.SkinDetectionProcess.ExecuteAfterOutputStep (   self)

◆ ExecuteBeforeOutputStep()

def skin_detection_process.SkinDetectionProcess.ExecuteBeforeOutputStep (   self)

◆ ExecuteBeforeSolutionLoop()

def skin_detection_process.SkinDetectionProcess.ExecuteBeforeSolutionLoop (   self)

◆ ExecuteFinalize()

def skin_detection_process.SkinDetectionProcess.ExecuteFinalize (   self)

◆ ExecuteFinalizeSolutionStep()

def skin_detection_process.SkinDetectionProcess.ExecuteFinalizeSolutionStep (   self)

◆ ExecuteInitialize()

def skin_detection_process.SkinDetectionProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep()

def skin_detection_process.SkinDetectionProcess.ExecuteInitializeSolutionStep (   self)

Member Data Documentation

◆ computing_model_part

skin_detection_process.SkinDetectionProcess.computing_model_part

◆ detect_skin

skin_detection_process.SkinDetectionProcess.detect_skin

◆ model_part

skin_detection_process.SkinDetectionProcess.model_part

◆ name_auxiliar_model_part

skin_detection_process.SkinDetectionProcess.name_auxiliar_model_part

◆ recursive_detection

skin_detection_process.SkinDetectionProcess.recursive_detection

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