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 | List of all members
derivative_recovery.zhang_guo_recoverer.ZhangGuoGradientRecoverer Class Reference
Inheritance diagram for derivative_recovery.zhang_guo_recoverer.ZhangGuoGradientRecoverer:
Collaboration diagram for derivative_recovery.zhang_guo_recoverer.ZhangGuoGradientRecoverer:

Public Member Functions

def __init__ (self, project_parameters, model_part)
 
def RecoverGradientOfScalar (self, scalar_variable, gradient_variable)
 
def RecoverGradientOfVelocity (self)
 
def RecoverPressureGradient (self)
 
- Public Member Functions inherited from derivative_recovery.recoverer.GradientRecoverer
def RecoverFluidFractionGradient (self)
 
- Public Member Functions inherited from derivative_recovery.recoverer.EmptyGradientRecoverer
def RecoverGradientOfVector (self, vector_variable, gradient_variable_x, gradient_variable_y, gradient_variable_z)
 

Additional Inherited Members

- Public Attributes inherited from derivative_recovery.recoverer.DerivativesRecoverer
 model_part
 
 cplusplus_recovery_tool
 

Constructor & Destructor Documentation

◆ __init__()

def derivative_recovery.zhang_guo_recoverer.ZhangGuoGradientRecoverer.__init__ (   self,
  project_parameters,
  model_part 
)

Member Function Documentation

◆ RecoverGradientOfScalar()

def derivative_recovery.zhang_guo_recoverer.ZhangGuoGradientRecoverer.RecoverGradientOfScalar (   self,
  scalar_variable,
  gradient_variable 
)

◆ RecoverGradientOfVelocity()

def derivative_recovery.zhang_guo_recoverer.ZhangGuoGradientRecoverer.RecoverGradientOfVelocity (   self)

◆ RecoverPressureGradient()

def derivative_recovery.zhang_guo_recoverer.ZhangGuoGradientRecoverer.RecoverPressureGradient (   self)

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