View Issue Details

IDProjectCategoryView StatusLast Update
0000470OpenFOAMBugpublic2012-08-17 15:44
Reporterolle Assigned Touser4 
PrioritynormalSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Platformx86_64 (HP DL 160 G5)OSRedHat Enterprise LinuxOS Version5.7 x86_64
Summary0000470: No results output when timestep for convergence coinsides with timestep for writeInterval output
DescriptionRunning SRFSimpleFoam in OF-2.0.x
deltaT 1;
writeControl timeStep;
writeInterval 100;
purgeWrite 1;
writeFormat ascii;
and
residualControl
{
    p 1e-12;
    U 1e-12;
    "(k|epsilon|omega)" 1e-3;
}
By chance the solution converged after exactly 500 steps, i.e at the exact same time as the writeInterval. No output was produced.

Changing writeInterval and rerunning gives output.
Steps To ReproduceMake a case where writeInterval coinside with meeting convergence criteria.
TagsNo tags attached.

Activities

user4

2012-03-20 09:19

  ~0001149

It should be solved in 21x already.

Issue History

Date Modified Username Field Change
2012-03-19 15:49 olle New Issue
2012-03-20 09:19 user4 Note Added: 0001149
2012-08-17 15:44 user4 Status new => resolved
2012-08-17 15:44 user4 Fixed in Version => 2.1.x
2012-08-17 15:44 user4 Resolution open => fixed
2012-08-17 15:44 user4 Assigned To => user4