Home
last modified time | relevance | path

Searched refs:GetShearCenterY (Results 1 – 5 of 5) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChBeamSectionEuler.h63 virtual double GetShearCenterY() const = 0;
311 virtual double GetShearCenterY() const override { return 0; } in GetShearCenterY() function
394 virtual double GetShearCenterY() const override { return this->Sy; } in GetShearCenterY() function
553 virtual double GetShearCenterY() const override { return this->Sy; } in GetShearCenterY() function
H A DChBeamSectionCosserat.h304 double GetShearCenterY() { return this->Sy; } in GetShearCenterY() function
450 double GetShearCenterY() { return this->Sy; } in GetShearCenterY() function
525 double GetShearCenterY() { return this->Sy; } in GetShearCenterY() function
H A DChElementBeamEuler.cpp182 double Sy = this->section->GetShearCenterY(); in ComputeStiffnessMatrix()
383 double Sy = this->section->GetShearCenterY(); in ComputeGeometricStiffnessMatrix()
873 double Sy = this->section->GetShearCenterY(); in EvaluateSectionForceTorque()
H A DChElementBeamTaperedTimoshenko.cpp343 double Sy1 = this->tapered_section->GetSectionA()->GetShearCenterY(); in ComputeTransformMatrix()
349 double Sy2 = this->tapered_section->GetSectionB()->GetShearCenterY(); in ComputeTransformMatrix()
458 double Sy1 = this->tapered_section->GetSectionA()->GetShearCenterY(); in ComputeTransformMatrixAtPoint()
464 double Sy2 = this->tapered_section->GetSectionB()->GetShearCenterY(); in ComputeTransformMatrixAtPoint()
H A DChBeamSectionTaperedTimoshenko.cpp242 double Sy1 = this->sectionA->GetShearCenterY(); in ComputeAverageSectionParameters()
281 double Sy2 = this->sectionB->GetShearCenterY(); in ComputeAverageSectionParameters()