[MVRC] Mantium Virtual Racecar Challenge 2016

Post here information about your own engineering projects, including but not limited to building your own car or designing a virtual car through CAD.
User avatar
CAEdevice
48
Joined: 09 Jan 2014, 15:33
Location: Erba, Italy

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

LVDH wrote:I guess I should have a look at what Chris did, maybe he made a mistake.
No, I checked the model: it is problem with one of my CAD tools (it costs 2000€ per year :roll: :wtf: )

I don't know whym but when I export a component STL it "remebers" the old C_SYS...

User avatar
LVDH
45
Joined: 31 Mar 2015, 14:23

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

I checked and the files are correct.

Did you use rev2 of the guide parts?
If yes, maybe you imported them incorrectly into your CAD program. I know you are the expert but sometime even the smartest make mistakes.

User avatar
LVDH
45
Joined: 31 Mar 2015, 14:23

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

Ok, I see. Problem solved.

User avatar
RicME85
52
Joined: 09 Feb 2012, 13:11
Location: Derby

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

Well I have installed OpenFOAM and am currently running the test case, looks like things are working fine at the moment.
How long should the test case take to run?

User avatar
LVDH
45
Joined: 31 Mar 2015, 14:23

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

It depends on your hardware, maybe an hour. If the solver is outputting a meaningful log you can abort it and get to your car.

User avatar
RicME85
52
Joined: 09 Feb 2012, 13:11
Location: Derby

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

I have built a new PC for CFD.
Have the 8 core FX8320 and 16gb RAM with an SSD.
It has now finished so not bad.
Which are the log files you want?

User avatar
LVDH
45
Joined: 31 Mar 2015, 14:23

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

The log files from the test case are not so interesting for me at this point anymore. Those of your first car simulation would be good to see.

User avatar
RicME85
52
Joined: 09 Feb 2012, 13:11
Location: Derby

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

Ok, just I saw you wanting more Windows logs.
Not sure if and when I can get a car simulation done however.

User avatar
Alonso Fan
10
Joined: 06 Apr 2013, 18:21

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

RicME85 wrote:Ok, just I saw you wanting more Windows logs.
Not sure if and when I can get a car simulation done however.
Same here, I'm still designing my ducting
SHR Modding
Youtube
Twitter
Discord

Sound Developer for Reiza Studios
Sound Modder for Assetto Corsa

User avatar
LVDH
45
Joined: 31 Mar 2015, 14:23

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

Do not try to overengineer your first design. Bang out something simple and run your first simulation on it. When you see the results you will get a million more ideas.

User avatar
CAEdevice
48
Joined: 09 Jan 2014, 15:33
Location: Erba, Italy

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

The simulation is running! About 600 iterations over 1500 (I think).

Meanwhile, I am trying to find the meaning of the coefficients:

Cm: ?
Cd: Drag coeff.
Cl: Lift Coeff. (negative means downforce)
Cl(f): Front lift coeff.
Cl(r): Rear lift coeff.

faceSource faceSource_engine_intake output:
areaIntegrate(engine_intake) for p = -0.97894

faceSource faceSource_engine_exhaust output:
areaIntegrate(engine_exhaust) for p = -0.124201

faceSource mSurf_cooling_inlet output:
areaNormalIntegrate(sampledSurface) for U = ?

faceSource mSurf_cooling_outlet output:
areaNormalIntegrate(sampledSurface) for U = ? (shuod be equal to the previous item?)




It looks that the results are comparable to the old solver (OCCFD, but not excactly the same (the difference is around 5-10%), as expected.

User avatar
CAEdevice
48
Joined: 09 Jan 2014, 15:33
Location: Erba, Italy

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

I noticed that the virtual machine (virtual box) requires very few ram: I assigned 16gb, but the actual memory consumption is less than 1gb (with OCCFD more than 6gb were used).

There is something wrong with my settings?

graham.reeds
graham.reeds
16
Joined: 30 Jul 2015, 09:16

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

CAEdevice wrote:I noticed that the virtual machine (virtual box) requires very few ram: I assigned 16gb, but the actual memory consumption is less than 1gb (with OCCFD more than 6gb were used).
Wow, if it is that frugal on memory then it may be worth building a Raspberry Pi farm!

User avatar
CAEdevice
48
Joined: 09 Jan 2014, 15:33
Location: Erba, Italy

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

graham.reeds wrote:
CAEdevice wrote:I noticed that the virtual machine (virtual box) requires very few ram: I assigned 16gb, but the actual memory consumption is less than 1gb (with OCCFD more than 6gb were used).
Wow, if it is that frugal on memory then it may be worth building a Raspberry Pi farm!
It is not good news: I have the suspect that I choose the wrong settings, it is writing a lot of data on the hd...

User avatar
LVDH
45
Joined: 31 Mar 2015, 14:23

Re: [MVRC] Mantium Virtual Racecar Challenge 2016

Post

Send me your logs as soon as you are done. 1GB is very little. Are you using the fast option?
  • Cm ->pitching moment
  • the two first face sources are what they say: The pressure integrated over the specified surface
  • The other two result from your cooling inlet and outlet surfaces. They should have the same value. However you will notice that they don't. This is mainly due to interpolation reasons (assuming your cooling duct is closed). The surfaces you use might only be triangulated with only two triangles. If you refine the stl better the results should match better. In the very beginning of the solver.log you can see out of how many triangles the surfaces consit.
On the last point I am planning a good post which will include on how to create a valid closed model. This will have to wait until the end of the week.