Home
last modified time | relevance | path

Searched refs:GetBeamRaleyghDampingAlpha (Results 1 – 2 of 2) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementBeamEuler.cpp660 if (Mfactor || (Rfactor && this->section->GetBeamRaleyghDampingAlpha()) ) { in ComputeKRMmatricesGlobal()
674 …multiplier_fact = 0.5 * length * (Mfactor + Rfactor * this->section->GetBeamRaleyghDampingAlpha()); in ComputeKRMmatricesGlobal()
734 if (this->section->GetBeamRaleyghDampingAlpha()) { in ComputeInternalForces()
744 double node_multiplier_fact = 0.5 * length * (this->section->GetBeamRaleyghDampingAlpha()); in ComputeInternalForces()
H A DChBeamSectionEuler.h138 double GetBeamRaleyghDampingAlpha() { return this->rdamping_alpha; } in GetBeamRaleyghDampingAlpha() function