![]() |
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.
|
Functions | |
| double | GetAxisymmetricCoefficient (const PairedCondition *pCondition, const Vector &rNSlave) |
| This functions computes the integration weight to consider. More... | |
| double | CalculateRadius (const PairedCondition *pCondition, const Vector &rNSlave) |
| Calculates the radius of axisymmetry. More... | |
| double Kratos::AuxiliaryOperationsUtilities::CalculateRadius | ( | const PairedCondition * | pCondition, |
| const Vector & | rNSlave | ||
| ) |
Calculates the radius of axisymmetry.
| pCondition | The condition pointer to compute the explicit contribution |
| rNSlave | The shape functions of the slave side |
| double Kratos::AuxiliaryOperationsUtilities::GetAxisymmetricCoefficient | ( | const PairedCondition * | pCondition, |
| const Vector & | rNSlave | ||
| ) |
This functions computes the integration weight to consider.
| pCondition | The condition pointer to compute the explicit contribution |
| rNSlave | The shape functions of the slave side |