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
volume_recovery_process.VolumeRecoveryProcess Class Reference

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

Inheritance diagram for volume_recovery_process.VolumeRecoveryProcess:
Collaboration diagram for volume_recovery_process.VolumeRecoveryProcess:

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def volume_recovery_process.VolumeRecoveryProcess.__init__ (   self,
  Model,
  custom_settings 
)

Member Function Documentation

◆ ExecuteBeforeSolutionLoop()

def volume_recovery_process.VolumeRecoveryProcess.ExecuteBeforeSolutionLoop (   self)

◆ ExecuteFinalizeSolutionStep()

def volume_recovery_process.VolumeRecoveryProcess.ExecuteFinalizeSolutionStep (   self)

◆ ExecuteInitialize()

def volume_recovery_process.VolumeRecoveryProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep()

def volume_recovery_process.VolumeRecoveryProcess.ExecuteInitializeSolutionStep (   self)

◆ GetVariables()

def volume_recovery_process.VolumeRecoveryProcess.GetVariables (   self)

Member Data Documentation

◆ model

volume_recovery_process.VolumeRecoveryProcess.model

◆ model_part

volume_recovery_process.VolumeRecoveryProcess.model_part

◆ settings

volume_recovery_process.VolumeRecoveryProcess.settings

settings string in json format

overwrite the default settings with user-provided parameters

◆ VolumeRecoveryProcess

volume_recovery_process.VolumeRecoveryProcess.VolumeRecoveryProcess

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