View Issue Details

IDProjectCategoryView StatusLast Update
0000781OpenFOAMBugpublic2013-04-02 13:20
Reporteruser591Assigned Touser2 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Platformamd64OSXubuntuOS Version12.10
Summary0000781: wallHeatFlux does not work for turbulent problems
DescriptionWhen I run wallHeatFlux the error is reported:

Selecting turbulence model type RASModel


--> FOAM FATAL ERROR:
Unknown turbulenceModel type RASModel

Valid turbulenceModel types:
1(laminar)

    From function turbulenceModel::New(const volScalarField&, const volVectorField&, const surfaceScalarField&, fluidThermo&, const word&)
    in file turbulenceModel.C at line 118.

FOAM exiting
Steps To ReproduceRun wallHeatFlux utility
TagsNo tags attached.

Activities

user591

2013-03-28 16:27

  ~0002079

I solved the problem by adding -lcompressibleRASModels to EXE_LIBS section of options file. It was here in version 2.1.x and missed in version 2.2.x. Please account for this bug in main branch.

user2

2013-04-02 13:20

  ~0002084

Thanks for the report - fixed by commit 49eca1b

Issue History

Date Modified Username Field Change
2013-03-14 15:02 user591 New Issue
2013-03-28 16:27 user591 Note Added: 0002079
2013-04-02 13:20 user2 Note Added: 0002084
2013-04-02 13:20 user2 Status new => resolved
2013-04-02 13:20 user2 Fixed in Version => 2.2.x
2013-04-02 13:20 user2 Resolution open => fixed
2013-04-02 13:20 user2 Assigned To => user2