32 #ifndef _LIN3DCIRCULAR_HPP_ 33 #define _LIN3DCIRCULAR_HPP_ 37 #include <Eigen/Dense> 59 Lin3DCircular(
double r, 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);
void UpdateState(const Eigen::VectorXd strain, const unsigned int cond)
Update the section state for this iteration.
Eigen::VectorXd GetStrain()
Returns the resultant (generalised) strain vector over the section.
std::unique_ptr< Section > CopySection()
Clone the 'Lin3DCircular' section.
Eigen::MatrixXd GetInitialTangentStiffness()
Returns the section initial stiffness matrix.
double GetArea()
Computes the Angle area.
void ComputeSectionCenter(double &zcm, double &ycm)
Gets the section centroid.
Virtual class for creating a section object.
Definition: Section.hpp:45
double Theta
Rotation angle.
Definition: Lin3DCircular.hpp:162
This file contains the abstract "Material object" declarations, which computes the strain...
This file contains the abstract "Section object" declarations, which computes the strain...
void ReverseState()
Reverse the section states to previous converged state.
double GetInertiaAxis3()
Computes the Angle flexural inertia.
Eigen::VectorXd Strain
Generalized Strain vector.
Definition: Lin3DCircular.hpp:168
Lin3DCircular(double r, 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 GetShearArea2()
Computes the Angle shear area.
Class for creating a solid circular section for 3D analysis with linear elastic material for a frame ...
Definition: Lin3DCircular.hpp:49
void InitialState()
Brings the section states to its initial state.
Eigen::MatrixXd GetDensity()
Access the section density matrix.
double r
Circle Radius.
Definition: Lin3DCircular.hpp:159
~Lin3DCircular()
Destroys this Lin3DCircular object.
unsigned int InsertPoint
Local axis coordinate.
Definition: Lin3DCircular.hpp:165
Eigen::VectorXd GetStress()
Returns the resultant (generalised) stress vector over the section.
Eigen::VectorXd GetStressAt(double x3=0, double x2=0)
Returns the section stress at given position.
void CommitState()
Perform converged section state update.
Eigen::MatrixXd GetTangentStiffness()
Returns the section stiffness matrix.
Eigen::VectorXd GetStrainAt(double x3=0, double x2=0)
Returns the section strain at given position.
std::unique_ptr< Material > theMaterial
The section's material.
Definition: Lin3DCircular.hpp:171
double GetInertiaAxis2()
Computes the Angle flexural inertia.
double GetShearArea3()
Computes the Angle shear area.