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

what does the empty boundary condition mean?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By behruz920

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 30, 2017, 16:39
Default what does the empty boundary condition mean?
  #1
New Member
 
behrooz
Join Date: May 2017
Posts: 3
Rep Power: 8
behruz920 is on a distinguished road
Hi all
we are preparing a finite volume code to simulate flow over a airfoil with FORTRAN. we have a mesh which is extruded one layer (Nz=1). we need to impose EMPTY boundary condition in two faces in Z direction. but we don't know how to apply this. in other word, we don't know what are the velocity and pressure values on the boundaries nodes (what is the meaning of the EMPTY boundary condition???)
Светлана likes this.
behruz920 is offline   Reply With Quote

Old   May 31, 2017, 00:27
Default it does nothing
  #2
Senior Member
 
Svetlana Tkachenko
Join Date: Oct 2013
Location: Australia, Sydney
Posts: 407
Rep Power: 14
Светлана is on a distinguished road
It does nothing.

It is specifically designed for cases with reduced dimensions because OpenFOAM has no other way to reduce dimensions.

Quoting henrik from here,

«OpenFOAM does not have special machinery do deal with 2D domains. Therefore, a 2D mesh has twice as many faces on the front and back as it has cells.

Therefore it is a good idea to do nothing for those faces and that is what "empty" does.»

To quote OpenFOAM documentation from here,

«This boundary condition provides an ’empty’ condition for reduced dimensions cases, i.e. 1- and 2-D geometries. Apply this condition to patches whose normal is aligned to geometric directions that do not constitue solution directions.»

If you're writing your own code, simply make sure your code avoids calculating the dimensions which you do not need. That would be equivalent to the empty boundary condition provided in OpenFOAM.

If you must calculate the third dimension, impose a symmetry boundary condition.
Светлана is offline   Reply With Quote

Old   June 1, 2017, 06:43
Default
  #3
New Member
 
behrooz
Join Date: May 2017
Posts: 3
Rep Power: 8
behruz920 is on a distinguished road
Dear Светлана

Thanks a lot for your consideration.

what I found from your answer, if I remove all of the equations in Z direction in entire code, we impose EMPTY b.c yes? or we should remove equation in Z direction just in front and back faces (the boundary faces)?
behruz920 is offline   Reply With Quote

Reply

Tags
empty boundaries, fortran 90


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
Centrifugal fan j0hnny CFX 13 October 1, 2019 13:55
My radial inflow turbine Abo Anas CFX 27 May 11, 2018 01:44
Out File does not show Imbalance in % Mmaragann CFX 5 January 20, 2017 10:20
Radiation interface hinca CFX 15 January 26, 2014 17:11
Velocity profile boundary condition Tuca FLOW-3D 1 April 23, 2013 12:02


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