21 #if !defined(KRATOS_FLUID_2Dp_GLS_H_INCLUDED )
22 #define KRATOS_FLUID_2Dp_GLS_H_INCLUDED
30 #include "boost/smart_ptr.hpp"
93 QFluid2D(
IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties);
141 virtual std::string
Info()
const override
148 virtual void PrintInfo(std::ostream& rOStream)
const override
150 rOStream <<
Info() <<
Id();
209 std::vector< Matrix > mInvJ0;
251 virtual void save(
Serializer& rSerializer)
const override
Base class for all Elements.
Definition: element.h:60
Element(IndexType NewId=0)
Definition: element.h:121
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
Matrix MatrixType
Definition: element.h:90
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
IndexType Id() const
Definition: indexed_object.h:107
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
This element implements a Multi-stage element (2D case) to be used in conjuntion with.
Definition: qfluid_2d.h:79
void GetDofList(DofsVectorType &ElementalDofList, const ProcessInfo &CurrentProcessInfo) const override
Definition: qfluid_2d.cpp:868
void CalculateRightHandSide(VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: qfluid_2d.cpp:284
void InitializeSolutionStep(const ProcessInfo &CurrentProcessInfo) override
Definition: qfluid_2d.cpp:482
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: qfluid_2d.cpp:57
void CalculateViscousMatrix(MatrixType &K, const BoundedMatrix< double, 3, 2 > &DN_DX, const double &nu, const double &deltat, const double &bulk)
Definition: qfluid_2d.cpp:932
void EquationIdVector(EquationIdVectorType &rResult, const ProcessInfo &rCurrentProcessInfo) const override
Definition: qfluid_2d.cpp:840
int Check(const ProcessInfo &rCurrentProcessInfo) const override
Definition: qfluid_2d.cpp:987
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(QFluid2D)
Counted pointer of QFluid2D.
virtual void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: qfluid_2d.h:148
friend class Serializer
Definition: qfluid_2d.h:243
virtual ~QFluid2D() override
Destructor.
Definition: qfluid_2d.cpp:52
virtual std::string Info() const override
Turn back information as a string.
Definition: qfluid_2d.h:141
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
It creates a new element pointer.
Definition: qfluid_2d.cpp:44
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
h
Definition: generate_droplet_dynamics.py:91
int C
Definition: generate_hyper_elastic_simo_taylor_neo_hookean.py:27
nu
Definition: isotropic_damage_automatic_differentiation.py:135
def load(f)
Definition: ode_solve.py:307
K
Definition: sensitivityMatrix.py:73