|
[Sponsors] |
April 30, 2011, 23:53 |
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 |
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! |
|
|
|
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 17:37 |
[blockMesh] using blockMesh - defaultFaces | aylalisa | OpenFOAM Meshing & Mesh Conversion | 4 | February 13, 2014 14:57 |
[Commercial meshers] How to get rid of internal walls (surfaces)? | bmikuz | OpenFOAM Meshing & Mesh Conversion | 17 | December 5, 2013 16:24 |
How can I get rid of defaultFaces in o folder? | AbbasRahimi | OpenFOAM Pre-Processing | 0 | February 7, 2013 15:03 |
How to get rid of the defaultFaces, Courant number diverge. | liguifan | OpenFOAM Running, Solving & CFD | 1 | May 1, 2011 00:13 |