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.
|
#include <embedded_volume_tool.h>
Public Member Functions | |
Life Cycle | |
EmbeddedVolumeTool () | |
Default constructor. More... | |
virtual | ~EmbeddedVolumeTool () |
Destructor. More... | |
Operators | |
double | CalculateNegativeDistanceVolume (ModelPart &rfluid_model_part) |
Input and output | |
virtual std::string | Info () const |
Turn back information as a stemplate<class T, std::size_t dim> tring. More... | |
virtual void | PrintInfo (std::ostream &rOStream) const |
Print information about this object. More... | |
virtual void | PrintData (std::ostream &rOStream) const |
Print object's data. More... | |
Type Definitions | |
typedef ModelPart::NodesContainerType::iterator | NodeIteratorType |
typedef ModelPart::ElementsContainerType::iterator | ElementIteratorType |
typedef std::size_t | ListIndexType |
KRATOS_CLASS_POINTER_DEFINITION (EmbeddedVolumeTool< TDim >) | |
Pointer definition of EmbeddedVolumeTool. More... | |
This class is designed to calculate the volume of closed subdomains generated by the embedded technique. It requires that variable DISTANCE has been added to the model_part.
typedef ModelPart::ElementsContainerType::iterator Kratos::EmbeddedVolumeTool< TDim >::ElementIteratorType |
typedef std::size_t Kratos::EmbeddedVolumeTool< TDim >::ListIndexType |
typedef ModelPart::NodesContainerType::iterator Kratos::EmbeddedVolumeTool< TDim >::NodeIteratorType |
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inline |
|
inlinevirtual |
Turn back information as a stemplate<class T, std::size_t dim> tring.
Kratos::EmbeddedVolumeTool< TDim >::KRATOS_CLASS_POINTER_DEFINITION | ( | EmbeddedVolumeTool< TDim > | ) |
Pointer definition of EmbeddedVolumeTool.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.