![]() |
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.
|
The base class for the bottom and surface friction laws. More...
#include <friction_laws_factory.h>
Public Types | |
Type Definitions | |
| typedef Node | NodeType |
| typedef Geometry< NodeType > | GeometryType |
Public Member Functions | |
Pointer Definition | |
| KRATOS_CLASS_POINTER_DEFINITION (FrictionLawsFactory) | |
Life Cycle | |
| FrictionLawsFactory () | |
| Default constructor. More... | |
| ~FrictionLawsFactory () | |
| Destructor. More... | |
Operations | |
| FrictionLaw::Pointer | CreateBottomFrictionLaw (const GeometryType &rGeometry, const Properties &rProperty, const ProcessInfo &rProcessInfo) |
| Create a bottom friction law. More... | |
| FrictionLaw::Pointer | CreateSurfaceFrictionLaw (const GeometryType &rGeometry, const Properties &rProperty, const ProcessInfo &rProcessInfo) |
| Create a surface friction law. More... | |
Input and output | |
| std::string | Info () const |
| Turn back information as a string. More... | |
| void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More... | |
| void | PrintData (std::ostream &rOStream) const |
| Print object's data. More... | |
The base class for the bottom and surface friction laws.
This class does nothing, define derived friction laws in order to make use of it
|
inline |
Default constructor.
|
inline |
Destructor.
| FrictionLaw::Pointer Kratos::FrictionLawsFactory::CreateBottomFrictionLaw | ( | const GeometryType & | rGeometry, |
| const Properties & | rProperty, | ||
| const ProcessInfo & | rProcessInfo | ||
| ) |
Create a bottom friction law.
| FrictionLaw::Pointer Kratos::FrictionLawsFactory::CreateSurfaceFrictionLaw | ( | const GeometryType & | rGeometry, |
| const Properties & | rProperty, | ||
| const ProcessInfo & | rProcessInfo | ||
| ) |
Create a surface friction law.
|
inline |
Turn back information as a string.
| Kratos::FrictionLawsFactory::KRATOS_CLASS_POINTER_DEFINITION | ( | FrictionLawsFactory | ) |
|
inline |
Print object's data.
|
inline |
Print information about this object.