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

k and epsilon in twoPhaseEulerFoam,

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 9, 2012, 10:41
Default k and epsilon in twoPhaseEulerFoam,
  #1
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
k 's BC:

internalField uniform 1e-8;

boundaryField
{
inlet
{
type fixedValue;
value uniform 1e-8;
}

outlet
{
type inletOutlet;
inletValue uniform 1e-8;
value uniform 1e-8;
}

walls
{
type zeroGradient;
}

defaultFaces
{
type empty;
}


epsilon's BC

internalField uniform 0.1;

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

outlet
{
type inletOutlet;
inletValue uniform 0.1;
value uniform 0.1;
}

walls
{
type zeroGradient;
}

defaultFaces
{
type empty;
}
}



actually in the internalField, the water is quiescent , why cant it be zero?
sharonyue is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
SimpleFoam k and epsilon bounded nedved OpenFOAM Running, Solving & CFD 16 March 4, 2017 09:30
epsilon and K blowing up. sivakumar OpenFOAM Running, Solving & CFD 1 October 25, 2012 05:50
Orifice Plate with a fully developed flow - Problems with convergence jonmec OpenFOAM Running, Solving & CFD 3 July 28, 2011 06:24
How to get reference to k and epsilon in the epsEqn and kEqn cfd_explorer OpenFOAM 0 March 10, 2011 10:58
SimpleFoam k and epsilon bounded nedved OpenFOAM Running, Solving & CFD 1 November 25, 2008 21:21


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