32 #ifndef _LIN2DCIRCULARTUBE_HPP_ 33 #define _LIN2DCIRCULARTUBE_HPP_ 37 #include <Eigen/Dense> 59 Lin2DCircularTube(
double re,
double ri, std::unique_ptr<Material> &material,
double theta=0.0,
unsigned int ip=10);
94 Eigen::VectorXd
GetStrainAt(
double x3=0,
double x2=0);
100 Eigen::VectorXd
GetStressAt(
double x3=0,
double x2=0);
118 void UpdateState(
const Eigen::VectorXd strain,
const unsigned int cond);
Eigen::VectorXd GetStress()
Returns the resultant (generalised) stress vector over the section.
double GetArea()
Computes the Angle area.
void CommitState()
Perform converged section state update.
Eigen::VectorXd GetStressAt(double x3=0, double x2=0)
Returns the section stress at given position.
Lin2DCircularTube(double re, double ri, std::unique_ptr< Material > &material, double theta=0.0, unsigned int ip=10)
Creates a Section to be specified at a Gauss-point in an Element.
double GetShearArea3()
Computes the Angle shear area.
double Theta
Rotation angle.
Definition: Lin2DCircularTube.hpp:160
Eigen::VectorXd Strain
Generalized Strain vector.
Definition: Lin2DCircularTube.hpp:166
~Lin2DCircularTube()
Destroys this Lin2DCircularTube object.
Virtual class for creating a section object.
Definition: Section.hpp:45
void UpdateState(const Eigen::VectorXd strain, const unsigned int cond)
Update the section state for this iteration.
This file contains the abstract "Material object" declarations, which computes the strain...
double re
External radius.
Definition: Lin2DCircularTube.hpp:154
This file contains the abstract "Section object" declarations, which computes the strain...
std::unique_ptr< Section > CopySection()
Clone the 'Lin2DCircularTube' section.
unsigned int InsertPoint
Local axis coordinate.
Definition: Lin2DCircularTube.hpp:163
void ReverseState()
Reverse the section states to previous converged state.
void ComputeSectionCenter(double &zcm, double &ycm)
Gets the section centroid.
std::unique_ptr< Material > theMaterial
The section's material.
Definition: Lin2DCircularTube.hpp:169
double ri
Internal radius.
Definition: Lin2DCircularTube.hpp:157
double GetInertiaAxis2()
Computes the Angle flexural inertia.
Eigen::VectorXd GetStrainAt(double x3=0, double x2=0)
Returns the section strain at given position.
double GetShearArea2()
Computes the Angle shear area.
Eigen::MatrixXd GetInitialTangentStiffness()
Returns the section initial stiffness matrix.
Eigen::MatrixXd GetTangentStiffness()
Returns the section stiffness matrix.
void InitialState()
Brings the section states to its initial state.
Class for creating a solid circular tube section for 2D analysis with linear elastic material for a f...
Definition: Lin2DCircularTube.hpp:49
Eigen::MatrixXd GetDensity()
Access the section density matrix.
double GetInertiaAxis3()
Computes the Angle flexural inertia.
Eigen::VectorXd GetStrain()
Returns the resultant (generalised) strain vector over the section.