![]() |
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.
|
Solution utility to compute structural analysis responses. More...
#include <structure_response_function_utilities.h>
Public Member Functions | |
Type Definitions | |
| KRATOS_CLASS_POINTER_DEFINITION (StructureResponseFunctionUtilities) | |
| Pointer definition of StructureResponseFunctionUtilities. More... | |
Life Cycle | |
| StructureResponseFunctionUtilities (ModelPart &model_part) | |
| Default constructor. More... | |
| virtual | ~StructureResponseFunctionUtilities () |
| Destructor. More... | |
Operations | |
| double | ComputeStrainEnergy () |
| Computes the strain energy as the objective function of the optimization problem. More... | |
| double | ComputeVolumeFraction () |
Input and output | |
| virtual std::string | Info () const |
| Turn back information as a string. 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... | |
Solution utility to compute structural analysis responses.
Detail class definition.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inline |
Computes the strain energy as the objective function of the optimization problem.
|
inline |
|
inlinevirtual |
Turn back information as a string.
| Kratos::StructureResponseFunctionUtilities::KRATOS_CLASS_POINTER_DEFINITION | ( | StructureResponseFunctionUtilities | ) |
Pointer definition of StructureResponseFunctionUtilities.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.