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

How to get rid of the defaultFaces, Courant number diverge.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 30, 2011, 23:10
Default How to get rid of the defaultFaces, Courant number diverge.
  #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;
}
}
Attached Images
File Type: png Screenshot.png (38.3 KB, 4 views)
liguifan is offline   Reply With Quote

Old   April 30, 2011, 23:13
Default
  #2
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
It may be because of the other problems which I haven't figure out.
Here is my controlDict file
application implicitFoam;

startFrom latestTime;

startTime 0;

stopAt endTime;

endTime 0.1;

deltaT 0.001;

writeControl timeStep;

writeInterval 10;

purgeWrite 0;

writeFormat ascii;

writePrecision 6;

writeCompression uncompressed;

timeFormat general;

timePrecision 6;

runTimeModifiable yes;

libs ("ResistanceBC_relaxed.so");


the length of the artery is around 0.01-0.03 m.

regards
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
Courant number fireman FLUENT 7 September 11, 2021 11:33
IcoFoam unstability, courant number gets large! vivien OpenFOAM 11 March 9, 2017 03:45
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
COURANT NUMBER Ferreira Main CFD Forum 23 February 26, 2006 18:10
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15


All times are GMT -4. The time now is 10:19.