![]() |
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 <time_dependant_1D_porosity_field.h>
Public Member Functions | |
| KRATOS_CLASS_POINTER_DEFINITION (TimeDependant1DPorosityField) | |
| TimeDependant1DPorosityField (const double &max_time) | |
| virtual | ~TimeDependant1DPorosityField () |
| Destructor. More... | |
| double | Evaluate (const double time, const array_1d< double, 3 > &coor) override |
| double | CalculateTimeDerivative (const double time, const array_1d< double, 3 > &coor) override |
| void | CalculateGradient (const double time, const array_1d< double, 3 > &coor, array_1d< double, 3 > &gradient) override |
| void | CalculateLaplacian (const double time, const array_1d< double, 3 > &coor, array_1d< double, 3 > &laplacian) override |
| virtual double | Evaluate (const double time, const array_1d< double, 3 > &coor) |
| Default constructor. More... | |
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... | |
Public Member Functions inherited from Kratos::RealField | |
| KRATOS_CLASS_POINTER_DEFINITION (RealField) | |
| RealField () | |
| Default constructor. More... | |
| virtual | ~RealField () |
| Destructor. More... | |
Protected Attributes | |
Protected member r_variables | |
template<class T, std::size_t dim> | |
| double | mC |
| RealFunction | mF |
| RealFunction | mG |
|
inline |
|
inlinevirtual |
Destructor.
|
inlineoverridevirtual |
Reimplemented from Kratos::RealField.
|
inlineoverridevirtual |
Reimplemented from Kratos::RealField.
|
inlineoverridevirtual |
Reimplemented from Kratos::RealField.
|
inline |
Default constructor.
|
inlineoverridevirtual |
Reimplemented from Kratos::RealField.
|
inlinevirtual |
Turn back information as a stemplate<class T, std::size_t dim> tring.
Reimplemented from Kratos::RealField.
| Kratos::TimeDependant1DPorosityField::KRATOS_CLASS_POINTER_DEFINITION | ( | TimeDependant1DPorosityField | ) |
|
inlinevirtual |
Print object's data.
Reimplemented from Kratos::RealField.
|
inlinevirtual |
Print information about this object.
Reimplemented from Kratos::RealField.
|
protected |
|
protected |
|
protected |