![]() |
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.
|
A set of functions to compute quantities of interest for turbulent flows. More...
#include <vorticity_utilities.h>
Public Member Functions | |
Life Cycle | |
| VorticityUtilities ()=delete | |
| VorticityUtilities (VorticityUtilities const &rOther)=delete | |
| Deleted copy constructor. More... | |
| ~VorticityUtilities () | |
| Destructor. More... | |
Operators | |
| VorticityUtilities & | operator= (VorticityUtilities const &rOther)=delete |
| Deleted assignment operator. More... | |
Static Public Member Functions | |
Operations | |
| static void | CalculateQValue (const Geometry< Node > &rGeometry, const ShapeFunctionDerivativesArrayType &rShapeFunctionsGradients, std::vector< double > &rQValues) |
| static void | CalculateVorticityMagnitude (const Geometry< Node > &rGeometry, const ShapeFunctionDerivativesArrayType &rShapeFunctionsGradients, std::vector< double > &rVorticityMagnitudes) |
| static void | CalculateVorticityVector (const Geometry< Node > &rGeometry, const ShapeFunctionDerivativesArrayType &rShapeFunctionsGradients, std::vector< array_1d< double, 3 >> &rVorticities) |
Type Definitions | |
| typedef Geometry< Node >::ShapeFunctionsGradientsType | ShapeFunctionDerivativesArrayType |
| Type for an array of shape function gradient matrices. More... | |
| KRATOS_CLASS_POINTER_DEFINITION (VorticityUtilities) | |
| Pointer definition of VorticityUtilities. More... | |
A set of functions to compute quantities of interest for turbulent flows.
| typedef Geometry< Node >::ShapeFunctionsGradientsType Kratos::VorticityUtilities< TDim >::ShapeFunctionDerivativesArrayType |
Type for an array of shape function gradient matrices.
|
delete |
|
delete |
Deleted copy constructor.
| Kratos::VorticityUtilities< TDim >::~VorticityUtilities |
Destructor.
|
static |
|
static |
|
static |
| Kratos::VorticityUtilities< TDim >::KRATOS_CLASS_POINTER_DEFINITION | ( | VorticityUtilities< TDim > | ) |
Pointer definition of VorticityUtilities.
|
delete |
Deleted assignment operator.