Home
last modified time | relevance | path

Searched refs:spinning_friction (Results 1 – 14 of 14) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChMaterialSurface.cpp31 spinning_friction(0), in ChMaterialSurface()
38 spinning_friction = other.spinning_friction; in ChMaterialSurface()
55 marchive << CHNVP(spinning_friction); in ArchiveOUT()
67 marchive >> CHNVP(spinning_friction); in ArchiveIN()
H A DChMaterialSurfaceNSC.cpp83 spinning_friction(0), in ChMaterialCompositeNSC()
104 spinning_friction = strategy->CombineFriction(mat1->spinning_friction, mat2->spinning_friction); in ChMaterialCompositeNSC()
H A DChMaterialSurface.h58 void SetSpinningFriction(float val) { spinning_friction = val; } in SetSpinningFriction()
59 float GetSpinningFriction() const { return spinning_friction; } in GetSpinningFriction()
75 float spinning_friction; ///< Spinning coefficient of friction variable
H A DChMaterialSurfaceSMC.cpp120 muSpin_eff = strategy->CombineFriction(mat1->spinning_friction, mat2->spinning_friction); in ChMaterialCompositeSMC()
H A DChMaterialSurfaceNSC.h97 float spinning_friction; variable
H A DChContactNSCrolling.h89 Rx.SetSpinningFrictionCoefficient(mat.spinning_friction); in Reset()
H A DChContactContainerNSC.cpp302 if (cmat.rolling_friction || cmat.spinning_friction) { in InsertContact()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicleEntry.h62 uint8_t spinning_friction; member
H A DVehicle.cpp7054 spin_speed -= spinSpeed >> vehicleEntry->spinning_friction; in UpdateSpinningCar()
/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/collision/
H A DChContactContainerMulticoreNSC.cpp93 real3(cmat.sliding_friction, cmat.rolling_friction, cmat.spinning_friction)); in AddContact()
170 real3 mu(cmat.sliding_friction, cmat.rolling_friction, cmat.spinning_friction); in AddContact()
/dports/science/chrono/chrono-7.0.1/src/chrono/utils/
H A DChUtilsInputOutput.cpp107 …< mat->static_friction << mat->sliding_friction << mat->rolling_friction << mat->spinning_friction; in WriteCheckpoint()
225 matNSC->spinning_friction; in ReadCheckpoint()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/object/
H A DRideObject.cpp444 vehicle->spinning_friction = stream->ReadValue<uint8_t>(); in ReadLegacyVehicle()
739 car.spinning_friction = Json::GetNumber<uint8_t>(jCar["spinningFriction"]); in ReadJsonCar()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/object/
H A DScObject.hpp531 return entry->spinning_friction; in spinningFriction_get()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_utils/
H A DurdfEditor.py19 self.spinning_friction = 0