CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Error with buoyantPisoFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 13, 2012, 07:28
Default Error with buoyantPisoFoam
  #1
New Member
 
Join Date: May 2012
Posts: 7
Rep Power: 13
Bercht is on a distinguished road
Hi,

Iam trying to do a simple case with buoyantPisoFoam.
Its a cube with one inlet and one outlet. It's like the tutorial case hotroom with changed boundary conditions for U and P.
Now i get this Error Msg.:
Quote:
--> FOAM FATAL IO ERROR:
keyword fixedWalls is undefined in dictionary "/home2/trto/OpenFOAM/trto-1.6_engysEdition-3.0/run/hotRoom/0/U::boundaryField"
file: /home2/trto/OpenFOAM/trto-1.6_engysEdition-3.0/run/hotRoom/0/U::boundaryField from line 25 to line 38.
From function dictionary::subDict(const word& keyword) const
in file db/dictionary/dictionary.C at line 460.
Why is fixedWalls undefined? Its defined in blockMeshdict and as i said, it is copied from the tutorial. Hope someone can help me.

Quote:
boundaryField
{
floor
{
type buoyantPressure;
value uniform 0;
}
ceiling
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
fixedWalls
{
type buoyantPressure;
value uniform 0;
}
}
Quote:
boundaryField
{
floor
{
type fixedValue;
value uniform (0 0.5 0);
}
ceiling
{
type pressureInletOutletVelocity
Value uniform (0 0 0)
}
fixedWalls
{
type fixedValue;
value uniform (0 0 0);
}
}
Bercht is offline   Reply With Quote

Old   June 13, 2012, 08:35
Default
  #2
Senior Member
 
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 21
MartinB will become famous soon enough
Hi,

there are two semicolons missing in your 0/U file:
Code:
type pressureInletOutletVelocity // <--- missing ; here
Value uniform (0 0 0) // <--- and here.
Martin
MartinB is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Implementing Radiation Model into buoyantBoussinesqPisoFoam compiling error Fabian OpenFOAM Programming & Development 6 October 26, 2010 16:46
Heat transfer field with BuoyantPisofoam NorbertB OpenFOAM 0 August 23, 2010 16:58
buoyantPisoFoam vs buoyantBoussinesqPisoFoam NorbertB OpenFOAM 2 July 30, 2010 08:11
buoyantPisoFoam - engrid Boundary Layers pizzaice OpenFOAM 0 June 16, 2010 12:09
Error in solver? (buoyantPisoFoam) fijinx OpenFOAM Running, Solving & CFD 7 February 2, 2010 14:58


All times are GMT -4. The time now is 18:32.