CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

turbulentIntensityKineticEnergyInlet boundary condition

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

Like Tree13Likes
  • 3 Post By sagnikmazumdar
  • 6 Post By wyldckat
  • 3 Post By nimasam

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 20, 2012, 16:04
Default turbulentIntensityKineticEnergyInlet boundary condition
  #1
New Member
 
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 13
sagnikmazumdar is on a distinguished road
Dear all, I wonder what "value uniform 1; // placeholder" / "value uniform 200; // placeholder" mean in "turbulentIntensityKineticEnergyInlet" / "turbulentMixingLengthDissipationRateInlet" boundary condition !

The k and epsilon values can be solved from intensity and mixing length only. What does "value uniform" do ?

Thanks for the input.

Sagnik


PS: Boundary condition specifications:

inlet
{
type turbulentIntensityKineticEnergyInlet;
intensity 0.05; // 5% turbulence
value uniform 1; // placeholder
}

inlet
{
type turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005; // 5 mm
value uniform 200; // placeholder
}
vbnhfylbh, m.omair and labyrinth01 like this.
sagnikmazumdar is offline   Reply With Quote

Old   October 20, 2012, 16:35
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Sagnik and welcome to the forum!

The need for the line with "value" is explained in the comment: it's merely a placeholder! In the sense that:
  1. The dictionary reading system requires that this line is present. You can try removing it and you'll see that the solver will complain about the missing entry.
  2. This "value" keyword is later used to store the fields that have been calculated in the next iterations!
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   October 21, 2012, 13:22
Default
  #3
New Member
 
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 13
sagnikmazumdar is on a distinguished road
Thanks a lot, Bruno .....
sagnikmazumdar is offline   Reply With Quote

Old   December 11, 2015, 18:36
Default
  #4
New Member
 
Shahabeddin
Join Date: Oct 2015
Location: Iran
Posts: 16
Rep Power: 10
lllshahablll is on a distinguished road
Dear Friends

I faced with following error using "turbulentIntensityKineticEnergyInlet" BC:


Code:
--> FOAM FATAL IO ERROR: 
keyword value is undefined in dictionary "/home/shahabeddin/Desktop/elbow/0/k.boundaryField.velocity-inlet-6"

file: /home/shahabeddin/Desktop/elbow/0/k.boundaryField.velocity-inlet-6 from line 40 to line 42.

    From function dictionary::lookupEntry(const word&, bool, bool) const
    in file db/dictionary/dictionary.C at line 442.

FOAM exiting
and the definition is:
Code:
    velocity-inlet-6
    {
        type            turbulentIntensityKineticEnergyInlet;
        intensity       0.05        //5% turb inten
        value           uniform 0.0054;
    }
should I remove "value" keyword? or any other solution is exists?
I am using OpenFoam 3.0
lllshahablll is offline   Reply With Quote

Old   December 12, 2015, 02:03
Default
  #5
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
you missed semicolone after intensity line

Quote:
intensity 0.05;
wyldckat, lllshahablll and HappyS5 like this.
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam 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
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Radiation interface hinca CFX 15 January 26, 2014 17:11
Setting outlet Pressure boundary condition using CAFFA code Mukund Pondkule Main CFD Forum 0 March 16, 2011 03:23
How exactly the "pressure outlet" bdry condition compute properties on the boundary? yating9901 FLUENT 3 June 28, 2010 12:26
How to set boundary condition in Fluent for the fo Peiyong FLUENT 1 November 10, 2006 11:44


All times are GMT -4. The time now is 08:39.