- mpirun -np $nCPUs simpleFoam
maybe suggestion for the new season to split scripts for meshing/calculations/post-pro ?
Thanks for the confirmation,I am going to try tomorrow.wb92 wrote: ↑10 Nov 2019, 22:05ah, I forgot there's runCase file which stores all OpenFOAM operations, including meshing. Yes, in this case you need to comment out/delete everything what's related to meshing, so it would start from:You don't need to run potentialFoam again
- mpirun -np $nCPUs simpleFoam
maybe suggestion for the new season to split scripts for meshing/calculations/post-pro ?
Check the scale on that model... FreeCAD outputs the model 1000 times bigger than it needs to be, so I reduced that down in paraview before making the submissions to Andre..... could this be the problem?yinlad wrote: ↑10 Nov 2019, 23:46I was basically running machin's car from viewtopic.php?f=14&t=28435 this thread
If I measure the stl in freecad its 1.97mm across the front wing and 1970mm in the actual freecad file. Which I believe is correct for running in mflow.machin wrote: ↑11 Nov 2019, 14:35Check the scale on that model... FreeCAD outputs the model 1000 times bigger than it needs to be, so I reduced that down in paraview before making the submissions to Andre..... could this be the problem?yinlad wrote: ↑10 Nov 2019, 23:46I was basically running machin's car from viewtopic.php?f=14&t=28435 this thread
I must have done something wrong... it starts from iteration 0!
Yes, you need to run everything after the potentialFoam line. If have now executed the entire script once, you possibly have overwritten your previous iterations. You can check what the latest saved timestep is by checking a processor* folder. If you sill find a folder called 500 in there and you switched the startTime in the controlDict to latestTime, it should work.wb92 wrote: ↑10 Nov 2019, 22:05ah, I forgot there's runCase file which stores all OpenFOAM operations, including meshing. Yes, in this case you need to comment out/delete everything what's related to meshing, so it would start from:You don't need to run potentialFoam again
- mpirun -np $nCPUs simpleFoam
maybe suggestion for the new season to split scripts for meshing/calculations/post-pro ?
Having the scale in the stl wrong could indeed be a problem, explaining this. However MFlow should actually report if your geometries are too big or too small. Paraview should show you that your stl file of the wing is about 2m wide.yinlad wrote: ↑11 Nov 2019, 15:07If I measure the stl in freecad its 1.97mm across the front wing and 1970mm in the actual freecad file. Which I believe is correct for running in mflow.machin wrote: ↑11 Nov 2019, 14:35Check the scale on that model... FreeCAD outputs the model 1000 times bigger than it needs to be, so I reduced that down in paraview before making the submissions to Andre..... could this be the problem?yinlad wrote: ↑10 Nov 2019, 23:46I was basically running machin's car from viewtopic.php?f=14&t=28435 this thread
I'll take a look at paraview though. To scale it down I was using multiple scaled down bodies using draft clone, which may have introduced or retained more complexity than necessary
I think this must be what happens to me sometimes. I have many parts that overlap each other, could this confuse the mesher?