View Issue Details

IDProjectCategoryView StatusLast Update
0001370OpenFOAMBugpublic2015-03-02 20:57
Reporteruser863Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
PlatformredhatOS6.4OS Version(please specify)
Summary0001370: RASModel laminar; Cannot find field k
Descriptionerror in simpleFoam/pitzDaily tutorial when changing RASModel from kEpsilon to laminar.
Steps To Reproduce1) tutorial OpenFOAM-2.3.0/tutorials/incompressible/simpleFoam/pitzDaily

in RASProperties we set :
RASModel laminar;// kEpsilon;
turbulence off;
printCoeffs off;

2) launch simpleFoam.
when the solver reach writeInterval 50;

you get :

--> FOAM FATAL ERROR:
Cannot find field k
Valid scalar fields are:
3
(
pPrevIter
nu
p
)

Valid vector fields are:1(U)

3) you can then restart and when arrived at 100 will write the results and stop with the same error
TagsNo tags attached.

Activities

user4

2014-08-11 08:39

  ~0003200

The error comes from your postprocessing: the 'streamline' functionObject tries to sample the 'k' field.

Issue History

Date Modified Username Field Change
2014-08-09 05:19 user863 New Issue
2014-08-11 08:39 user4 Note Added: 0003200
2014-08-11 08:39 user4 Status new => closed
2014-08-11 08:39 user4 Assigned To => user4
2014-08-11 08:39 user4 Resolution open => no change required
2015-03-02 20:57 user4 Status closed => resolved