|
void | CalculateGeometryData (const GeometryType &rGeometry, const GeometryData::IntegrationMethod &rIntegrationMethod, Vector &rGaussWeights, Matrix &rNContainer, GeometryType::ShapeFunctionsGradientsType &rDN_DX) |
|
void | CalculateConditionGeometryData (const GeometryType &rGeometry, const GeometryData::IntegrationMethod &rIntegrationMethod, Vector &rGaussWeights, Matrix &rNContainer) |
|
template<unsigned int TDim> |
double | CalculateMatrixTrace (const BoundedMatrix< double, TDim, TDim > &rMatrix) |
|
GeometryType::ShapeFunctionsGradientsType | CalculateGeometryParameterDerivatives (const GeometryType &rGeometry, const GeometryData::IntegrationMethod &rIntegrationMethod) |
|
template<std::size_t TDim> |
void | CalculateGeometryParameterDerivativesShapeSensitivity (BoundedMatrix< double, TDim, TDim > &rOutput, const ShapeParameter &rShapeDerivative, const Matrix &rDnDe, const Matrix &rDeDx) |
|
template<unsigned int TNumNodes> |
void | CalculateGaussSensitivities (BoundedVector< double, TNumNodes > &rGaussSensitivities, const BoundedVector< double, TNumNodes > &rNodalSensitivities, const Vector &rGaussShapeFunctions) |
|
double | CalculateLogarithmicYPlusLimit (const double Kappa, const double Beta, const int MaxIterations, const double Tolerance) |
|
double | CalculateWallHeight (const ConditionType &rCondition, const array_1d< double, 3 > &rNormal) |
|
array_1d< double, 3 > | CalculateWallVelocity (const ConditionType &rCondition) |
|
void | CalculateYPlusAndUtau (double &rYPlus, double &rUTau, const double WallVelocity, const double WallHeight, const double KinematicViscosity, const double Kappa, const double Beta, const int MaxIterations, const double Tolerance) |
|
bool | IsWallFunctionActive (const ConditionType &rCondition) |
|
bool | IsInlet (const ConditionType &rCondition) |
|
template<> |
ModelPart::NodesContainerType & | GetContainer (ModelPart &rModelPart) |
|
template<class TContainerType > |
void | CalculateNumberOfNeighbourEntities (ModelPart &rModelPart, const Variable< double > &rOutputVariable) |
| Calculates number of neighbours. More...
|
|
template double | CalculateMatrixTrace< 2 > (const BoundedMatrix< double, 2, 2 > &) |
|
template double | CalculateMatrixTrace< 3 > (const BoundedMatrix< double, 3, 3 > &) |
|
template void | CalculateGeometryParameterDerivativesShapeSensitivity< 2 > (BoundedMatrix< double, 2, 2 > &, const ShapeParameter &, const Matrix &, const Matrix &) |
|
template void | CalculateGeometryParameterDerivativesShapeSensitivity< 3 > (BoundedMatrix< double, 3, 3 > &, const ShapeParameter &, const Matrix &, const Matrix &) |
|
template void | CalculateGaussSensitivities< 3 > (BoundedVector< double, 3 > &, const BoundedVector< double, 3 > &, const Vector &) |
|
template void | CalculateGaussSensitivities< 4 > (BoundedVector< double, 4 > &, const BoundedVector< double, 4 > &, const Vector &) |
|
template void | CalculateNumberOfNeighbourEntities< ModelPart::ConditionsContainerType > (ModelPart &, const Variable< double > &) |
|
template void | CalculateNumberOfNeighbourEntities< ModelPart::ElementsContainerType > (ModelPart &, const Variable< double > &) |
|
long double | SoftMax (const long double value_1, const long double value_2) |
|
long double | SoftPositive (const long double value) |
|