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 | |
def | __init__ (self, project_parameters, model_part) |
def | RecoverVorticityFromGradient (self) |
def | CalculateVorticityContributionOfTheGradientOfAComponent (self) |
Public Member Functions inherited from derivative_recovery.recoverer.GradientRecoverer | |
def | RecoverGradientOfVelocity (self) |
def | RecoverPressureGradient (self) |
def | RecoverFluidFractionGradient (self) |
Public Member Functions inherited from derivative_recovery.recoverer.EmptyGradientRecoverer | |
def | RecoverGradientOfScalar (self, scalar_variable, gradient_variable) |
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 | |
def derivative_recovery.recoverer.VorticityRecoverer.__init__ | ( | self, | |
project_parameters, | |||
model_part | |||
) |
Reimplemented from derivative_recovery.recoverer.EmptyVorticityRecoverer.
Reimplemented in derivative_recovery.pouliot_2012_recoverer.Pouliot2012GradientRecoverer, derivative_recovery.pouliot_2012_edge_recoverer.Pouliot2012EdgeLaplacianRecoverer, derivative_recovery.pouliot_2012_edge_recoverer.Pouliot2012EdgeMaterialAccelerationRecoverer, derivative_recovery.pouliot_2012_edge_recoverer.Pouliot2012EdgeGradientRecoverer, derivative_recovery.L2_projection_recoverer.L2ProjectionLaplacianRecoverer, derivative_recovery.L2_projection_recoverer.L2ProjectionDirectMaterialAccelerationRecoverer, derivative_recovery.L2_projection_recoverer.L2ProjectionMaterialAccelerationRecoverer, and derivative_recovery.L2_projection_recoverer.L2ProjectionGradientRecoverer.
def derivative_recovery.recoverer.VorticityRecoverer.CalculateVorticityContributionOfTheGradientOfAComponent | ( | self | ) |
Reimplemented from derivative_recovery.recoverer.EmptyVorticityRecoverer.
def derivative_recovery.recoverer.VorticityRecoverer.RecoverVorticityFromGradient | ( | self | ) |
Reimplemented from derivative_recovery.recoverer.EmptyVorticityRecoverer.