Home
last modified time | relevance | path

Searched refs:Kfactor (Results 1 – 25 of 64) sorted by relevance

123

/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChContactContainerSMC.cpp457 (*itercontact)->ContKRMmatricesLoad(Kfactor, Rfactor); in _KRMmatricesLoad()
463 _KRMmatricesLoad(contactlist_3_3, Kfactor, Rfactor); in KRMmatricesLoad()
464 _KRMmatricesLoad(contactlist_6_3, Kfactor, Rfactor); in KRMmatricesLoad()
465 _KRMmatricesLoad(contactlist_6_6, Kfactor, Rfactor); in KRMmatricesLoad()
466 _KRMmatricesLoad(contactlist_333_3, Kfactor, Rfactor); in KRMmatricesLoad()
467 _KRMmatricesLoad(contactlist_333_6, Kfactor, Rfactor); in KRMmatricesLoad()
468 _KRMmatricesLoad(contactlist_333_333, Kfactor, Rfactor); in KRMmatricesLoad()
469 _KRMmatricesLoad(contactlist_666_3, Kfactor, Rfactor); in KRMmatricesLoad()
470 _KRMmatricesLoad(contactlist_666_6, Kfactor, Rfactor); in KRMmatricesLoad()
471 _KRMmatricesLoad(contactlist_666_333, Kfactor, Rfactor); in KRMmatricesLoad()
[all …]
H A DChLoadContainer.cpp58 void ChLoadContainer::KRMmatricesLoad(double Kfactor, double Rfactor, double Mfactor) { in KRMmatricesLoad() argument
60 loadlist[i]->KRMmatricesLoad(Kfactor, Rfactor, Mfactor); in KRMmatricesLoad()
H A DChLoadBodyMesh.cpp154 void ChLoadBodyMesh::KRMmatricesLoad(double Kfactor, double Rfactor, double Mfactor) { in KRMmatricesLoad() argument
156 forces[i]->KRMmatricesLoad(Kfactor, Rfactor, Mfactor); in KRMmatricesLoad()
H A DChLoadContainer.h62 virtual void KRMmatricesLoad(double Kfactor, double Rfactor, double Mfactor) override;
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementSpring.cpp41 void ChElementSpring::ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfactor, doubl… in ComputeKRMmatricesGlobal() argument
50 double commonfactor = this->spring_k * Kfactor + this->damper_r * Rfactor; in ComputeKRMmatricesGlobal()
66 ChMatrix33<> kgV = Kfactor * (internal_Kforce_local / L_ref) * (ChMatrix33<>(1) - V); in ComputeKRMmatricesGlobal()
H A DChElementBar.cpp41 void ChElementBar::ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfactor, double M… in ComputeKRMmatricesGlobal() argument
54 double commonfactor = Kstiffness * Kfactor + Rdamping * Rfactor; in ComputeKRMmatricesGlobal()
71 ChMatrix33<> kgV = Kfactor * (internal_Kforce_local / L_ref) * (ChMatrix33<>(1) - V); in ComputeKRMmatricesGlobal()
H A DChElementGeneric.h94 virtual void KRMmatricesLoad(double Kfactor, double Rfactor, double Mfactor) override { in KRMmatricesLoad() argument
95 this->ComputeKRMmatricesGlobal(this->Kmatr.Get_K(), Kfactor, Rfactor, Mfactor); in KRMmatricesLoad()
H A DChElementBase.h76 …virtual void ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfactor = 0, double Mf…
131 virtual void KRMmatricesLoad(double Kfactor, double Rfactor, double Mfactor) = 0;
H A DChElementBeamANCF_3243.h195 double Kfactor,
351 …void ComputeInternalJacobianContIntDamping(ChMatrixRef& H, double Kfactor, double Rfactor, double …
358 void ComputeInternalJacobianContIntNoDamping(ChMatrixRef& H, double Kfactor, double Mfactor);
366 …void ComputeInternalJacobianPreInt(ChMatrixRef& H, double Kfactor, double Rfactor, double Mfactor);
H A DChElementBeamANCF_3333.h197 double Kfactor,
353 …void ComputeInternalJacobianContIntDamping(ChMatrixRef& H, double Kfactor, double Rfactor, double …
360 void ComputeInternalJacobianContIntNoDamping(ChMatrixRef& H, double Kfactor, double Mfactor);
368 …void ComputeInternalJacobianPreInt(ChMatrixRef& H, double Kfactor, double Rfactor, double Mfactor);
H A DChElementHexaANCF_3843.h223 double Kfactor,
358 …void ComputeInternalJacobianContIntDamping(ChMatrixRef& H, double Kfactor, double Rfactor, double …
365 void ComputeInternalJacobianContIntNoDamping(ChMatrixRef& H, double Kfactor, double Mfactor);
373 …void ComputeInternalJacobianPreInt(ChMatrixRef& H, double Kfactor, double Rfactor, double Mfactor);
H A DChElementShellANCF_3443.h236 double Kfactor,
392 void ComputeInternalJacobianContIntDamping(ChMatrixRef& H, double Kfactor, double Rfactor);
400 void ComputeInternalJacobianContIntNoDamping(ChMatrixRef& H, double Kfactor);
409 void ComputeInternalJacobianPreInt(ChMatrixRef& H, double Kfactor, double Rfactor);
H A DChElementShellANCF_3833.h260 double Kfactor,
416 void ComputeInternalJacobianContIntDamping(ChMatrixRef& H, double Kfactor, double Rfactor);
424 void ComputeInternalJacobianContIntNoDamping(ChMatrixRef& H, double Kfactor);
433 void ComputeInternalJacobianPreInt(ChMatrixRef& H, double Kfactor, double Rfactor);
H A DChElementCableANCF.cpp91 void ChElementCableANCF::ComputeInternalJacobians(double Kfactor, double Rfactor) { in ComputeInternalJacobians() argument
118 m_JacobianMatrix.col(0 + inode * 6) = (F0 - F1) * (1.0 / diff) * Kfactor; in ComputeInternalJacobians()
123 m_JacobianMatrix.col(1 + inode * 6) = (F0 - F1) * (1.0 / diff) * Kfactor; in ComputeInternalJacobians()
128 m_JacobianMatrix.col(2 + inode * 6) = (F0 - F1) * (1.0 / diff) * Kfactor; in ComputeInternalJacobians()
133 m_JacobianMatrix.col(3 + inode * 6) = (F0 - F1) * (1.0 / diff) * Kfactor; in ComputeInternalJacobians()
138 m_JacobianMatrix.col(4 + inode * 6) = (F0 - F1) * (1.0 / diff) * Kfactor; in ComputeInternalJacobians()
143 m_JacobianMatrix.col(5 + inode * 6) = (F0 - F1) * (1.0 / diff) * Kfactor; in ComputeInternalJacobians()
413 void ChElementCableANCF::ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfactor, do… in ComputeKRMmatricesGlobal() argument
418 ComputeInternalJacobians(Kfactor, Rfactor); in ComputeKRMmatricesGlobal()
H A DChElementCableANCF.h104 virtual void ComputeInternalJacobians(double Kfactor, double Rfactor);
116 double Kfactor,
H A DChElementShellBST.h254 double Kfactor,
302 void ComputeInternalJacobians(double Kfactor, double Rfactor);
H A DChElementBeamTaperedTimoshenko.h189 double Kfactor,
204 …virtual void ComputeInternalForces(ChVectorDynamic<>& Fi, bool Mfactor, bool Kfactor, bool Rfactor…
H A DChElementBeamEuler.cpp464 void ChElementBeamEuler::ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfactor, do… in ComputeKRMmatricesGlobal() argument
472 if (Kfactor || Rfactor) { in ComputeKRMmatricesGlobal()
524 H.block(0, 0, 12, 12) = - H_num * Kfactor; in ComputeKRMmatricesGlobal()
597 …H_local = this->Km * (Kfactor + Rfactor * this->section->GetBeamRaleyghDampingBeta()) + this->Kg *… in ComputeKRMmatricesGlobal()
603 … H_local = this->Km * (Kfactor + Rfactor * this->section->GetBeamRaleyghDampingBeta()); in ComputeKRMmatricesGlobal()
632 double node_multiplier_fact_K = 0.5 * length * Kfactor; in ComputeKRMmatricesGlobal()
H A DChElementSpring.h55 double Kfactor,
H A DChElementTetraCorot_4.h97 double Kfactor,
271 double Kfactor,
H A DChElementTetraCorot_4.cpp185 void ChElementTetraCorot_4::ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfactor,… in ComputeKRMmatricesGlobal() argument
235 double mkfactor = Kfactor + Rfactor * this->GetMaterial()->Get_RayleighDampingK(); in ComputeKRMmatricesGlobal()
476 void ChElementTetraCorot_4_P::ComputeKRMmatricesGlobal(ChMatrixRef H, double Kfactor, double Rfacto… in ComputeKRMmatricesGlobal() argument
480 H = Kfactor * StiffnessMatrix; in ComputeKRMmatricesGlobal()
H A DChElementShellANCF_3423.h200 double Kfactor,
241 void ComputeInternalJacobians(double Kfactor, double Rfactor);
H A DChLoadContactSurfaceMesh.cpp187 void ChLoadContactSurfaceMesh::KRMmatricesLoad(double Kfactor, double Rfactor, double Mfactor) { in KRMmatricesLoad() argument
189 forces[i]->KRMmatricesLoad(Kfactor, Rfactor, Mfactor); in KRMmatricesLoad()
H A DChElementBar.h57 double Kfactor,
H A DChElementHexaANCF_3813_9.h286 double Kfactor,
311 void ComputeInternalJacobians(double Kfactor, double Rfactor);

123