+ Reply to Thread
Results 1 to 9 of 9

Thread: Coming Soon to a Theater Near You...

  1. #1
    Senior Member
    Join Date
    Mar 2008
    Location
    Brighton, MI
    Posts
    686

    Coming Soon to a Theater Near You...

    You guys will like this. We're now getting to the meat of da sammich after wading thru all the bread... I'll bet this stuff can be altered to run under open source Octave, SciLab or FreeMat, too. (Don't run out Excel, either). All code validated using 'perfect' data having documented and trusted analytic solutions.

    Sort of reminds me of the Gary Larsen cartoon: 'God creates a snake out of modeling clay': ("Saaaay, this is fun !!!")

    Source and compiled Matlab versions made available to the inquisitive. Comments to follow...
    Attached Images

  2. #2
    Senior Member
    Join Date
    Mar 2008
    Location
    Brighton, MI
    Posts
    686
    What he said ...
    Attached Images

  3. #3
    BillCobb,

    You amaze me each time you write something up like this. I am still trying to wrap my head around the 'pre-eggnog' analysis. I am being really slow after I got distracted with another project. Well, I am turtle after all.

    Have you considered making your code open-source and hosting it on something like GitHub? Instead of navigating multiple threads, you can have a single repository (and a wiki too) all your code. It also has the benefit of not being bumped down the thread list on the forum.

  4. #4
    Senior Member
    Join Date
    Mar 2008
    Location
    Brighton, MI
    Posts
    686

    Open Sorcerering

    The is 'Open Source' as far as I'm concerned: Anybody who wants to explore the programs and procedures is welcome to it. I have not gotten any response from this Forum's host about a separate folder for these and other tools I can provide as well as those from other submitters.

    Actually, if I could get a wee bit more Attachment space and maybe a Word file type, all of you could at least look at the code, processes, and programming to learn how easy this can be done. I view it just as important a component of an Engineering education as calculus, strength of materials and other 'hardened' traditional university courses.

    I'll point out that the TTC forum has a Thread folder which has more of my submissions aimed at just tire data modeling and usage. I could post stuff there, but it's a Catch 22 for those who must blindly buy into a subject before they will know what it can do for them. I'd rather see a team teased into using a tool and then buying it because their job is clearly easier, decisions are better informed and their outcome is more satisfying. Tools like these, built for engineering purposes, arouse the curiosity of new and old alike. I KNOW there are some Seniors out there who do NOT know what's behind the use of Forward, Reverse, or Neutral Ackerman (sounds like a transmission, doesn't it???) or Toe-In, Toe_Out or Do The Hokey Pokey Just to Turn it all About. Listings of the Matlab code scripts fit on a few short sheets of paper. Their units are jumbled to fit the vernacular of the industry. The language IS a fundamental part of New School in a racing world.

    I'm preparing a document to explain some of the logic behind my latest concoction: NONLIN. (No more Capt. Morgan, now its G.W. Tiddy Cherry Flavored neat). Stay tuned. I'm having some fun with it myself ! Here are some 'findings'. Which car would you build? (Sorry you are stuck with this tire, remember "Good tires, but certainly not great tires ?)

    Stay tuned...
    Attached Images

  5. #5
    Senior Member
    Join Date
    Mar 2005
    Location
    Australia
    Posts
    1,690
    I, too, am wondering why so few students are NOT picking up this ball and running with it? (Or maybe the action is all behind the scenes? Or everyone on holidays?)

    Anyway, would be nice to have some interesting commentary going on here.

    For example, everyone in FSAE-land knows that if two kids want to play on a seesaw, then it only works if both kids are the same size, and they are both equidistant from the fulcrum.

    But (!!!) Bill keeps showing a big fat kid getting on the seesaw with a small skinny kid, ... and they both seem to be having a ball! Yes, they can "balance"!!! But how? Why? What is happening to the world???

    And there are the small changes to TLLTD, and slight tweaks to toe-in... What does it all mean???

    Claude, please help!

    Z

  6. #6
    Senior Member
    Join Date
    Mar 2008
    Location
    Brighton, MI
    Posts
    686

    Your gonna need a bigger boat...

    Now this one's fun to toy with. If you don't have the Spline toolbox, replace the 'spline' call with 'odd-power only' polynomials. (This keeps their derivatives natural). Sorry, don't have a clue about FSAE car inertias so I winged it, but this is a steady state test procedure. BFD.

    Notes: Sure, add the appropriate sines and cosigners to the sideslip and yaw acceleration collections. Angles are small, but you might sleep better.

    Set the turn radius to a VERY large value (10,000m or so) and hit the debug radio button. You'll see the slip angles and Aygs and RW steer angles and stuff for the last run's speed. Clever folks (hopefully) can arrange that speed to anything. I plopped the Ackerman gradient level spot there for the last run. If your 'oversteer' is below that point, you are dancing with the devil.

    You can trip the wheel pickup off the ground by too much (or too much front) weight transfer. And you will get a message about it.
    I added the total weights and % front TLLTD for those of you who don't have Siri to help out with this.

    If you want to get Serious (not Sirious, seriously), you must now get your tires either into this Pacejka-lite format (fitting routine is on the TTC, fitting function is actually in this .zip file, OR, roll your own tire model and plug it in. Then you can add some camber influence with a little more thought.

    All my GUI programs are written using the Matlab GUIde tool. I'm really not as clever as it looks. GUIde is a tremendous aid to producing Matlab based data analysis and processing tools. I even added a print and .pdf file option. You will quickly get to appreciate how structured programming works. Its a cinch. the .fig file has the house plans for what and where the GUI elements go. The .m file has the furniture and appliances. Check it out.

    I view this software as the seed to a bigger and better tool to be embellished by students wanting to know how things go together. You will need to know what the desireable properties of the high g level characteristics are: High limit cornering compliances??, oversteer??, understeer??, max lateral gs??, steering gain= ??, tolerable steering effort?? (I suppose it would make some sense to take the tire aligning moments, add some caster and kingpin moment influences and a steering gear of some sort, but that's more to cogitate. I'd recommend some type of attempt to get a tierod load gradient to be acceptable to Dr. Science, on down the road.

    If you really want to impress someone, plot the steady-state tire forces and moments from each wheel on a carpet plot to get the ideas on how a motor vehicle uses tires. It will even guide you when its time collect some data from Force wheels or Flat-Trac testers. You can burn a lot of rubber getting information from tests in a region of the plots that THE CAR NEVER USES.

    So, even using this tire, what's the highest max lat or test speed you can produce? I'm close, but with some tweaks, it could be improved.

    A long time ago in a Ford Galaxy far away in Dearborn, this type of stuff was done using Lotus 1-2-3 where I hade to BUY the freaking GoalSeeking add-in function. (I seem to recall a $110 price tag for it).

    I'll compile this for the under-priviledged and post it 'out there' somewhere soon.

    Tell me what you think ! This is for use by Engineers (or wannabees), not mechanics.

    P.S. I've tested it with so-called 'perfect data' consisting of a set of parameters where the outcome is prescribed to known values. Now, anybody see the way to make MMM & MMM plots using the FSOLVE tool? You give it a VECTOR of desired outputs from a VECTOR of control inputs (as opposed to the scalar turn radius at speed used here).
    Attached Files

  7. #7
    Senior Member
    Join Date
    Mar 2008
    Location
    Brighton, MI
    Posts
    686
    Quote Originally Posted by Z View Post
    I, too, am wondering why so few students are NOT picking up this ball and running with it? (Or maybe the action is all behind the scenes? Or everyone on holidays?)

    Anyway, would be nice to have some interesting commentary going on here.

    For example, everyone in FSAE-land knows that if two kids want to play on a seesaw, then it only works if both kids are the same size, and they are both equidistant from the fulcrum.

    But (!!!) Bill keeps showing a big fat kid getting on the seesaw with a small skinny kid, ... and they both seem to be having a ball! Yes, they can "balance"!!! But how? Why? What is happening to the world???

    And there are the small changes to TLLTD, and slight tweaks to toe-in... What does it all mean???

    Claude, please help!

    Z
    The rotational velocity and acceleration are what matters on the See-Saw. It's best done in thick heavy air or water with the big boy having a VERY LARGE SAIL and skinny guy has a small one. Just like an aero plane. The big wings go where the heavy stuff is. Now, whether you can do all that with the same tire on all four wheels is a tire selection problem. That's why some folks go with different sizes, pressures, rim widths and tread depths. They just wing it...

  8. #8
    Senior Member
    Join Date
    Mar 2008
    Location
    Brighton, MI
    Posts
    686

    In case you were wondering...

    Before you rush off to design a car with the minimum information (so you have a tape measure, bought into the TTC and have a bathroom scale (or can afford 4 of them [A phrase "Please, Only One Car at a Time" comes to mind] ), consider this awful truth from Pink Floyd (Sorrow): "It's not enough, It' NOT enough".

    On the one hand, we have a PFC simulation of a German sled that's what I call 105% close. It's so good that we can run simulated tests to get handling metrics instead of burning up them tars out on the blacktop prairie. I coined a phrase a while back: "Good Cars Test Well". Dis beez one of dem.

    Since we have all the parameters we need for the nonlin.m primitive model, its fair to ask how well we did. (not gonna use the "I" word here). See what I mean ? Its a S.A.A.B. !! (Still Ain't A BMW). But with a few more bits, you COULD "go 105 on the reactor" (That's a Red October snip).

    "And the silence that speaks so much louder than words... "
    Attached Images

  9. #9
    Junior Member
    Join Date
    Dec 2009
    Location
    Rochester, NY
    Posts
    10

    Pictures at an Exhibition

    Another round of thanks to Bill Cobb for this tool. I thought I might try to get some discussion going by posting a couple of the results I've come up with, while waiting on hold to reschedule a flight to Dulles.........

    So here's two offerings, pretty simple so far, but the first image shows the results of reducing the front TLLTD from 57% to 48%, while the second depicts the result of adding a degree (total) of toe-in. I'll add more later, an actual human is on the phone!

    Wil
    Attached Images

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts