AddVisualizationAssets(VisualizationType vis) | chrono::vehicle::ChPart | inlinevirtual |
Assemble(std::shared_ptr< ChBodyAuxRef > chassis)=0 | chrono::vehicle::ChTrackAssembly | protectedpure virtual |
ChPart(const std::string &name) | chrono::vehicle::ChPart | |
ChTrackAssembly(const std::string &name, VehicleSide side) | chrono::vehicle::ChTrackAssembly | inlineprotected |
ChTrackedVehicle (defined in chrono::vehicle::ChTrackAssembly) | chrono::vehicle::ChTrackAssembly | friend |
ChTrackTestRig (defined in chrono::vehicle::ChTrackAssembly) | chrono::vehicle::ChTrackAssembly | friend |
Create(const rapidjson::Document &d) | chrono::vehicle::ChPart | protectedvirtual |
ExportBodyList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChBody >> bodies) | chrono::vehicle::ChPart | protectedstatic |
ExportBodyLoadList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLoadBodyBody >> loads) | chrono::vehicle::ChPart | protectedstatic |
ExportComponentList(rapidjson::Document &jsonDocument) const override | chrono::vehicle::ChTrackAssembly | protectedvirtual |
ExportCouplesList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChShaftsCouple >> couples) | chrono::vehicle::ChPart | protectedstatic |
ExportJointList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLink >> joints) | chrono::vehicle::ChPart | protectedstatic |
ExportLinSpringList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLinkTSDA >> springs) | chrono::vehicle::ChPart | protectedstatic |
ExportMarkerList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChMarker >> markers) | chrono::vehicle::ChPart | protectedstatic |
ExportRotSpringList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLinkRotSpringCB >> springs) | chrono::vehicle::ChPart | protectedstatic |
ExportShaftList(rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChShaft >> shafts) | chrono::vehicle::ChPart | protectedstatic |
GetBrake() const | chrono::vehicle::ChTrackAssembly | inline |
GetCoefficientFriction() const | chrono::vehicle::ChPart | inline |
GetCoefficientRestitution() const | chrono::vehicle::ChPart | inline |
GetGn() const | chrono::vehicle::ChPart | inline |
GetGt() const | chrono::vehicle::ChPart | inline |
GetIdler() const | chrono::vehicle::ChTrackAssembly | inline |
GetIdlerLocation() const =0 | chrono::vehicle::ChTrackAssembly | pure virtual |
GetKn() const | chrono::vehicle::ChPart | inline |
GetKt() const | chrono::vehicle::ChPart | inline |
GetMass() const | chrono::vehicle::ChTrackAssembly | |
GetName() const | chrono::vehicle::ChPart | inline |
GetNumRoadWheelAssemblies() const | chrono::vehicle::ChTrackAssembly | inline |
GetNumRollers() const | chrono::vehicle::ChTrackAssembly | inline |
GetNumTrackShoes() const =0 | chrono::vehicle::ChTrackAssembly | pure virtual |
GetPoissonRatio() const | chrono::vehicle::ChPart | inline |
GetRoadWheel(size_t id) const | chrono::vehicle::ChTrackAssembly | inline |
GetRoadWheelAssemblies() const | chrono::vehicle::ChTrackAssembly | inline |
GetRoadWheelAssembly(size_t id) const | chrono::vehicle::ChTrackAssembly | inline |
GetRoadWhelAssemblyLocation(int which) const =0 | chrono::vehicle::ChTrackAssembly | pure virtual |
GetRoller(size_t id) const | chrono::vehicle::ChTrackAssembly | inline |
GetRollerLocation(int which) const | chrono::vehicle::ChTrackAssembly | inlinevirtual |
GetSprocket() const =0 | chrono::vehicle::ChTrackAssembly | pure virtual |
GetSprocketLocation() const =0 | chrono::vehicle::ChTrackAssembly | pure virtual |
GetTemplateName() const =0 | chrono::vehicle::ChPart | pure virtual |
GetTrackShoe(size_t id) const =0 | chrono::vehicle::ChTrackAssembly | pure virtual |
GetTrackShoeAngVel(size_t id) const | chrono::vehicle::ChTrackAssembly | inline |
GetTrackShoeLinVel(size_t id) const | chrono::vehicle::ChTrackAssembly | inline |
GetTrackShoePos(size_t id) const | chrono::vehicle::ChTrackAssembly | inline |
GetTrackShoeRot(size_t id) const | chrono::vehicle::ChTrackAssembly | inline |
GetTrackShoeState(size_t id) const | chrono::vehicle::ChTrackAssembly | |
GetTrackShoeStates(BodyStates &states) const | chrono::vehicle::ChTrackAssembly | |
GetVehicleSide() const | chrono::vehicle::ChTrackAssembly | inline |
GetYoungModulus() const | chrono::vehicle::ChPart | inline |
Initialize(std::shared_ptr< ChBodyAuxRef > chassis, const ChVector<> &location, bool create_shoes=true) | chrono::vehicle::ChTrackAssembly | |
LogConstraintViolations() | chrono::vehicle::ChTrackAssembly | |
m_brake | chrono::vehicle::ChTrackAssembly | protected |
m_friction | chrono::vehicle::ChPart | protected |
m_gn | chrono::vehicle::ChPart | protected |
m_gt | chrono::vehicle::ChPart | protected |
m_idler | chrono::vehicle::ChTrackAssembly | protected |
m_kn | chrono::vehicle::ChPart | protected |
m_kt | chrono::vehicle::ChPart | protected |
m_name | chrono::vehicle::ChPart | protected |
m_output | chrono::vehicle::ChPart | protected |
m_poisson_ratio | chrono::vehicle::ChPart | protected |
m_restitution | chrono::vehicle::ChPart | protected |
m_rollers | chrono::vehicle::ChTrackAssembly | protected |
m_side | chrono::vehicle::ChTrackAssembly | protected |
m_suspensions | chrono::vehicle::ChTrackAssembly | protected |
m_young_modulus | chrono::vehicle::ChPart | protected |
Output(ChVehicleOutput &database) const override | chrono::vehicle::ChTrackAssembly | protectedvirtual |
OutputEnabled() const | chrono::vehicle::ChPart | inline |
RemoveTrackShoes()=0 | chrono::vehicle::ChTrackAssembly | protectedpure virtual |
RemoveVisualizationAssets() | chrono::vehicle::ChPart | inlinevirtual |
SetContactFrictionCoefficient(float friction_coefficient) | chrono::vehicle::ChPart | inline |
SetContactMaterialCoefficients(float kn, float gn, float kt, float gt) | chrono::vehicle::ChPart | |
SetContactMaterialProperties(float young_modulus, float poisson_ratio) | chrono::vehicle::ChPart | |
SetContactRestitutionCoefficient(float restitution_coefficient) | chrono::vehicle::ChPart | inline |
SetIdlerVisualizationType(VisualizationType vis) (defined in chrono::vehicle::ChTrackAssembly) | chrono::vehicle::ChTrackAssembly | |
SetName(const std::string &name) | chrono::vehicle::ChPart | inline |
SetOutput(bool state) override | chrono::vehicle::ChTrackAssembly | virtual |
SetRoadWheelAssemblyVisualizationType(VisualizationType vis) | chrono::vehicle::ChTrackAssembly | |
SetRoadWheelVisualizationType(VisualizationType vis) | chrono::vehicle::ChTrackAssembly | |
SetRollerVisualizationType(VisualizationType vis) | chrono::vehicle::ChTrackAssembly | |
SetSprocketVisualizationType(VisualizationType vis) | chrono::vehicle::ChTrackAssembly | |
SetTrackShoeVisualizationType(VisualizationType vis) | chrono::vehicle::ChTrackAssembly | |
SetVisualizationType(VisualizationType vis) | chrono::vehicle::ChPart | |
Synchronize(double time, double braking, const TerrainForces &shoe_forces) | chrono::vehicle::ChTrackAssembly | |
TransformInertiaMatrix(const ChVector<> &moments, const ChVector<> &products, const ChMatrix33<> &vehicle_rot, const ChMatrix33<> &body_rot) | chrono::vehicle::ChPart | static |
~ChPart() (defined in chrono::vehicle::ChPart) | chrono::vehicle::ChPart | inlinevirtual |
~ChTrackAssembly() (defined in chrono::vehicle::ChTrackAssembly) | chrono::vehicle::ChTrackAssembly | inlinevirtual |