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.
|
This class is designed to manage the volume averaging of DEM properties and their projection onto a mesh. More...
#include <volume_averaging_tool.h>
Public Member Functions | |
Type Definitions | |
KRATOS_CLASS_POINTER_DEFINITION (VolumeAveragingTool< TDim >) | |
Pointer definition of VolumeAveragingTool. More... | |
Life Cycle | |
VolumeAveragingTool () | |
Default constructor. More... | |
virtual | ~VolumeAveragingTool () |
Destructor. More... | |
Operators | |
void | CalculateSimpleCellBasedPorosity (ModelPart &rFluid_ModelPart, ModelPart &rDEM_ModelPart, BinBasedFastPointLocator< TDim > &bin_of_objects_fluid) |
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... | |
This class is designed to manage the volume averaging of DEM properties and their projection onto a mesh.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inline |
|
inlinevirtual |
Turn back information as a stemplate<class T, std::size_t dim> tring.
Kratos::VolumeAveragingTool< TDim >::KRATOS_CLASS_POINTER_DEFINITION | ( | VolumeAveragingTool< TDim > | ) |
Pointer definition of VolumeAveragingTool.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.