32 #ifndef _LIN3DRECTANGULAR_HPP_ 33 #define _LIN3DRECTANGULAR_HPP_ 37 #include <Eigen/Dense> 60 Lin3DRectangular(
double h,
double b, std::unique_ptr<Material> &material,
double theta=0.0,
unsigned int ip=10);
95 Eigen::VectorXd
GetStrainAt(
double x3=0,
double x2=0);
101 Eigen::VectorXd
GetStressAt(
double x3=0,
double x2=0);
119 void UpdateState(
const Eigen::VectorXd strain,
const unsigned int cond);
double b
Width.
Definition: Lin3DRectangular.hpp:163
Eigen::VectorXd GetStrainAt(double x3=0, double x2=0)
Returns the section strain at given position.
void UpdateState(const Eigen::VectorXd strain, const unsigned int cond)
Update the section state for this iteration.
double GetInertiaAxis3()
Computes the Angle flexural inertia.
std::unique_ptr< Material > theMaterial
The section's material.
Definition: Lin3DRectangular.hpp:175
Virtual class for creating a section object.
Definition: Section.hpp:45
double GetShearArea3()
Computes the Angle shear area.
void CommitState()
Perform converged section state update.
Lin3DRectangular(double h, double b, 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.
void ComputeSectionCenter(double &zcm, double &ycm)
Gets the section centroid.
This file contains the abstract "Material object" declarations, which computes the strain...
Class for creating a solid rectangular section for 3D analysis with linear elastic material for a fra...
Definition: Lin3DRectangular.hpp:49
Eigen::VectorXd GetStrain()
Returns the resultant (generalised) strain vector over the section.
This file contains the abstract "Section object" declarations, which computes the strain...
double Theta
Rotation angle.
Definition: Lin3DRectangular.hpp:166
~Lin3DRectangular()
Destroys this Lin3DRectangular object.
Eigen::VectorXd Strain
Generalized Strain vector.
Definition: Lin3DRectangular.hpp:172
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.
double GetInertiaAxis2()
Computes the Angle flexural inertia.
void ReverseState()
Reverse the section states to previous converged state.
Eigen::MatrixXd GetTangentStiffness()
Returns the section stiffness matrix.
Eigen::MatrixXd GetInitialTangentStiffness()
Returns the section initial stiffness matrix.
double GetShearArea2()
Computes the Angle shear area.
double GetArea()
Computes the Angle area.
std::unique_ptr< Section > CopySection()
Clone the 'Lin3DRectangular' section.
unsigned int InsertPoint
Local axis coordinate.
Definition: Lin3DRectangular.hpp:169
Eigen::MatrixXd GetDensity()
Access the section density matrix.
double h
Height.
Definition: Lin3DRectangular.hpp:160
void InitialState()
Brings the section states to its initial state.