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

[Gmsh] How to get rid of the defaultFaces

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 30, 2011, 22:53
Default How to get rid of the defaultFaces
  #1
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Dear all,

I want to simulate an artery with bifurcation. After using Gmsh to generate a mesh file and convert it to openfoam.

You can see the screenshot in attachment, there are one "inlet", one "straight_outlet", one "bent_outlet". And there are some defaultFaces at the interaction.

When I using icoFoam to run the file, the program will be interupted because courant number become to large.

I am just wondering it that because the defaultFaces at interaction block the fluids entering the bifurcation(daughter arteries)?

How can I get rid of the defaultFaces, I mean delete them( I can not delete it in gmsh, and delete them in polyMesh/boundary as well)?


Here are my p and U file.

U
dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
artery_wall
{
type fixedValue;
value uniform (0 0 0);
}
inlet
{
type fixedValue;
value uniform (0 0 -0.11);
}
straight_outlet
{
type zeroGradient;
}
bent_outlet
{
type zeroGradient;
}

}

p
dimensions [0 2 -2 0 0 0 0];
internalField uniform 0;
boundaryField
{
artery_wall
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
straight_outlet
{
type fixedValue;
value uniform 0;
}
bent_outlet
{
type fixedValue;
value uniform 0;
}
}


Many thanks!
Attached Images
File Type: png Screenshot.png (38.3 KB, 25 views)
liguifan 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
[Gmsh] unwanted defaultFaces after exporting to foam 5.0 deepbandivadekar OpenFOAM Meshing & Mesh Conversion 8 July 3, 2018 16:37
[blockMesh] using blockMesh - defaultFaces aylalisa OpenFOAM Meshing & Mesh Conversion 4 February 13, 2014 13:57
[Commercial meshers] How to get rid of internal walls (surfaces)? bmikuz OpenFOAM Meshing & Mesh Conversion 17 December 5, 2013 15:24
How can I get rid of defaultFaces in o folder? AbbasRahimi OpenFOAM Pre-Processing 0 February 7, 2013 14:03
How to get rid of the defaultFaces, Courant number diverge. liguifan OpenFOAM Running, Solving & CFD 1 April 30, 2011 23:13


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