|
[Sponsors] |
Missing movingWall value in some OF-1.6.x tutorial cases. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 11, 2009, 07:01 |
Missing movingWall value in some OF-1.6.x tutorial cases.
|
#1 |
Member
Martin Aunskjaer
Join Date: Mar 2009
Location: Denmark
Posts: 53
Rep Power: 17 |
A minor problem exists in some (if not all) of the tutorial turbulence cases that use the movingWall BC. The problem is that the Reynolds stress file R specifies no value for the movingWall.
This is no problem if the tutorial cases are run as is, because they do not use the Reynolds stress model. But decomposePar immediately detects the omission: Cannot find 'value' entry on patch movingWall of field R in file "/home/mar/OpenFOAM/mar-1.6.x/run/tutorials/incompressible/pisoFoam/ras/cavity/0/R" which is required to set the values of the generic patch field. (Actual type kqRWallFunction) Please add the 'value' entry to the write function of the user-defined boundary-condition or link the boundary-condition into libfoamUtil.so file: /home/mar/OpenFOAM/mar-1.6.x/run/tutorials/incompressible/pisoFoam/ras/cavity/0/R::movingWall from line 25 to line 25. From function genericFvPatchField<Type>::genericFvPatchField(con st fvPatch&, const Field<Type>&, const dictionary&) in file fields/fvPatchFields/basic/generic/genericFvPatchField.C at line 72. It would appear the reason is that decomposePar goes through all files in folder 0 whereas the solver just picks those it needs. These being tutorial cases it is suggested to provide a 'value <value>' entry in the R files where these have been omitted. |
|
September 13, 2009, 18:55 |
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Thanks for the bug-report, now fixed in OpenFOAM-1.6.x.
H |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem on Fluent Tutorial: Horizontal Film Boilig | Feng | FLUENT | 2 | April 13, 2013 06:34 |
Problem in running tutorial cases | preetham | OpenFOAM Installation | 2 | June 13, 2009 17:36 |
VOF6DOF Tutorial Cases | lukasfischer | OpenFOAM Running, Solving & CFD | 0 | January 29, 2009 14:56 |
InterDyMFoam tutorial cases | hsieh | OpenFOAM Running, Solving & CFD | 0 | November 14, 2008 11:21 |