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, custom_settings) |
def | GetVariables (self) |
def | ExecuteInitialize (self) |
def | ExecuteBeforeSolutionLoop (self) |
def | ExecuteInitializeSolutionStep (self) |
def | ExecuteFinalizeSolutionStep (self) |
Public Attributes | |
settings | |
settings string in json format More... | |
model | |
model_part | |
VolumeRecoveryProcess | |
All the processes python should be derived from "Process".
def volume_recovery_process.VolumeRecoveryProcess.__init__ | ( | self, | |
Model, | |||
custom_settings | |||
) |
def volume_recovery_process.VolumeRecoveryProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
def volume_recovery_process.VolumeRecoveryProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
def volume_recovery_process.VolumeRecoveryProcess.ExecuteInitialize | ( | self | ) |
def volume_recovery_process.VolumeRecoveryProcess.ExecuteInitializeSolutionStep | ( | self | ) |
def volume_recovery_process.VolumeRecoveryProcess.GetVariables | ( | self | ) |
volume_recovery_process.VolumeRecoveryProcess.model |
volume_recovery_process.VolumeRecoveryProcess.model_part |
volume_recovery_process.VolumeRecoveryProcess.settings |
settings string in json format
overwrite the default settings with user-provided parameters
volume_recovery_process.VolumeRecoveryProcess.VolumeRecoveryProcess |