CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

timeStep is not written !

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 10, 2020, 04:48
Default timeStep is not written !
  #1
Member
 
Join Date: Dec 2018
Posts: 75
Rep Power: 7
hbulus is on a distinguished road
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"
);
Normally, it was working with this settings but i cant be successful at of1912 with parallel running . Is there anyone who can see the problem in here ?

Thanks a lot!
hbulus is offline   Reply With Quote

Old   July 10, 2020, 06:51
Default
  #2
Senior Member
 
Join Date: Dec 2019
Location: Cologne, Germany
Posts: 355
Rep Power: 8
geth03 is on a distinguished road
did you modify anything from the solver code or any other code?

your controlDict looks fine.
geth03 is offline   Reply With Quote

Old   July 10, 2020, 07:23
Default
  #3
Member
 
Join Date: Dec 2018
Posts: 75
Rep Power: 7
hbulus is on a distinguished road
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" .
hbulus is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Suitable timestep for DNS flow cfdnewb123 Main CFD Forum 7 April 16, 2020 14:32
Convergence-behaviour when changing physical timestep in steady-state simulation stud-many ANSYS 0 October 28, 2019 10:30
error with smaller timestep ? Thomas MADELEINE FLUENT 0 August 8, 2016 13:02
Modifying sonicFoam to run with variable timestep - strange results dalaron OpenFOAM Programming & Development 1 September 2, 2013 07:21
Timestep and Pressure Correction Relationship in SIMPLE rks171 Main CFD Forum 23 May 4, 2012 01:04


All times are GMT -4. The time now is 08:56.