|
[Sponsors] |
[OpenFOAM.com] OpenFoam data lost after reboot |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 6, 2021, 13:35 |
OpenFoam data lost after reboot
|
#1 |
New Member
Sam
Join Date: Oct 2021
Posts: 1
Rep Power: 0 |
Hello,
I installed OpenFoam via Docker on my Mac (Big Sur) and I was able to run the tutorial cases and even create my cases (4 or 5 of them), each in a different folder in the /home/openfoam/run/ directory. I rebooted my computer yesterday and I cannot find any of my data since then, it's all gone. I tried to see if maybe it had something to do with Docker but I couldn't find the right answer. The only help I could find was on this website but even then it didn't answer my question (https://www.cfdengine.com/blog/how-t...e-with-docker/). Could someone help me figure out if I'm doing something wrong or if all my data is just gone for good? Thank you for your help, Sam |
|
October 9, 2021, 06:01 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
The data are not saved within docker, but on the host filesystem. Eg, you start openfoam-docker from some "/somepath/somewhere", this is mounted as "/home/openfoam" within your docker instance. So what you created as "/home/openfoam/run" in the container should have been saved as "/somepath/somewhere/run" on your machine.
Of course you'll have to remember where that "/somepath/somewhere" actually was. |
|
Tags |
docker, lost data |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
[OpenFOAM] Paraview python script, creating data using only CLI, saving in csv/excel file | Ash Kot | ParaView | 1 | September 24, 2021 13:23 |
[OpenFOAM] How to get the coordinates of velocity data at all cells and at all times | vidyadhar | ParaView | 9 | May 20, 2020 21:06 |
[PyFoam] Writing a data in the OpenFoam Case | himanshu28 | OpenFOAM Community Contributions | 0 | April 5, 2017 22:29 |
studying a valve case | mina.basta | OpenFOAM | 33 | August 30, 2013 05:46 |