Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create tire and wheel in Adams view

Status
Not open for further replies.

masterymw

Automotive
Joined
Aug 7, 2020
Messages
26
Location
NP

I am a beginner of Adams view. I have tried to model tire in Adams view. I came to know it requires a Tire property file ('.tir') and a road property file. I don't know these files are already built-in standard library files or we have to create it ourselves. If it is a standard library file how can I access this file? If not, How could I make myself?
 
There should be a road property file called mdi_2d_flat.rdf lurking somewhere, which is enough to get you going.

Here it is in all its glory

$---------------------------------------------------------------------MDI_HEADER
[MDI_HEADER]
FILE_TYPE = 'rdf'
FILE_VERSION = 5.00
FILE_FORMAT = 'ASCII'
(COMMENTS)
{comment_string)
'flad 2d contact road for testing purposes'
$--------------------------------------------------------------------------UNITS
[UNITS]
LENGTH = 'mm'
FORCE = 'newton'
ANGLE = 'radians'
MASS = 'kg'
TIME = 'sec'
$--------------------------------------------------------------------------MODEL
[MODEL]
METHOD = '2D'
ROAD_TYPE = 'flat'
$-----------------------------------------------------------------------GRAPHICS
[GRAPHICS]
LENGTH = 160000.0
WIDTH = 80000.0
NUM_LENGTH_GRIDS = 16
NUM_WIDTH_GRIDS = 8
LENGTH_SHIFT = 10000.0
WIDTH_SHIFT = 0.0
$---------------------------------------------------------------------PARAMETERS
[PARAMETERS]
OFFSET = 0.0
MU = 1.0


Tire data is a lot harder to get, have a look for C:\Program Files\MSC.Software\Adams\2019_2_2\atire\tires.tbl\pac2002_175_70R13.tir where you may need to change the install directory. That's a Pacejka model so you can modify the coefficients to fit your tire.

If you don't have adams/tire, car or chassis then things start to look a bit awkward. If you want to get into generating your own tir files then is a good place to start.

Failing that random googling leads to various websites that have demo tires.





Cheers

Greg Locock


New here? Try reading these, they might help FAQ731-376
 
Hello @Greg,

Thank you so much for your help!! It means a lot to me. [bigsmile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top