Home
last modified time | relevance | path

Searched refs:plastic_def (Results 1 – 4 of 4) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChLoadsXYZROTnode.cpp199 plastic_def(VNULL) {} in ChLoadXYZROTnodeXYZROTnodeBushingPlastic()
211 plastic_def.x() = rel_AB.GetPos().x() - loc_force.x() / stiffness.x(); in ComputeForceTorque()
215 plastic_def.x() = rel_AB.GetPos().x() - loc_force.x() / stiffness.x(); in ComputeForceTorque()
219 plastic_def.y() = rel_AB.GetPos().y() - loc_force.y() / stiffness.y(); in ComputeForceTorque()
223 plastic_def.y() = rel_AB.GetPos().y() - loc_force.y() / stiffness.y(); in ComputeForceTorque()
227 plastic_def.z() = rel_AB.GetPos().z() - loc_force.z() / stiffness.z(); in ComputeForceTorque()
231 plastic_def.z() = rel_AB.GetPos().z() - loc_force.z() / stiffness.z(); in ComputeForceTorque()
418 plastic_def(VNULL) {} in ChLoadXYZROTnodeBodyBushingPlastic()
430 plastic_def.x() = rel_AB.GetPos().x() - loc_force.x() / stiffness.x(); in ComputeForceTorque()
434 plastic_def.x() = rel_AB.GetPos().x() - loc_force.x() / stiffness.x(); in ComputeForceTorque()
[all …]
H A DChLoadsXYZROTnode.h260 ChVector<> GetPlasticDeformation() const { return plastic_def; } in GetPlasticDeformation()
264 ChVector<> plastic_def; variable
521 ChVector<> GetPlasticDeformation() const { return plastic_def; } in GetPlasticDeformation()
525 ChVector<> plastic_def; variable
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLoadsBody.cpp280 plastic_def(VNULL) {} in ChLoadBodyBodyBushingPlastic()
285 loc_force = (rel_AB.GetPos() - plastic_def) * stiffness // element-wise product! in ComputeBodyBodyForceTorque()
292 plastic_def.x() = rel_AB.GetPos().x() - loc_force.x() / stiffness.x(); in ComputeBodyBodyForceTorque()
296 plastic_def.x() = rel_AB.GetPos().x() - loc_force.x() / stiffness.x(); in ComputeBodyBodyForceTorque()
300 plastic_def.y() = rel_AB.GetPos().y() - loc_force.y() / stiffness.y(); in ComputeBodyBodyForceTorque()
304 plastic_def.y() = rel_AB.GetPos().y() - loc_force.y() / stiffness.y(); in ComputeBodyBodyForceTorque()
308 plastic_def.z() = rel_AB.GetPos().z() - loc_force.z() / stiffness.z(); in ComputeBodyBodyForceTorque()
312 plastic_def.z() = rel_AB.GetPos().z() - loc_force.z() / stiffness.z(); in ComputeBodyBodyForceTorque()
H A DChLoadsBody.h316 ChVector<> GetPlasticDeformation() const { return plastic_def; } in GetPlasticDeformation()
320 ChVector<> plastic_def; variable