|
[Sponsors] |
April 27, 2018, 11:16 |
Data Recovery
|
#1 |
New Member
Abdul
Join Date: Aug 2017
Posts: 27
Rep Power: 9 |
Hello,
I am running a simulation with very small time steps over a long period of time. Sometimes in the middle it crashes and I have to restart it. I am saving the case and data using autosave at regular intervals. However, I am monitoring the volume average of temperature using a report definition and also write it in a file. When I restart my simulation the data in the reportplot and file both start from the current iteration, losing all time-steps from before. Is there a file or way in which I can get all the history of the data in the report defination and not just of the recent simulations. Thanks Abdur |
|
April 28, 2018, 00:37 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,751
Rep Power: 66 |
There is no super smart automated way.
If you are using a report, there should be a prompt at some point to overwrite or no. If you choose no, then it does not delete the files and will retain the old history. The problem is, it will append the new data to the end so that you will have a section of redundant data (i.e. between your autosave and when it crashed). You have to parse through this and delete the redundant data. Alternatively, you can backup the old reports by renaming them or something, and then parse the files. |
|
April 28, 2018, 15:51 |
|
#3 |
New Member
Abdul
Join Date: Aug 2017
Posts: 27
Rep Power: 9 |
Thank you for the reply.
Can you tell me where is the whole history ? In the data file ? Can I also somehow extract the data to use in excel later on ? I couldnt find any option in the report definations section ? I read the FLUENT manual but couldnt find any information about the basics of data saving and manipulating ? Any guide or help would be highly appreciated. |
|
April 29, 2018, 03:08 |
|
#4 | |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,751
Rep Power: 66 |
The history is in the report file that you write which I presume you know how to find based on:
Quote:
The overwrite prompt occurs when you hit the calculate button. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFD by anderson, chp 10.... supersonic flow over flat plate | varunjain89 | Main CFD Forum | 18 | May 11, 2018 08:31 |
[OpenFOAM] Paraview doesn't seem to be picking up data generated by icofoam | MikeHersee | ParaView | 2 | January 6, 2015 09:27 |
Data Produced From Fine Marine Cant Match with The Experimental Data | PeiSan | Fidelity CFD | 4 | August 23, 2014 06:33 |
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 12 | May 2, 2013 11:52 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |