Home
last modified time | relevance | path

Searched refs:u_rotaz (Results 1 – 22 of 22) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementBeamTaperedTimoshenkoFPM.cpp339 ChVector<>& u_rotaz) { in EvaluateSectionDisplacement() argument
356 u_rotaz.x() = u_vector(3); in EvaluateSectionDisplacement()
357 u_rotaz.y() = u_vector(4); in EvaluateSectionDisplacement()
358 u_rotaz.z() = u_vector(5); in EvaluateSectionDisplacement()
H A DChElementBeamEuler.cpp823 …eamEuler::EvaluateSectionDisplacement(const double eta, ChVector<>& u_displ, ChVector<>& u_rotaz) { in EvaluateSectionDisplacement() argument
836 u_rotaz.x() = N(0) * displ(3) + N(3) * displ(9); // Rx_a Rx_b in EvaluateSectionDisplacement()
837 u_rotaz.y() = -N(6) * displ(2) - N(7) * displ(8) + // z_a z_b note - sign in EvaluateSectionDisplacement()
839 u_rotaz.z() = N(6) * displ(1) + N(7) * displ(7) + // y_a y_b in EvaluateSectionDisplacement()
845 ChVector<> u_rotaz; in EvaluateSectionFrame() local
849 this->EvaluateSectionDisplacement(eta, u_displ, u_rotaz); in EvaluateSectionFrame()
859 msectionrot.Q_from_AngAxis(u_rotaz.Length(), u_rotaz.GetNormalized()); in EvaluateSectionFrame()
H A DChElementShell.h44 ChVector<>& u_rotaz) = 0;
H A DChElementBeam.h49 ChVector<>& u_rotaz) = 0;
H A DChElementBeamTaperedTimoshenkoFPM.h117 …d EvaluateSectionDisplacement(const double eta, ChVector<>& u_displ, ChVector<>& u_rotaz) override;
H A DChElementBeamTaperedTimoshenko.cpp1215 ChVector<>& u_rotaz) { in EvaluateSectionDisplacement() argument
1245 u_rotaz.x() = kNx * qerx; in EvaluateSectionDisplacement()
1246 u_rotaz.y() = -dkNbz * qez; in EvaluateSectionDisplacement()
1247 u_rotaz.z() = dkNby * qey; in EvaluateSectionDisplacement()
1252 ChVector<> u_rotaz; in EvaluateSectionFrame() local
1256 this->EvaluateSectionDisplacement(eta, u_displ, u_rotaz); in EvaluateSectionFrame()
1266 msectionrot.Q_from_AngAxis(u_rotaz.Length(), u_rotaz.GetNormalized()); in EvaluateSectionFrame()
H A DChElementCableANCF.h134 …d EvaluateSectionDisplacement(const double eta, ChVector<>& u_displ, ChVector<>& u_rotaz) override;
H A DChElementBeamEuler.h176 …d EvaluateSectionDisplacement(const double eta, ChVector<>& u_displ, ChVector<>& u_rotaz) override;
H A DChElementShellBST.h278 ChVector<>& u_rotaz) override;
H A DChElementBeamTaperedTimoshenko.h217 …d EvaluateSectionDisplacement(const double eta, ChVector<>& u_displ, ChVector<>& u_rotaz) override;
H A DChElementCableANCF.cpp642 …ableANCF::EvaluateSectionDisplacement(const double eta, ChVector<>& u_displ, ChVector<>& u_rotaz) { in EvaluateSectionDisplacement() argument
648 u_rotaz = VNULL; //(not needed in ANCF? ) in EvaluateSectionDisplacement()
653 ChVector<> u_rotaz; in EvaluateSectionFrame() local
H A DChElementShellANCF_3423.h226 ChVector<>& u_rotaz) override;
H A DChElementBeamANCF_3243.h216 … EvaluateSectionDisplacement(const double xi, ChVector<>& u_displ, ChVector<>& u_rotaz) override {} in EvaluateSectionDisplacement() argument
H A DChElementBeamANCF_3333.h218 … EvaluateSectionDisplacement(const double xi, ChVector<>& u_displ, ChVector<>& u_rotaz) override {} in EvaluateSectionDisplacement() argument
H A DChElementShellBST.cpp620 ChVector<>& u_rotaz) { in EvaluateSectionDisplacement() argument
623 u_rotaz = VNULL; // no angles.. (or maybe return here the slope derivatives?) in EvaluateSectionDisplacement()
H A DChElementHexaANCF_3843.h238 ChVector<>& u_rotaz) {} in EvaluateElementDisplacement() argument
H A DChElementShellReissner4.h421 ChVector<>& u_rotaz) override;
H A DChElementShellANCF_3443.h251 ChVector<>& u_rotaz) override {} in EvaluateSectionDisplacement() argument
H A DChElementShellANCF_3833.h275 ChVector<>& u_rotaz) override {} in EvaluateSectionDisplacement() argument
H A DChElementBeamIGA.h160 … EvaluateSectionDisplacement(const double eta, ChVector<>& u_displ, ChVector<>& u_rotaz) override { in EvaluateSectionDisplacement() argument
H A DChElementShellReissner4.cpp1109 ChVector<>& u_rotaz) { in EvaluateSectionDisplacement() argument
1112 u_rotaz = VNULL; // no angles.. this is ANCF (or maybe return here the slope derivatives?) in EvaluateSectionDisplacement()
H A DChElementShellANCF_3423.cpp1428 ChVector<>& u_rotaz) { in EvaluateSectionDisplacement() argument
1431 u_rotaz = VNULL; // no angles.. this is ANCF (or maybe return here the slope derivatives?) in EvaluateSectionDisplacement()