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.
|
All the processes python should be derived from "Process". More...
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 | |
All the processes python should be derived from "Process".
def skin_detection_process.SkinDetectionProcess.__init__ | ( | self, | |
Model, | |||
settings | |||
) |
def skin_detection_process.SkinDetectionProcess.Clear | ( | self | ) |
def skin_detection_process.SkinDetectionProcess.ExecuteAfterOutputStep | ( | self | ) |
def skin_detection_process.SkinDetectionProcess.ExecuteBeforeOutputStep | ( | self | ) |
def skin_detection_process.SkinDetectionProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
def skin_detection_process.SkinDetectionProcess.ExecuteFinalize | ( | self | ) |
def skin_detection_process.SkinDetectionProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
def skin_detection_process.SkinDetectionProcess.ExecuteInitialize | ( | self | ) |
def skin_detection_process.SkinDetectionProcess.ExecuteInitializeSolutionStep | ( | self | ) |
skin_detection_process.SkinDetectionProcess.computing_model_part |
skin_detection_process.SkinDetectionProcess.detect_skin |
skin_detection_process.SkinDetectionProcess.model_part |
skin_detection_process.SkinDetectionProcess.name_auxiliar_model_part |
skin_detection_process.SkinDetectionProcess.recursive_detection |