Home
last modified time | relevance | path

Searched refs:uaz (Results 1 – 25 of 142) sorted by relevance

123456

/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/wheeled_models/
H A Ddemo_VEH_UAZBUS_SAE.cpp46 using namespace chrono::vehicle::uaz;
92 UAZBUS_SAE uaz; in main() local
93 uaz.SetContactMethod(ChContactMethod::NSC); in main()
94 uaz.SetChassisFixed(false); in main()
96 uaz.SetTireType(tire_model); in main()
97 uaz.SetTireStepSize(tire_step_size); in main()
98 uaz.SetInitFwdVel(0.0); in main()
99 uaz.Initialize(); in main()
134 RigidTerrain terrain(uaz.GetSystem()); in main()
191 uaz.GetVehicle().LogSubsystemTypes(); in main()
[all …]
H A Ddemo_VEH_UAZBUS.cpp44 using namespace chrono::vehicle::uaz;
91 UAZBUS uaz; in main() local
92 uaz.SetContactMethod(ChContactMethod::NSC); in main()
93 uaz.SetChassisFixed(false); in main()
95 uaz.SetTireType(tire_model); in main()
96 uaz.SetTireStepSize(tire_step_size); in main()
97 uaz.SetInitFwdVel(0.0); in main()
98 uaz.Initialize(); in main()
133 RigidTerrain terrain(uaz.GetSystem()); in main()
190 uaz.GetVehicle().LogSubsystemTypes(); in main()
[all …]
/dports/science/chrono/chrono-7.0.1/src/demos/python/vehicle/
H A Ddemo_VEH_UAZBUS.py79 uaz = veh.UAZBUS() variable
81 uaz.SetChassisFixed(False)
83 uaz.SetTireType(tire_model)
84 uaz.SetTireStepSize(tire_step_size)
85 uaz.SetInitFwdVel(0.0)
86 uaz.Initialize()
91 uaz.SetWheelVisualizationType(wheel_vis_type)
92 uaz.SetTireVisualizationType(tire_vis_type)
117 terrain = veh.RigidTerrain(uaz.GetSystem())
177 time = uaz.GetSystem().GetChTime()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_csharp/models/
H A DBrakeModels.i49 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeSimpleFront)
50 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeSimpleRear)
51 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeShaftsFront)
52 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeShaftsRear)
H A DTireModels.i65 %shared_ptr(chrono::vehicle::uaz::UAZBUS_TMeasyTireFront)
66 %shared_ptr(chrono::vehicle::uaz::UAZBUS_TMeasyTireRear)
67 %shared_ptr(chrono::vehicle::uaz::UAZBUS_RigidTire)
68 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Pac02Tire)
H A DDrivelineModels.i68 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Driveline2WD)
69 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Driveline4WD)
H A DVehicleModels.i73 %shared_ptr(chrono::vehicle::uaz::UAZBUS)
74 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Vehicle)
H A DSuspensionModels.i78 %shared_ptr(chrono::vehicle::uaz::UAZBUS_ToeBarLeafspringAxle)
79 %shared_ptr(chrono::vehicle::uaz::UAZBUS_LeafspringAxle)
H A DSteeringModels.i48 %shared_ptr(chrono::vehicle::uaz::UAZBUS_RotaryArm)
/dports/science/chrono/chrono-7.0.1/src/chrono_python/models/
H A DBrakeModels.i49 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeSimpleFront)
50 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeSimpleRear)
51 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeShaftsFront)
52 %shared_ptr(chrono::vehicle::uaz::UAZBUS_BrakeShaftsRear)
H A DTireModels.i65 %shared_ptr(chrono::vehicle::uaz::UAZBUS_TMeasyTireFront)
66 %shared_ptr(chrono::vehicle::uaz::UAZBUS_TMeasyTireRear)
67 %shared_ptr(chrono::vehicle::uaz::UAZBUS_RigidTire)
68 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Pac02Tire)
H A DDrivelineModels.i68 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Driveline2WD)
69 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Driveline4WD)
H A DVehicleModels.i73 %shared_ptr(chrono::vehicle::uaz::UAZBUS)
74 %shared_ptr(chrono::vehicle::uaz::UAZBUS_Vehicle)
H A DSuspensionModels.i78 %shared_ptr(chrono::vehicle::uaz::UAZBUS_ToeBarLeafspringAxle)
79 %shared_ptr(chrono::vehicle::uaz::UAZBUS_LeafspringAxle)
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/uaz/
H A DUAZBUS_Wheel.cpp27 namespace uaz { namespace
H A DUAZBUS_BrakeSimple.cpp23 namespace uaz { namespace
H A DUAZBUS_Driveline2WD.cpp23 namespace uaz { namespace
H A DUAZBUS_BrakeShafts.cpp23 namespace uaz { namespace
H A DUAZBUS_Driveline4WD.cpp23 namespace uaz { namespace
H A DUAZBUS_Driveline2WD.h28 namespace uaz {
H A DUAZBUS_RotaryArm.cpp23 namespace uaz { namespace
H A DUAZBUS_Wheel.h32 namespace uaz {
H A DUAZBUS_SimpleMapPowertrain.h32 namespace uaz {
H A DUAZBUS_BrakeSimple.h28 namespace uaz {
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/
H A DChVehicleModelDefs.h46 namespace uaz {}

123456