Home
last modified time | relevance | path

Searched refs:GetShockVelocity (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.cpp169 double Kraz_tractor::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::kraz::Kraz_tractor
173 ->GetShockVelocity(side); in GetShockVelocity()
176 …rn std::static_pointer_cast<ChLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
230 …GetLog() << "Velocity [inch/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIG… in DebugLog()
231 …<< GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << GetShockVelocity(2, LEFT) <<… in DebugLog()
232 << GetShockVelocity(2, RIGHT) << "\n"; in DebugLog()
H A DKraz_trailer.cpp97 double Kraz_trailer::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::kraz::Kraz_trailer
98 …rn std::static_pointer_cast<ChLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
H A DKraz_trailer.h48 double GetShockVelocity(int axle, VehicleSide side) const;
H A DKraz_tractor.h53 double GetShockVelocity(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/gator/
H A DGator_Vehicle.cpp145 double Gator_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::gator::Gator_Vehicle
146 …rn std::static_pointer_cast<ChSingleWishbone>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
180 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
181 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DGator_Vehicle.h64 double GetShockVelocity(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/rccar/
H A DRCCar_Vehicle.cpp133 double RCCar_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::rccar::RCCar_Vehicle
134 …rn std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
181 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
182 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DRCCar_Vehicle.h76 double GetShockVelocity(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/generic/
H A DGeneric_Vehicle.cpp232 double Generic_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::generic::Generic_Vehicle
235 … return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
237 … return std::static_pointer_cast<ChMultiLink>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
239 …rn std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
241 …n std::static_pointer_cast<ChMacPhersonStrut>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
320 …GetLog() << "Velocity [inch/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIG… in DebugLog()
321 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DGeneric_Vehicle.h60 double GetShockVelocity(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/uaz/
H A DUAZBUS_SAEVehicle.cpp133 double UAZBUS_SAEVehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::uaz::UAZBUS_SAEVehicle
134 …tatic_pointer_cast<ChSAEToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
181 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
182 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DUAZBUS_Vehicle.cpp157 double UAZBUS_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::uaz::UAZBUS_Vehicle
158 …::static_pointer_cast<ChToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
205 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
206 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/sedan/
H A DSedan_Vehicle.cpp148 double Sedan_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::sedan::Sedan_Vehicle
149 …rn std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
196 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
197 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/feda/
H A DFEDA_Vehicle.cpp160 double FEDA_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::feda::FEDA_Vehicle
161 …rn std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
208 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
209 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/mtv/
H A DLMTV_Vehicle.cpp172 double LMTV_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::fmtv::LMTV_Vehicle
173 …::static_pointer_cast<ChToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
220 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
221 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DMTV_Vehicle.cpp199 double MTV_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::fmtv::MTV_Vehicle
200 …::static_pointer_cast<ChToeBarLeafspringAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
247 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
248 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/man/
H A DMAN_5t_Vehicle.cpp155 double MAN_5t_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::man::MAN_5t_Vehicle
156 … return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
201 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
202 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DMAN_7t_Vehicle.cpp190 double MAN_7t_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::man::MAN_7t_Vehicle
191 … return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
236 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
237 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DMAN_10t_Vehicle.cpp209 double MAN_10t_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::man::MAN_10t_Vehicle
210 … return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
255 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
256 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DMAN_5t_Vehicle.h64 double GetShockVelocity(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/citybus/
H A DCityBus_Vehicle.cpp156 double CityBus_Vehicle::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::citybus::CityBus_Vehicle
157 … return std::static_pointer_cast<ChSolidAxle>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
202 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
203 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/hmmwv/
H A DHMMWV_VehicleFull.cpp201 double HMMWV_VehicleFull::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::hmmwv::HMMWV_VehicleFull
202 …rn std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
247 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
248 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A DHMMWV_VehicleFull.h65 double GetShockVelocity(int axle, VehicleSide side) const;
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/mrole/
H A Dmrole_VehicleFull.cpp240 double mrole_VehicleFull::GetShockVelocity(int axle, VehicleSide side) const { in GetShockVelocity() function in chrono::vehicle::mrole::mrole_VehicleFull
241 …rn std::static_pointer_cast<ChDoubleWishbone>(m_axles[axle]->m_suspension)->GetShockVelocity(side); in GetShockVelocity()
286 …GetLog() << "Velocity [m/s] " << GetShockVelocity(0, LEFT) << " " << GetShockVelocity(0, RIGHT)… in DebugLog()
287 << GetShockVelocity(1, LEFT) << " " << GetShockVelocity(1, RIGHT) << "\n"; in DebugLog()
H A Dmrole_VehicleFull.h63 double GetShockVelocity(int axle, VehicleSide side) const;

12