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

Courant number explodes

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   December 24, 2015, 07:37
Default Courant number explodes
  #1
Member
 
Evangelos
Join Date: Sep 2011
Posts: 87
Rep Power: 14
Danath is on a distinguished road
Hello Foamers!

i am trying to simulate the bifurcation that is depicted in the bifurcation.png file. There is one inlet in the right of the geometry and three outlets at the right.

I use icoFoam to solve the flow problem. the deltaT is 1e-4. The courant number at first is very small but is increased with a small step after each iteration. After 10000 iterations the courant number is getting too big so the simulation stops.

The mesh is ok after checkMesh.

I calculate the Dp in order to have the desired mean velocity in the pipe before the bifurcation and then i divide with density.

0/p File

object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
inlet
{
type fixedValue;
value uniform 0.012957446;
}

outlet_internal
{
type fixedValue;
value uniform 0;


}

outlet_externalbig
{
type fixedValue;
value uniform 0;

}

outlet_externalsmall
{
type fixedValue;
value uniform 0;

}

walls
{
type zeroGradient;
}

}



0/U File


object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField uniform (0 0 0);

boundaryField
{
inlet
{
type pressureInletVelocity;
value uniform (0 0 0);
}

outlet_internal
{
type zeroGradient;
}

outlet_externalbig
{
type zeroGradient;
}

outlet_externalsmall
{
type zeroGradient;
}

walls
{
type fixedValue;
value uniform (0 0 0);
}


}


transportproperties

transportModel Newtonian;

nu nu [ 0 2 -1 0 0 0 0 ] 0.000002057;




Can anyone help me to solve the problem ? I stuck over 15 days
Attached Images
File Type: png Bifurcation.png (62.3 KB, 29 views)
Danath is offline   Reply With Quote

 


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
decomposePar no field transfert Jeanp OpenFOAM Pre-Processing 3 June 18, 2022 12:01
Newbie Question IcoFoam - Courant Number explodes sprobst76 OpenFOAM Running, Solving & CFD 12 March 1, 2018 07:35
Cluster ID's not contiguous in compute-nodes domain. ??? Shogan FLUENT 1 May 28, 2014 15:03
[blockMesh] --> foam fatal error: lillo763 OpenFOAM Meshing & Mesh Conversion 0 March 5, 2014 10:27
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58


All times are GMT -4. The time now is 22:03.