View Issue Details

IDProjectCategoryView StatusLast Update
0000496OpenFOAMBugpublic2012-04-16 09:04
Reporteruser408Assigned Touser2 
PriorityimmediateSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
PlatformLinuxOSOpenSuseOS Version11.1
Summary0000496: Bug in turbulent kinetic energy
Descriptionhttp://foam.sourceforge.net/docs/cpp/a02166.html#_details

    inlet
    {
        type turbulentIntensityKineticEnergyInlet;
        intensity 0.05; // 5% turbulence
        value uniform 1; // placeholder
    }

the <uniform> report an error.
TagsNo tags attached.

Activities

user408

2012-04-04 14:36

  ~0001212

after delete <uniform>, the solver run

user4

2012-04-05 08:53

  ~0001215

Are you using 2.1.x? Can you run e.g. the tutorials/compressible/rhoPimpleFoam/ras/angledDuct case? (using the ./Allrun script)?

user408

2012-04-05 10:05

  ~0001216

I am using 2.1.0. I run tutorials/compressible/rhoPimpleFoam/ras/angledDuct and it works.

But when I use this function in heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater i have to removed the <uniform>

user4

2012-04-05 12:20

  ~0001217

That case uses changeDictionary to pre-process the fields so your error might be from that. What is your error?

user408

2012-04-14 00:45

  ~0001247

Sorry.I have get through it after several tries.

Issue History

Date Modified Username Field Change
2012-04-04 14:30 user408 New Issue
2012-04-04 14:36 user408 Note Added: 0001212
2012-04-05 08:53 user4 Note Added: 0001215
2012-04-05 10:05 user408 Note Added: 0001216
2012-04-05 12:20 user4 Note Added: 0001217
2012-04-14 00:45 user408 Note Added: 0001247
2012-04-16 09:04 user2 Status new => resolved
2012-04-16 09:04 user2 Fixed in Version => 2.1.x
2012-04-16 09:04 user2 Resolution open => no change required
2012-04-16 09:04 user2 Assigned To => user2