|
[Sponsors] |
May 30, 2017, 17:39 |
what does the empty boundary condition mean?
|
#1 |
New Member
behrooz
Join Date: May 2017
Posts: 3
Rep Power: 9 |
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???) |
|
May 31, 2017, 01:27 |
it does nothing
|
#2 |
Senior Member
Svetlana Tkachenko
Join Date: Oct 2013
Location: Australia, Sydney
Posts: 416
Rep Power: 15 |
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. |
|
June 1, 2017, 07:43 |
|
#3 |
New Member
behrooz
Join Date: May 2017
Posts: 3
Rep Power: 9 |
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)? |
|
Tags |
empty boundaries, fortran 90 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Centrifugal fan | j0hnny | CFX | 13 | October 1, 2019 14:55 |
My radial inflow turbine | Abo Anas | CFX | 27 | May 11, 2018 02:44 |
Out File does not show Imbalance in % | Mmaragann | CFX | 5 | January 20, 2017 11:20 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Velocity profile boundary condition | Tuca | FLOW-3D | 1 | April 23, 2013 13:02 |