58 template<
class TElementData >
139 typename GeometryType::Pointer pGeometry);
149 typename GeometryType::Pointer pGeometry,
150 Properties::Pointer pProperties);
172 Properties::Pointer pProperties)
const override;
176 typename GeometryType::Pointer pGeometry,
177 Properties::Pointer pProperties)
const override;
194 std::string
Info()
const override;
198 void PrintInfo(std::ostream& rOStream)
const override;
232 const Vector& rUnitNormal,
274 void save(
Serializer& rSerializer)
const override;
287 double CalculateGaussPointRadius(
const TElementData& rData)
const;
318 template<
class TElementData >
320 std::istream& rIStream,
327 template<
class TElementData >
329 std::ostream& rOStream,
333 rOStream << std::endl;
Definition: axisymmetric_navier_stokes.h:60
void AddTimeIntegratedRHS(TElementData &rData, VectorType &rRHS) override
Definition: axisymmetric_navier_stokes.cpp:209
const Parameters GetSpecifications() const override
This method provides the specifications/requirements of the element.
Definition: axisymmetric_navier_stokes.cpp:136
typename BaseType::ShapeFunctionsType ShapeFunctionsType
Type for shape function values container.
Definition: axisymmetric_navier_stokes.h:97
AxisymmetricNavierStokes(AxisymmetricNavierStokes const &rOther)=delete
Copy constructor.
constexpr static SizeType Dim
Definition: axisymmetric_navier_stokes.h:105
typename BaseType::ShapeFunctionDerivativesType ShapeFunctionDerivativesType
Type for a matrix containing the shape function gradients.
Definition: axisymmetric_navier_stokes.h:100
virtual ~AxisymmetricNavierStokes()
Destructor.
Definition: axisymmetric_navier_stokes.cpp:56
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, Properties::Pointer pProperties) const override
Definition: axisymmetric_navier_stokes.cpp:62
typename BaseType::ShapeFunctionDerivativesType ShapeFunctionDerivativesArrayType
Type for an array of shape function gradient matrices.
Definition: axisymmetric_navier_stokes.h:103
constexpr static SizeType StrainSize
Definition: axisymmetric_navier_stokes.h:109
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: axisymmetric_navier_stokes.cpp:176
constexpr static SizeType NumNodes
Definition: axisymmetric_navier_stokes.h:106
void AddBoundaryTraction(TElementData &rData, const Vector &rUnitNormal, MatrixType &rLHS, VectorType &rRHS) override
Adds the boundary traction component along a cut plane for embedded formulations. This method adds th...
Definition: axisymmetric_navier_stokes.cpp:217
constexpr static SizeType BlockSize
Definition: axisymmetric_navier_stokes.h:107
void ComputeGaussPointLHSContribution(TElementData &rData, MatrixType &rLHS)
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(AxisymmetricNavierStokes)
Pointer definition of AxisymmetricNavierStokes.
void ComputeGaussPointRHSContribution(TElementData &rData, VectorType &rRHS)
void CalculateMaterialResponse(TElementData &rData) const override
Definition: axisymmetric_navier_stokes.cpp:185
void AddTimeIntegratedLHS(TElementData &rData, MatrixType &rLHS) override
Definition: axisymmetric_navier_stokes.cpp:201
AxisymmetricNavierStokes & operator=(AxisymmetricNavierStokes const &rOther)=delete
Assignment operator.
int Check(const ProcessInfo &rCurrentProcessInfo) const override
Definition: axisymmetric_navier_stokes.cpp:97
constexpr static SizeType LocalSize
Definition: axisymmetric_navier_stokes.h:108
std::string Info() const override
Turn back information as a string.
Definition: axisymmetric_navier_stokes.cpp:168
AxisymmetricNavierStokes(IndexType NewId=0)
Default constuctor.
Definition: axisymmetric_navier_stokes.cpp:33
void AddTimeIntegratedSystem(TElementData &rData, MatrixType &rLHS, VectorType &rRHS) override
Definition: axisymmetric_navier_stokes.cpp:191
void Initialize(const ProcessInfo &rCurrentProcessInfo) override
Definition: axisymmetric_navier_stokes.cpp:81
std::size_t SizeType
Definition: element.h:94
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
Large Displacement Lagrangian Element for 3D and 2D geometries. (base class)
Definition: fluid_element.h:61
Vector VectorType
Vector type for local contributions to the linear system.
Definition: fluid_element.h:79
std::size_t SizeType
Definition: fluid_element.h:86
static constexpr unsigned int Dim
Definition: fluid_element.h:105
std::vector< Dof< double >::Pointer > DofsVectorType
Definition: fluid_element.h:90
static constexpr unsigned int NumNodes
Definition: fluid_element.h:107
MatrixRow< Matrix > ShapeFunctionsType
Type for shape function values container.
Definition: fluid_element.h:95
Matrix MatrixType
Matrix type for local contributions to the linear system.
Definition: fluid_element.h:82
Kratos::Matrix ShapeFunctionDerivativesType
Type for a matrix containing the shape function gradients.
Definition: fluid_element.h:98
static constexpr unsigned int LocalSize
Definition: fluid_element.h:111
PointerVectorSet< Dof< double >, IndexedObject > DofsArrayType
Definition: fluid_element.h:92
static constexpr unsigned int BlockSize
Definition: fluid_element.h:109
Geometry< NodeType >::PointsArrayType NodesArrayType
Definition of nodes container type, redefined from GeometryType.
Definition: fluid_element.h:76
std::vector< std::size_t > EquationIdVectorType
Definition: fluid_element.h:88
Geometry< NodeType > GeometryType
Geometry type (using with given NodeType)
Definition: fluid_element.h:73
std::size_t IndexType
Definition: fluid_element.h:84
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: fluid_element.hpp:584
Node NodeType
Node type (default is: Node)
Definition: fluid_element.h:70
This defines the geometrical object, base definition of the element and condition entities.
Definition: geometrical_object.h:58
Geometry base class.
Definition: geometry.h:71
This class defines the node.
Definition: node.h:65
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
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
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307