|
[Sponsors] |
July 10, 2020, 05:48 |
timeStep is not written !
|
#1 |
Member
Join Date: Dec 2018
Posts: 75
Rep Power: 7 |
Hello everyone,
I want to save case file of last step to continue the analysis in case of a need. You can check my controlDict file: Code:
application rhoSimpleFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 5000; deltaT 1; writeControl timeStep; writeInterval 5000; purgeWrite 0; writeFormat ascii; writePrecision 8; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; graphFormat raw; libs ( "libforces.so" ); Thanks a lot! |
|
July 10, 2020, 07:51 |
|
#2 |
Senior Member
Join Date: Dec 2019
Location: Cologne, Germany
Posts: 367
Rep Power: 8 |
did you modify anything from the solver code or any other code?
your controlDict looks fine. |
|
July 10, 2020, 08:23 |
|
#3 |
Member
Join Date: Dec 2018
Posts: 75
Rep Power: 7 |
Yeap the problem is solved. I modified -reconstructPar code with the same name ..
When i fixed the problem is gone. If there are someone who still need this info : After your parallel run is done, you have to "reconstructPar -latestTime" or "reconstructPar -specifiedTime" . |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Suitable timestep for DNS flow | cfdnewb123 | Main CFD Forum | 7 | April 16, 2020 15:32 |
Convergence-behaviour when changing physical timestep in steady-state simulation | stud-many | ANSYS | 0 | October 28, 2019 11:30 |
error with smaller timestep ? | Thomas MADELEINE | FLUENT | 0 | August 8, 2016 14:02 |
Modifying sonicFoam to run with variable timestep - strange results | dalaron | OpenFOAM Programming & Development | 1 | September 2, 2013 08:21 |
Timestep and Pressure Correction Relationship in SIMPLE | rks171 | Main CFD Forum | 23 | May 4, 2012 02:04 |