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

Nozzle: Error

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 6, 2012, 07:04
Unhappy Nozzle: Error
  #1
New Member
 
Min Thaw Tun
Join Date: Mar 2011
Location: Kaluga, Russia
Posts: 19
Rep Power: 15
Technoyoungman is on a distinguished road
Send a message via Yahoo to Technoyoungman
Dear Foamers,
I'm running 2D planar nozzle. Here is the files http://www.mediafire.com/?7a3j9j9jkmhc91l.

And I got this error message.
Quote:
Mean and max Courant Numbers = 0.000410443 0.00943641
deltaT = 1.19976e-05
Time = 1.19976e-05

diagonal: Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0
diagonal: Solving for rhoUx, Initial residual = 0, Final residual = 0, No Iterations 0
diagonal: Solving for rhoUy, Initial residual = 0, Final residual = 0, No Iterations 0
smoothSolver: Solving for Ux, Initial residual = 1.46172e-09, Final residual = 3.91925e-27, No Iterations 2
smoothSolver: Solving for Uy, Initial residual = 0.99998, Final residual = 1.69748e-17, No Iterations 2
diagonal: Solving for rhoE, Initial residual = 0, Final residual = 0, No Iterations 0


--> FOAM FATAL IO ERROR:
keyword e is undefined in dictionary "/home/minthaw/OpenFOAM/minthaw-1.6-ext/run/thesis/Nozzle/nozzle1/system/fvSolution::solvers"

file: /home/minthaw/OpenFOAM/minthaw-1.6-ext/run/thesis/Nozzle/nozzle1/system/fvSolution::solvers from line 22 to line 49.

From function dictionary::subDict(const word& keyword) const
in file db/dictionary/dictionary.C at line 457.
Could you give me some suggestion? I can't find which error!!! . If someone knows appropriate BC, guide me please!!!
Solver is rhoCentralFoam. Version: 1.6-ext

BC for p
Quote:
boundaryField
{
empty
{
type empty;
}
inlet
{
type fixedValue;
value uniform 296900;
}
wall
{
type zeroGradient;
}
free
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
velocity
{
type fixedValue;
value uniform 101300;
}
}
BC for U
Quote:
dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
empty
{
type empty;
}
inlet
{
type fixedValue;
value uniform (265 0 0);
}
wall
{
type fixedValue;
value uniform (0 0 0);
}
free
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
velocity
{
type fixedValue;
value uniform (0 0 0);
}
}
BC for T

Quote:
dimensions [0 0 0 1 0 0 0];

internalField uniform 288;

boundaryField
{
empty
{
type empty;
}
inlet
{
type fixedValue;
value uniform 1036;
}
wall
{
type zeroGradient;
}
free
{
type zeroGradient;
}
outlet
{
type zeroGradient;
}
velocity
{
type fixedValue;
value uniform 288;
Attached Images
File Type: jpg n1.jpg (105.5 KB, 18 views)
Technoyoungman is offline   Reply With Quote

Old   March 7, 2012, 04:30
Default
  #2
Senior Member
 
Christian Lucas
Join Date: Aug 2009
Location: Braunschweig, Germany
Posts: 202
Rep Power: 17
Chris Lucas is on a distinguished road
Hi

the solver wants to solve the field "e" (not sure if rhoCentralFoam normally does this) and you haven't defined a linear solver for this field.

Best Regards,
Christian
Chris Lucas is offline   Reply With Quote

Old   March 12, 2012, 11:32
Default
  #3
New Member
 
Min Thaw Tun
Join Date: Mar 2011
Location: Kaluga, Russia
Posts: 19
Rep Power: 15
Technoyoungman is on a distinguished road
Send a message via Yahoo to Technoyoungman
Quote:
Originally Posted by Chris Lucas View Post
Hi

the solver wants to solve the field "e" (not sure if rhoCentralFoam normally does this) and you haven't defined a linear solver for this field.

Best Regards,
Christian
It is not like that. I set the value for mu in thermophysical properties. Only "0" is accepted for rhoCentralFoam. I don't know the reason so far....
Technoyoungman is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[OpenFOAM] Native ParaView Reader Bugs tj22 ParaView 270 January 4, 2016 12:39
c++ libraries and solver compiling vaina74 OpenFOAM Installation 13 February 3, 2012 18:43
compile errors of boundary condition "expDirectionMixed" liying02ts OpenFOAM Bugs 2 February 1, 2010 21:11
attach/detach (valve opening/closing) phsieh2005 OpenFOAM Running, Solving & CFD 2 March 21, 2009 06:18
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 21:50


All times are GMT -4. The time now is 22:29.