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.
|
Note: For the moment this only works for cylindrical probes with its axis oriented in Z direction. More...
#include <stress_failure_check_utilities.hpp>
Public Member Functions | |
KRATOS_CLASS_POINTER_DEFINITION (StressFailureCheckUtilities) | |
StressFailureCheckUtilities (ModelPart &rModelPart, Parameters &rParameters) | |
Default constructor. More... | |
virtual | ~StressFailureCheckUtilities () |
Destructor. More... | |
void | ExecuteFinalizeSolutionStep () |
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... | |
Protected Attributes | |
Protected static Member r_variables | |
ModelPart & | mrModelPart |
array_1d< double, 3 > | mCylinderCenter |
double | mMinRadius |
double | mMaxRadius |
Note: For the moment this only works for cylindrical probes with its axis oriented in Z direction.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inline |
|
inlinevirtual |
Turn back information as a stemplate<class T, std::size_t dim> tring.
Kratos::StressFailureCheckUtilities::KRATOS_CLASS_POINTER_DEFINITION | ( | StressFailureCheckUtilities | ) |
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.
|
protected |
|
protected |
|
protected |