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 the Wall Shear Stress (WSS) More...
#include <wss_statistics_utilities.h>
Public Member Functions | |
Life Cycle | |
WssStatisticsUtilities ()=delete | |
WssStatisticsUtilities (WssStatisticsUtilities const &rOther)=delete | |
Deleted copy constructor. More... | |
~WssStatisticsUtilities ()=default | |
Destructor. More... | |
Operators | |
WssStatisticsUtilities & | operator= (WssStatisticsUtilities const &rOther)=delete |
Deleted assignment operator. More... | |
Static Public Member Functions | |
Operations | |
static void | InitializeWSSVariables (ModelPart &rModelPart) |
Initialize the WSS variables This method initializes all the Wall Shear Stress (WSS) related variables. Note that it is required to be called once before all the other WSS methods. More... | |
static void | CalculateWSS (ModelPart &rModelPart, const Variable< array_1d< double, 3 >> &rNormalVariable, const bool IsNormalHistorical) |
Calculate the Wall Shear Stress (WSS) This method computes the Wall Shear Stress (WSS). More... | |
static void | CalculateOSI (ModelPart &rModelPart) |
Calculate the Oscillatory Shear Index (OSI) This method computes the Oscillatory Shear Index (OSI) More... | |
Type Definitions | |
using | NodeType = ModelPart::NodeType |
Node definition. More... | |
KRATOS_CLASS_POINTER_DEFINITION (WssStatisticsUtilities) | |
Pointer definition of WssStatisticsUtilities. More... | |
A set of functions to compute the Wall Shear Stress (WSS)
Node definition.
|
delete |
|
delete |
Deleted copy constructor.
|
default |
Destructor.
|
static |
Calculate the Oscillatory Shear Index (OSI) This method computes the Oscillatory Shear Index (OSI)
rModelPart | Model part in where the OSI is computed |
|
static |
Calculate the Wall Shear Stress (WSS) This method computes the Wall Shear Stress (WSS).
|
static |
Initialize the WSS variables This method initializes all the Wall Shear Stress (WSS) related variables. Note that it is required to be called once before all the other WSS methods.
rModelPart | Model part in which the WSS magnitudes are to be computed |
Kratos::WssStatisticsUtilities::KRATOS_CLASS_POINTER_DEFINITION | ( | WssStatisticsUtilities | ) |
Pointer definition of WssStatisticsUtilities.
|
delete |
Deleted assignment operator.