Home
last modified time | relevance | path

Searched refs:max_penetration_recovery_speed (Results 1 – 3 of 3) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/physics/
H A DChSystemMulticoreNSC.cpp203 link->ConstraintsBiLoad_C(C_factor, max_penetration_recovery_speed, true); in AssembleSystem()
223 item->ConstraintsBiLoad_C(C_factor, max_penetration_recovery_speed, true); in AssembleSystem()
230 contact_container->ConstraintsBiLoad_C(C_factor, max_penetration_recovery_speed, true); in AssembleSystem()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChSystem.h163 void SetMaxPenetrationRecoverySpeed(double mval) { max_penetration_recovery_speed = mval; } in SetMaxPenetrationRecoverySpeed()
166 double GetMaxPenetrationRecoverySpeed() const { return max_penetration_recovery_speed; } in GetMaxPenetrationRecoverySpeed()
929 …double max_penetration_recovery_speed; ///< limit for the speed of penetration recovery (positive… variable
H A DChSystem.cpp62 max_penetration_recovery_speed(0.6), in ChSystem()
121 max_penetration_recovery_speed = other.max_penetration_recovery_speed; in ChSystem()
1435 timestepper->SetQcClamping(max_penetration_recovery_speed); in Integrate_Y()
1957 marchive << CHNVP(max_penetration_recovery_speed); in ArchiveOUT()
1994 marchive >> CHNVP(max_penetration_recovery_speed); in ArchiveIN()