40 #if !defined(KRATOS_MONOLITHIC_NONEWTONIAN_PFEM2_3D_ELEM_H_INCLUDED )
41 #define KRATOS_MONOLITHIC_NONEWTONIAN_PFEM2_3D_ELEM_H_INCLUDED
44 #include "boost/smart_ptr.hpp"
133 double& Viscosity,
const double Area)
override;
151 double EffectiveViscosity(
double DynamicViscosity,
165 virtual void save(
Serializer& rSerializer)
const override
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Base class for all Elements.
Definition: element.h:60
Matrix MatrixType
Definition: element.h:90
std::size_t IndexType
Definition: flags.h:74
GeometryType & GetGeometry()
Returns the reference of the geometry.
Definition: geometrical_object.h:158
Geometry base class.
Definition: geometry.h:71
This object defines an indexed object.
Definition: indexed_object.h:54
Definition: monolithic_2fluid_3d.h:29
Definition: nonewtonian_2fluid_3d.h:58
PointerVectorSet< Dof< double >, IndexedObject > DofsArrayType
Definition: nonewtonian_2fluid_3d.h:74
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
Definition: nonewtonian_2fluid_3d.h:113
std::vector< std::size_t > EquationIdVectorType
Definition: nonewtonian_2fluid_3d.h:72
std::vector< Dof< double >::Pointer > DofsVectorType
Definition: nonewtonian_2fluid_3d.h:73
NoNewtonianMonolithicPFEM23D(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Definition: nonewtonian_2fluid_3d.h:90
virtual void AddViscousTerm(MatrixType &rDampMatrix, const BoundedMatrix< double, 4, 3 > &rShapeDeriv, double &Viscosity, const double Area) override
Definition: nonewtonian_2fluid_3d.cpp:30
NoNewtonianMonolithicPFEM23D(IndexType NewId=0)
Default constructor.
Definition: nonewtonian_2fluid_3d.h:78
Geometry< NodeType >::PointsArrayType NodesArrayType
definition of nodes container type, redefined from GeometryType
Definition: nonewtonian_2fluid_3d.h:67
Geometry< NodeType > GeometryType
definition of the geometry type with given NodeType
Definition: nonewtonian_2fluid_3d.h:65
Properties PropertiesType
Definition: nonewtonian_2fluid_3d.h:63
Vector VectorType
Definition: nonewtonian_2fluid_3d.h:68
NoNewtonianMonolithicPFEM23D(IndexType NewId, const NodesArrayType &ThisNodes)
Definition: nonewtonian_2fluid_3d.h:82
NoNewtonianMonolithicPFEM23D(IndexType NewId, GeometryType::Pointer pGeometry)
Definition: nonewtonian_2fluid_3d.h:86
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(NoNewtonianMonolithicPFEM23D)
std::size_t IndexType
Definition: nonewtonian_2fluid_3d.h:70
virtual ~ NoNewtonianMonolithicPFEM23D()
Destructor.
Definition: nonewtonian_2fluid_3d.h:95
std::size_t SizeType
Definition: nonewtonian_2fluid_3d.h:71
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
A sorted associative container similar to an STL set, but uses a vector to store pointers to its data...
Definition: pointer_vector_set.h:72
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