Tire subsystem
Description
Collaboration diagram for Tire subsystem:

Classes | |
| class | chrono::vehicle::ChTire |
| Base class for a tire system. More... | |
| class | chrono::vehicle::ANCFTire |
| ANCF tire constructed with data from file (JSON format). More... | |
| class | chrono::vehicle::ChANCFTire |
| ANCF tire template. More... | |
| class | chrono::vehicle::ChDeformableTire |
| Base class for a deformable tire model. More... | |
| class | chrono::vehicle::ChFEATire |
| Co-rotational FEA tire template. More... | |
| class | chrono::vehicle::ChFialaTire |
| Fiala based tire model. More... | |
| class | chrono::vehicle::ChForceElementTire |
| Base class for a force element (handling) tire model. More... | |
| class | chrono::vehicle::ChPac02Tire |
| Pacjeka 02 tire model. More... | |
| class | chrono::vehicle::ChPac89Tire |
| Pacjeka 89 tire model. More... | |
| class | chrono::vehicle::ChReissnerTire |
| Tire template for tires based on Reissner shells. More... | |
| class | chrono::vehicle::ChRigidTire |
| Rigid tire model. More... | |
| class | chrono::vehicle::FEATire |
| Co-rotational FEA tire constructed with data from file (JSON format). More... | |
| class | chrono::vehicle::FialaTire |
| Fiala tire constructed with data from file (JSON format). More... | |
| class | chrono::vehicle::Pac02Tire |
| PAC89 tire model from JSON file. More... | |
| class | chrono::vehicle::Pac89Tire |
| PAC89 tire model from JSON file. More... | |
| class | chrono::vehicle::ReissnerTire |
| Tire with Reissner shells, constructed with data from file (JSON format). More... | |
| class | chrono::vehicle::RigidTire |
| Rigid tire constructed with data from file (JSON format). More... | |
| class | chrono::vehicle::TMeasyTire |
| TMeasy tire constructed with data from file (JSON format). More... | |
| class | chrono::vehicle::TMsimpleTire |
| TMeasy tire constructed with data from file (JSON format). More... | |
Typedefs | |
| typedef std::vector< std::shared_ptr< ChTire > > | chrono::vehicle::ChTireList |
| Vector of handles to tire subsystems. | |