CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Problem where FixedValue Inlet meets noSlip Wall

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2013, 05:13
Default Problem where FixedValue Inlet meets noSlip Wall
  #1
Member
 
VS
Join Date: Nov 2012
Posts: 86
Rep Power: 13
VSass is on a distinguished road
Hey Foamers,

i'm working on a 10% bump, and i have some problems where my "inlet" patch meets the "noSlip" wall. The "inlet" has a fixed value velocity of (10 0 0) and obviously the "noSlip" wall has a fixed value velocity of (0 0 0) . There is a discontinuity , which doesn't occur in case of "slip" wall.

Any ideas?

Also, does it matter which BC you place first in the script?
For example ;

inlet
{
type fixedValue;
value uniform (10 0 0);
}
upstream_wall
{
type fixedValue;
value uniform (0 0 0);
}

is different from :

upstream_wall
{
type fixedValue;
value uniform (0 0 0);
}
inlet
{
type fixedValue;
value uniform (10 0 0);
}

Thanks in advance
VSass is offline   Reply With Quote

Reply

Tags
bcs, boundary condition, bump, inlet, noslip


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
Problem with assigned inlet velocity profile as a boundary condition Ozgur_ FLUENT 5 August 25, 2015 04:58
Radiation interface hinca CFX 15 January 26, 2014 17:11
Problem with mass flow inlet vainilreb OpenFOAM Running, Solving & CFD 4 April 8, 2013 06:41
Floating Point Exception - wrong boundaries or general PC problem? – OF 1.6 extend - A.Wendy OpenFOAM 0 February 27, 2013 04:50
natural convection mehrdadeng CFX 10 February 25, 2011 05:25


All times are GMT -4. The time now is 16:54.