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

Case files (constant) being deleted while running.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 21, 2019, 13:16
Default Case files (constant) being deleted while running.
  #1
New Member
 
Join Date: Jan 2019
Posts: 10
Rep Power: 7
Kieran is on a distinguished road
Hi,

On 3 occasions now (2 today), I've encountered a problem in which the Constant file is deleted in my case folder as the case is running, causing it to fail.

I think it could be occuring during the writing of files, because as far as I can tell on both occasions today it happened on a time-step that was being saved. I don't know if available storage has anything to do with it, but while I am low-ish on space, I still have around 10-20GB available.


Has anyone ever encountered this before, or know what it might be? I can't find any mentions of this problem online. I can't think of anything I have changed in the last day or two.


Potentially useful information: OpenFOAM version 5. SFRSimpleFOAM case, parallel, deconstructed over 16 cores.

Thanks in advance, I'm very confused by this, and any insight would be really appreciated.

Kieran

Edit: This happened again today. Again it seemed to occur at a time-step that was being saved, although I freed up plenty of space on the hard drive so I don't think lack of space is an issue.

In case it is something to with how files are being saved, here is my ControlDict file:

Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application SRFSimpleFoam;

startFrom latestTime;

startTime 0;

stopAt endTime; //writeNow;

endTime 20000;

deltaT 1;

writeControl timeStep;

writeInterval 100;

purgeWrite 20;

writeFormat ascii;

writePrecision 6;

writeCompression on;

timeFormat general;

timePrecision 6;

runTimeModifiable true;

functions
{
#include "residuals"
#include "forces"
#include "forceCoeffs"
}


// ************************************************** *********************** //

Last edited by Kieran; February 22, 2019 at 07:05.
Kieran 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
Problem running movingCylinders case in parallel with foam-extend-3.1 mhkenergy OpenFOAM Running, Solving & CFD 5 March 3, 2017 05:20
UDF issue MASOUD Fluent UDF and Scheme Programming 14 December 6, 2012 13:39
Video from case and data files girino FLUENT 9 March 29, 2010 02:41
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24
Structure of case and data files Frederic Nicolas FLUENT 1 August 4, 2000 11:54


All times are GMT -4. The time now is 20:33.