/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/ |
H A D | carwheel.h | 124 Dbl GetTorque() { return rotation.GetTorque()[1]; } in GetTorque() function
|
H A D | carbrake.cpp | 16 Dbl CARBRAKE::GetTorque() in GetTorque() function in CARBRAKE
|
H A D | carclutch.h | 44 Dbl GetTorque ( Dbl n_engine_speed, Dbl n_drive_speed );
|
H A D | cartransmission.h | 50 Dbl GetTorque(Dbl clutch_torque) in GetTorque() function
|
H A D | carclutch.cpp | 17 Dbl CARCLUTCH::GetTorque (Dbl n_engine_speed, Dbl n_drive_speed) in GetTorque() function in CARCLUTCH
|
H A D | carbrake.h | 43 Dbl GetTorque();
|
H A D | cardynamics_simulate.cpp | 53 MATHVECTOR<Dbl,3> engine_torque(-engine.GetTorque(), 0, 0); in ApplyEngineTorqueToBody() 228 Dbl brake_torque = brake.GetTorque() in ApplyWheelTorque() 301 Dbl engine_drag = clutch.GetTorque(crankshaft_speed, clutch_speed); in UpdateDriveline() 329 Dbl driveshaft_torque = transmission.GetTorque( clutch_torque ); in CalculateDriveTorque()
|
H A D | carengine.cpp | 44 out << "Total " << fToStr(GetTorque(), 0,5) << std::endl; in DebugPrint()
|
H A D | carengine.h | 139 Dbl GetTorque() in GetTorque() function
|
H A D | rotationalframe.h | 188 const MATHVECTOR<Dbl,3> & GetTorque() in GetTorque() function
|
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/ |
H A D | ChShaftsTorque.h | 46 double GetTorque() const { return torque; } in GetTorque() function
|
H A D | ChLoadsBody.h | 123 ChVector<> GetTorque() const; 177 ChVector<> GetTorque() const { return locB_torque; } in GetTorque() function
|
H A D | ChShaftsLoads.h | 43 double GetTorque() const { return torque; } in GetTorque() function
|
H A D | ChLoadsBody.cpp | 143 ChVector<> ChLoadBodyTorque::GetTorque() const { in GetTorque() function in chrono::ChLoadBodyTorque
|
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/ |
H A D | ChLoadsXYZROTnode.h | 68 ChVector<> GetTorque() const { return computed_abs_torque; } in GetTorque() function 162 ChVector<> GetTorque() const { return locB_torque; } in GetTorque() function 427 ChVector<> GetTorque() const { return locB_torque; } in GetTorque() function
|
H A D | ChLoadsBeam.h | 71 ChVector<> GetTorque() const { return this->torque; } in GetTorque() function
|
H A D | ChNodeFEAxyzrot.h | 81 const ChVector<>& GetTorque() const { return Torque; } in GetTorque() function
|
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/propulsion/ |
H A D | FGPropeller.h | 263 double GetTorque(void) const { return vTorque(eX); } in GetTorque() function
|
H A D | FGRotor.h | 287 double GetTorque(void) const { return Torque; } in GetTorque() function
|
H A D | FGTurboProp.cpp | 264 torque = ((FGPropeller*)(Thruster))->GetTorque(); in Calculate() 266 torque = ((FGRotor*)(Thruster))->GetTorque(); in Calculate()
|
H A D | FGRotor.cpp | 730 PropertyManager->Tie( property_name.c_str(), this, &FGRotor::GetTorque ); in bindmodel()
|
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/output/ |
H A D | ChVehicleOutputASCII.cpp | 147 m_stream << load->GetForce() << " " << load->GetTorque() << " "; in WriteBodyLoads()
|
H A D | ChVehicleOutputHDF5.cpp | 512 ChVector<> t = loads[i]->GetTorque(); in WriteBodyLoads()
|
/dports/devel/tokamak/tokamak_release/include/ |
H A D | tokamak.h | 573 neV3 GetTorque();
|
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/ |
H A D | JSBSim.cxx | 977 tnode->setDoubleValue("torque", prop->GetTorque()); in copy_from_JSBsim()
|