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

inletOutlet boundary condition problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 31, 2011, 06:38
Unhappy inletOutlet boundary condition problem
  #1
Member
 
Join Date: Sep 2010
Posts: 36
Rep Power: 16
siddharameshwara is on a distinguished road
Hello to all,

I am trying to simulate diesel flow in the nozzle of injector. I used inletOutlet boundary condition at the outlet for the velocity and fixedMeanValue at the outlet for pressure. I am using icoFoam solver , pisoFoam solver and cavitatingFoam solver. For the first two i have no problem but for the cavitatingFoam solver at the outlet of the nozzle reverse flow of the Diesel is taking place. Could any one help me is the boundary condition that i have used is right one?? and how can i avoid the reverse flow???

Thanks in advance.
siddharameshwara is offline   Reply With Quote

Old   February 16, 2011, 01:26
Exclamation Problem with inletOutlet
  #2
New Member
 
John Damnson
Join Date: Feb 2011
Posts: 15
Rep Power: 15
umassche is on a distinguished road
No idea why that is.. I'm trying to change the initial conditions of the cavity model in tutorials and use icoFoam solver. within the velocity file i'm changing both movingwalls type and fixedwalls type to inletOutlet (originally fixedValue) and icoFoam is crashing saying that it is undefined. here is the error message,


Reading field U



--> FOAM FATAL IO ERROR:
keyword inletValue is undefined in dictionary "./case2/0/U::boundaryField::movingWall"

file: ./case2/0/U::boundaryField::movingWall from line 25 to line 26.

From function dictionary::lookupEntry(const word&, bool, bool) const
in file db/dictionary/dictionary.C at line 395.

FOAM exiting

Can you help me while awaiting help for your problem??
umassche is offline   Reply With Quote

Old   February 16, 2011, 11:01
Smile
  #3
Member
 
Join Date: Sep 2010
Posts: 36
Rep Power: 16
siddharameshwara is on a distinguished road
Reading field U



--> FOAM FATAL IO ERROR:
keyword inletValue is undefined in dictionary "./case2/0/U::boundaryField::movingWall"



Hi,

You need to define the inletValue. The syntax for the inletOutlet boundary condition goes like this

OUTLET
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);

}

I think may be for you inletValue is missing!!!!
siddharameshwara 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
Axial Fan boundary condition problem Turbomachine CFX 19 September 23, 2018 12:20
Transient Simulation: Boundary Condition Problem Shafiul CFX 7 January 11, 2011 16:40
Problem with Interface Boundary Condition tos FLUENT 0 April 4, 2010 08:11
problem with boundary condition??? smn CFX 5 November 24, 2009 06:37
Problem setting boundary condition from file Antonis CFX 1 September 11, 2006 16:53


All times are GMT -4. The time now is 19:30.