14 #if !defined(KRATOS_WSS_STATISTICS_UTILITIES_H )
15 #define KRATOS_WSS_STATISTICS_UTILITIES_H
73 static void InitializeWSSVariables(
ModelPart &rModelPart);
82 static void CalculateWSS(
85 const bool IsNormalHistorical);
92 static void CalculateOSI(
ModelPart &rModelPart);
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
Node NodeType
Definition: model_part.h:117
This class defines the node.
Definition: node.h:65
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
A set of functions to compute the Wall Shear Stress (WSS)
Definition: wss_statistics_utilities.h:32
WssStatisticsUtilities()=delete
KRATOS_CLASS_POINTER_DEFINITION(WssStatisticsUtilities)
Pointer definition of WssStatisticsUtilities.
WssStatisticsUtilities(WssStatisticsUtilities const &rOther)=delete
Deleted copy constructor.
WssStatisticsUtilities & operator=(WssStatisticsUtilities const &rOther)=delete
Deleted assignment operator.
~WssStatisticsUtilities()=default
Destructor.
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21