Julien, where are you at with AWS?julien.decharentenay wrote:...
Julien, where are you at with AWS?julien.decharentenay wrote:...
I have just started a Light Single core test and will update on how it goes.julien.decharentenay wrote:@CAEdevice Nice car and I love the rendering details. Well done.
On my quest to get a parallel setup to work for someone else than me (and giving you some more tools), I have done the following two things:
- OCCFD v1.1 patch 008 - I added a parallel test option to the KVRC Testing - so that you don't have to wait a while to test if the parallel simulation is working. I also added a Light Single Core version. Download link http://www.khamsinvirtualracecarchallen ... .1-008.zip
- i made a small test case to run in parallel. Download it from https://drive.google.com/file/d/0B7FzSB ... sp=sharing and extract it. Open a command prompt and try running in parallel using the command
mpiexec -n 2 simpleFoam.exe -parallel
You can try variations: calling mpiexec with the path, or trying within cygwin and outside of cygwin. For my purpose it is important that it works outside of cygwin. In cygwin, use the command "which" to find where the executable is located (for example which mpiexec) and the command "where" in the windows command prompt.
It would be great if you can feedback what works and doesn't work.
One-click CFD Calculator for Vehicle
Version 1.1 (008)
Copyright (C) 2014-2016 Julien de Charentenay, PhD
Distributed by Khamsin Virtual Racecar Challenge (aka KVRC) - http://www.khamsinvirtualracecarchallenge.com
Simulation starting time 2016-03-16 00:04:24 +0000
===========================================================================================
openfoam distribution: C:/OpenFOAM/cygwin64/opt/OpenFOAM
Tool pvbatch: C:/Program Files/ParaView 4.4.0/bin/pvbatch.EXE
Tool meshlabserver: C:/Program Files/VCG/MeshLab/meshlabserver.EXE
Tool convert: C:\Program Files\ImageMagick-6.9.3-Q16/convert.EXE
Tool gnuplot: C:\Program Files\gnuplot\bin/gnuplot.EXE
Tool mpiexec.exe: C:\Program Files\Microsoft MPI\Bin\mpiexec.exe or C:/Program Files/ParaView 4.4.0/bin/mpiexec.exe
Starting simulation for file:
C:/Users/ricme/Desktop/Test 1/OCCFD/body.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/cooling-exhaust.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/cooling-intake.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/engine-exhaust.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/engine-intake.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/wheel_front_left.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/wheel_front_right.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/wheel_rear_left.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/wheel_rear_right.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/wing-front.stl
C:/Users/ricme/Desktop/Test 1/OCCFD/wing-rear.stl
Velocity: 44.7
Ground level: -0.0445
Using light simulation parameters
Simulating full car
Force simulation in sequential mode (ie on only 1 processor even if more are available).
Check file and solid names for unsupported characters.
Supported characters are letters, numbers, "-", "_".
File and solid names checked. No issue found.
Assessing physical bounds of the geometry
Physical bounds: [-1.00596,-0.934684,-0.05] to [1.00596,4.001127,0.965341]
Simulation starting time 2016-03-16 00:04:43 +0000
==================== Running simulation 0 ================================
Generate background mesh using blockMesh...
Extract geometry features using surfaceFeatureExtract...
Generate computational mesh using snappyHexMesh...
Running analysis using simpleFoam...
Divergence has been identified. Sorry we were not able to find a solution to your analysis
Error occured with message:
Divergence detected. Analysis aborted....
Backtrace: C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/mainOneClickCFDVehicle.rb:974:in `block in simulate'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/Shared/FoamHandler.rb:295:in `call'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/Shared/FoamHandler.rb:295:in `block (2 levels) in solve'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/Shared/RunCommands.rb:140:in `run'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/Shared/FoamHandler.rb:293:in `block in solve'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/Shared/FoamHandler.rb:88:in `each'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/Shared/FoamHandler.rb:88:in `solve'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/mainOneClickCFDVehicle.rb:944:in `simulate'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/mainOneClickCFDVehicle.rb:238:in `start'
C:/Users/ricme/AppData/Local/Temp/ocrBBB2.tmp/src/mainOneClickCFDVehicle.rb:1722:in `<main>'
Press enter to close the window
RicME85 wrote:So this is the car that I will most likely be submitting for the test race.
http://s21.postimg.org/d2vza6nh3/car.jpg
It should be working out of the box. I rebuilt the Amazon image from scratch using a public one, and made mine public as well. It defaults to openFoam v3.0, but can be made to run to v2.3 if required.RicME85 wrote:Julien, where are you at with AWS?julien.decharentenay wrote:...
Hi, anyone of the staff could help me with this report? I have the suspect that OCCFD uses the old rules, with larger inlet/outlet surfaces.CAEdevice wrote:I finally was able to complete simulation with OCCFD (single core).
I received strange results about the inlet/outlet surface areas (opt1):
Why are they not compliant? The rulebook says that there values are ok, am I wrong?Code: Select all
Cooling intake, Area: 0.103m2 - Not compliant !!! Cooling exhaust, Area: 0.076m2 - Not compliant !!!
Sorry, for this. OCCFD uses the old rules (0.12m2 for intake and 0.08 for the exhaust) - so ignore the message. The compliance is manually checked by Chris and his expertise is the only one that count...CAEdevice wrote:Hi, anyone of the staff could help me with this report? I have the suspect that OCCFD uses the old rules, with larger inlet/outlet surfaces.CAEdevice wrote:I finally was able to complete simulation with OCCFD (single core).
I received strange results about the inlet/outlet surface areas (opt1):
Why are they not compliant? The rulebook says that there values are ok, am I wrong?Code: Select all
Cooling intake, Area: 0.103m2 - Not compliant !!! Cooling exhaust, Area: 0.076m2 - Not compliant !!!