|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
NA
Join Date: Oct 2015
Posts: 10
Rep Power: 12 ![]() |
I am trying to run a simulation which uses simpleFOAM. The output log indicates the following:
Code:
Starting time loop End Finalising parallel run Cheers |
|
|
|
|
|
|
|
|
#2 |
|
New Member
NA
Join Date: Oct 2015
Posts: 10
Rep Power: 12 ![]() |
It seems that is not due to the installation.
First time is run works well, but the following runs using the same decomposition files don't work. Without knowing much, I think OF understands that the solver has been run already (time files inside processor directories). |
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,358
Rep Power: 32 ![]() ![]() |
Check your controlDict setup, especially the startFrom, startTime, stopAt and endTime parameters.
It looks like you are trying to rerun a simulation which already reached the endTime. Cheers, Yann |
|
|
|
|
|
|
|
|
#4 | |
|
New Member
NA
Join Date: Oct 2015
Posts: 10
Rep Power: 12 ![]() |
Quote:
Indeed, for benchmarking purposes I want to rerun the simulation several times. So far I've overcome the problem deleting the Time directories from within the processes folders. Is there any better/cleaner solution? |
||
|
|
|
||
|
|
|
#5 |
|
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,358
Rep Power: 32 ![]() ![]() |
Yes, by setting the startFrom parameter:
Code:
startFrom startTime; startTime 0; You can find more details in the user guide : https://cfd.direct/openfoam/user-gui...#x19-1410004.4 Yann |
|
|
|
|
|
![]() |
| Tags |
| instalation, solver error |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 4 | August 2, 2014 10:52 |
| Divergence problem | Smaras | FLUENT | 13 | February 21, 2013 06:03 |
| 3d vof | Smaras | FLUENT | 2 | February 19, 2013 07:58 |
| Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
| why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |