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

Empty Surfaces_help

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 2, 2016, 00:07
Cool Empty Surfaces_help
  #1
New Member
 
Thomas Kinney
Join Date: Jun 2016
Location: Tasmania
Posts: 2
Rep Power: 0
Thomas Kinney is on a distinguished road
Send a message via Skype™ to Thomas Kinney
Hello CFD enthusiasts.

For my Honours thesis this year I am conducting CFD simulations using ANSYS Fluent in Workbench. Currently I have encountered some difficulties with empty surfaces and zones being created when my meshed model is imported into Fluent from Meshing, as seen in Zonesurface.PNG.
Referring to Console.PNG, the last three zones were note created by me and appear when the model is first opened in Fluent.
Attached is a capture of the meshed model in Fluent for reference if needed. I will also note this is my first post on CFD-Online.

It would really be appreciated if someone could help me mitigate this problem. I am aware I can delete the Surfaces in Fluent through the Zone surface management.

Please let me know if you can help.

Thanks in advance
Thomas Kinney
Attached Images
File Type: png Zonesurface.PNG (5.1 KB, 6 views)
File Type: png Console.PNG (22.9 KB, 9 views)
Thomas Kinney is offline   Reply With Quote

Old   June 2, 2016, 04:44
Default
  #2
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
Those empty walls come from your interface.

You have an interface (or 'contact' in workbench-terms) between "fluidinterface" and "airinterface".
In general, when you make an interface between to surfaces, some cells might match and some cells might not match.

Suppose for simplicity that your two surfaces are like this:
Code:
   airinterface
+----------------+
    +----------------+
       fluidinterface
Then there are four kinds of cells:
A: cells on the side of 'airinterface' that match cells from 'fluidinterface'.
B: cells on the side of 'airinterface' that don't match cells from 'fluidinterface'.
C: cells on the side of 'fluidinterface' that match cells from 'airinterface'.
D: cells on the side of 'fluidinterface' that don't match cells from 'airinterface'.

Code:
  B       A
+---|------------+
    +------------|---+
          C        D
Types A and C are obviously the good ones. They are named airinterface-contact_region_src and fluidinterface-contact_region_trg in your case.

Types B and D are the bad ones. In your case, Fluent puts them in the zones "wall-18" and "wall-19". It looks like that as of Fluent 17, the names of these zones are more descriptive of what they are, they would have been something like "airinterface-contact_region_wall_src" or so.

Fluent is a bit annoying with these zones ("wall-18"):
  • They can not be removed.
  • They are always reported as having area 0, even if they don't.
  • They can not be plotted.
  • Even if your interfaces match perfectly so these zones should really be empty, they still show up.

My way to deal with them: if you know your interfaces are good so these zones should be small or empty, ignore them.
Only exception: if you are doing particle simulations, and these 'empty walls' are set to trap particles, and particles are reported as being 'trapped' on these empty walls, you need to know which interface they are associated with if you want to know how to do statistics with these particles.
pakk 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
parasitic currents rcastilla OpenFOAM Programming & Development 135 November 29, 2017 10:53
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
[snappyHexMesh] sHM quality of multi-region aminem OpenFOAM Meshing & Mesh Conversion 0 April 16, 2015 11:38
Instable natural convection case Peter88 OpenFOAM 5 August 18, 2011 01:23
How to model the NR eqns in a domain with empty space Vasilis Main CFD Forum 1 April 14, 2009 04:35


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