10 #if !defined (KRATOS_NEWTONIAN_FLUID_3D_LAW_H_INCLUDED)
11 #define KRATOS_NEWTONIAN_FLUID_3D_LAW_H_INCLUDED
50 ConstitutiveLaw::Pointer Clone()
const override;
70 void InitializeMaterial(
const Properties& rProperties,
72 const Vector& rShapeFunctionsValues )
override;
80 void CalculateMaterialResponseCauchy (
Parameters & rValues)
override;
88 void FinalizeMaterialResponseCauchy(
Parameters & rValues)
override;
102 void GetLawFeatures(Features& rFeatures)
override;
129 std::string
Info()
const override
131 std::stringstream buffer;
132 buffer <<
"NewtonianFluid3DLaw";
139 rOStream <<
"NewtonianFluid3DLaw";
145 rOStream <<
"NewtonianFluid3DLaw Data";
182 virtual void CalculateStress(
Vector& rStressVector,
183 const Vector &rStrainVector,
192 virtual void CalculateConstitutiveMatrix(
Matrix& rConstitutiveMatrix,
224 void save(
Serializer& rSerializer)
const override
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
std::size_t SizeType
Definition: constitutive_law.h:82
Geometry base class.
Definition: geometry.h:71
Definition: newtonian_3D_law.hpp:30
SizeType WorkingSpaceDimension() override
Law Dimension.
Definition: newtonian_3D_law.hpp:92
SizeType GetStrainSize() const override
Law Voigt Strain Size.
Definition: newtonian_3D_law.hpp:95
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: newtonian_3D_law.hpp:143
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: newtonian_3D_law.hpp:137
std::string Info() const override
Turn back information as a string.
Definition: newtonian_3D_law.hpp:129
KRATOS_CLASS_POINTER_DEFINITION(NewtonianFluid3DLaw)
Pointer definition of NewtonianFluid3DLaw.
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_law.h:189