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

Why the change of writeInterval will cause simulation crash?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 12, 2019, 10:19
Default Why the change of writeInterval will cause simulation crash?
  #1
New Member
 
Huang, Chiung Shu
Join Date: Nov 2018
Posts: 12
Rep Power: 8
kclement1993 is on a distinguished road
Hi Foamers,

I am facing a problem which is ...
when I running my simulation, it will crash at different simulation time when I set different writeInterval value in controlDict file.

For example, the control dict below

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

libs ("liboverset.so");

DebugSwitches
{
overset 0;
dynamicOversetFvMesh 0;
cellVolumeWeight 0;
}

application overInterDyMFoam ;

startFrom latestTime;

startTime 0.0;

stopAt endTime;

endTime 15;

deltaT 0.001;

writeControl adjustableRunTime;

writeInterval 0.5;

purgeWrite 0;

writeFormat ascii;

writePrecision 6;

writeCompression off;

timeFormat general;

timePrecision 6;

runTimeModifiable yes;

adjustTimeStep yes;

maxCo 1.5;
maxAlphaCo 2;
maxDeltaT 1;


-------------------------------------------------------------------------

With the configuration my case will simulate longer than the writeInterval value = 0.1,
and then crashed.

I don't know why the different output interval will cause different result???

Is because of the it will re-read the output and causing not continuous simulation?

Any idea will appreciated!!
kclement1993 is offline   Reply With Quote

Old   March 26, 2020, 17:42
Default
  #2
Senior Member
 
zhangyan's Avatar
 
Yan Zhang
Join Date: May 2014
Posts: 120
Rep Power: 12
zhangyan is on a distinguished road
Hi,
Did you find the solution?
__________________
https://openfoam.top
zhangyan 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
How to change the number of parcels at each patch with simulation time step AJAY BHANDARI OpenFOAM Pre-Processing 7 December 23, 2018 17:49
variable composition mixture phase change simulation WXS CFX 0 September 26, 2018 01:14
[rhoCentralFoam] Crash in Nozzle Simulation maxmax OpenFOAM Running, Solving & CFD 6 June 3, 2015 16:51
Simulation crash with dynamicRefineFvMesh and kOmegaSST - OF 2.3.x nathanael OpenFOAM Running, Solving & CFD 4 June 29, 2014 18:02
Change BCs during simulation tav98f CFX 2 September 27, 2011 17:00


All times are GMT -4. The time now is 02:03.