|
[Sponsors] |
January 13, 2021, 12:53 |
Missing solver?
|
#1 |
New Member
NA
Join Date: Oct 2015
Posts: 10
Rep Power: 11 |
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 |
|
January 13, 2021, 19:01 |
|
#2 |
New Member
NA
Join Date: Oct 2015
Posts: 10
Rep Power: 11 |
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). |
|
January 14, 2021, 04:36 |
|
#3 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,236
Rep Power: 29 |
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 |
|
January 14, 2021, 10:40 |
|
#4 | |
New Member
NA
Join Date: Oct 2015
Posts: 10
Rep Power: 11 |
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? |
||
January 14, 2021, 10:58 |
|
#5 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,236
Rep Power: 29 |
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 |
|
|
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 |