Home
last modified time | relevance | path

Searched refs:GetShockForce (Results 1 – 25 of 47) sorted by relevance

12

/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/kraz/
H A DKraz_tractor.cpp145 double Kraz_tractor::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::kraz::Kraz_tractor
148 …std::static_pointer_cast<ChToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
151 …eturn std::static_pointer_cast<ChLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
233 …GetLog() << "Force [lbf] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) <<… in DebugLog()
234 … << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << GetShockForce(2, LEFT) << " " in DebugLog()
235 << GetShockForce(2, RIGHT) << "\n"; in DebugLog()
H A DKraz_trailer.cpp89 double Kraz_trailer::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::kraz::Kraz_trailer
90 …return std::static_pointer_cast<ChLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockForce(side… in GetShockForce()
H A DKraz_trailer.h46 double GetShockForce(int axle, VehicleSide side) const;
H A DKraz_tractor.h51 double GetShockForce(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/gator/
H A DGator_Vehicle.cpp137 double Gator_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::gator::Gator_Vehicle
138 …return std::static_pointer_cast<ChSingleWishbone>(m_axles[axle]->m_suspension)->GetShockForce(side… in GetShockForce()
182 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
183 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DGator_Vehicle.h62 double GetShockForce(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/rccar/
H A DRCCar_Vehicle.cpp125 double RCCar_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::rccar::RCCar_Vehicle
126 …return std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockForce(side… in GetShockForce()
183 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
184 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DRCCar_Vehicle.h74 double GetShockForce(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/generic/
H A DGeneric_Vehicle.cpp202 double Generic_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::generic::Generic_Vehicle
205 … return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
207 … return std::static_pointer_cast<ChMultiLink>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
209 …eturn std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
211 …turn std::static_pointer_cast<ChMacPhersonStrut>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
322 …GetLog() << "Force [lbf] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) <<… in DebugLog()
323 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DGeneric_Vehicle.h58 double GetShockForce(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/uaz/
H A DUAZBUS_SAEVehicle.cpp125 double UAZBUS_SAEVehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::uaz::UAZBUS_SAEVehicle
126 …::static_pointer_cast<ChSAEToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
183 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
184 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DUAZBUS_Vehicle.cpp149 double UAZBUS_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::uaz::UAZBUS_Vehicle
150 …std::static_pointer_cast<ChToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
207 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
208 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/sedan/
H A DSedan_Vehicle.cpp140 double Sedan_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::sedan::Sedan_Vehicle
141 …return std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockForce(side… in GetShockForce()
198 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
199 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/feda/
H A DFEDA_Vehicle.cpp152 double FEDA_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::feda::FEDA_Vehicle
153 …return std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockForce(side… in GetShockForce()
210 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
211 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/mtv/
H A DLMTV_Vehicle.cpp164 double LMTV_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::fmtv::LMTV_Vehicle
165 …std::static_pointer_cast<ChToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
222 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
223 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DMTV_Vehicle.cpp191 double MTV_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::fmtv::MTV_Vehicle
192 …std::static_pointer_cast<ChToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
249 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
250 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/man/
H A DMAN_5t_Vehicle.cpp147 double MAN_5t_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::man::MAN_5t_Vehicle
148 return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
203 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
204 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DMAN_7t_Vehicle.cpp182 double MAN_7t_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::man::MAN_7t_Vehicle
183 return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
238 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
239 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DMAN_10t_Vehicle.cpp201 double MAN_10t_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::man::MAN_10t_Vehicle
202 return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
257 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
258 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DMAN_5t_Vehicle.h62 double GetShockForce(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/citybus/
H A DCityBus_Vehicle.cpp148 double CityBus_Vehicle::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::citybus::CityBus_Vehicle
149 return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockForce(side); in GetShockForce()
204 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
205 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/hmmwv/
H A DHMMWV_VehicleFull.cpp193 double HMMWV_VehicleFull::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::hmmwv::HMMWV_VehicleFull
194 …return std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockForce(side… in GetShockForce()
249 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
250 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A DHMMWV_VehicleFull.h63 double GetShockForce(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/mrole/
H A Dmrole_VehicleFull.cpp232 double mrole_VehicleFull::GetShockForce(int axle, VehicleSide side) const { in GetShockForce() function in chrono::vehicle::mrole::mrole_VehicleFull
233 …return std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockForce(side… in GetShockForce()
288 …GetLog() << "Force [N] " << GetShockForce(0, LEFT) << " " << GetShockForce(0, RIGHT) << "… in DebugLog()
289 << GetShockForce(1, LEFT) << " " << GetShockForce(1, RIGHT) << "\n"; in DebugLog()
H A Dmrole_VehicleFull.h61 double GetShockForce(int axle, VehicleSide side) const;

12