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

Boundary conditions

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By Traib
  • 1 Post By Lieven
  • 1 Post By Ahmed Khattab

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 19, 2012, 06:38
Default Boundary conditions
  #1
Senior Member
 
zaynah K.
Join Date: Jun 2012
Location: Mauritius
Posts: 138
Rep Power: 13
zaynah04 is on a distinguished road
Hi

in Gambit my velocity inlet was 4m/s how do I enter the same value for my Boundary condition in openFoam?


Thanksss
zaynah
zaynah04 is offline   Reply With Quote

Old   November 19, 2012, 09:28
Default
  #2
New Member
 
Traib
Join Date: Sep 2012
Posts: 27
Rep Power: 13
Traib is on a distinguished road
Hi zaynah,

You can set the velocity boundary condition in 0/U dictionary using fixedValue boundary condition:

inlet
{
type fixedValue;
value 4.0;
}

.. (set other boundaries similarly)
zaynah04 likes this.
Traib is offline   Reply With Quote

Old   November 19, 2012, 09:29
Default
  #3
Senior Member
 
zaynah K.
Join Date: Jun 2012
Location: Mauritius
Posts: 138
Rep Power: 13
zaynah04 is on a distinguished road
thanks am doing ....
zaynah04 is offline   Reply With Quote

Old   November 19, 2012, 10:07
Default
  #4
Member
 
Meindert de Groot
Join Date: Jun 2012
Location: Netherlands
Posts: 34
Rep Power: 13
meindert is on a distinguished road
Did you take the time to read the User Guide? It would be a good start...
meindert is offline   Reply With Quote

Old   November 19, 2012, 10:33
Default
  #5
Senior Member
 
zaynah K.
Join Date: Jun 2012
Location: Mauritius
Posts: 138
Rep Power: 13
zaynah04 is on a distinguished road
yes i did...

but it does not explain many things on boundary that i wished to know..
zaynah04 is offline   Reply With Quote

Old   November 19, 2012, 10:59
Default
  #6
Senior Member
 
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 22
Lieven will become famous soon enough
Have a good look at the tutorials that come with the OF installation. Having a look at examples is often more explanatory than the manual.

Just a small detail, if you add 'uniform' to the value- on field in fixedValue if you don't want to get a warning:

Quote:
inlet
{
type fixedValue;
value uniform 4.0;
}
zaynah04 likes this.
Lieven is offline   Reply With Quote

Old   November 19, 2012, 18:16
Smile velocity value
  #7
Senior Member
 
Ahmed Khattab's Avatar
 
ahmed
Join Date: Feb 2010
Posts: 182
Blog Entries: 1
Rep Power: 16
Ahmed Khattab is on a distinguished road
Quote:
Originally Posted by Lieven View Post
Have a good look at the tutorials that come with the OF installation. Having a look at examples is often more explanatory than the manual.

Just a small detail, if you add 'uniform' to the value- on field in fixedValue if you don't want to get a warning:

just a remark you should enter U in vector form,

value uniform (4 0 0);

but you can put the pressure in scalar form,

value uniform 4;

good luck.
zaynah04 likes this.
Ahmed Khattab 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
Impinging Jet Boundary Conditions Anindya Main CFD Forum 25 February 27, 2016 12:58
symmetry boundary conditions in cfx lost.identity CFX 41 May 22, 2013 07:21
OpenFOAM Variable Velocity Boundary Conditions NickolasPl OpenFOAM Programming & Development 2 May 19, 2011 05:37
[Netgen] boundary conditions and mesh exporting vaina74 OpenFOAM Meshing & Mesh Conversion 2 May 27, 2010 09:38
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15


All times are GMT -4. The time now is 13:40.