|
[Sponsors] |
turbulentIntensityKineticEnergyInlet boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 20, 2012, 17:04 |
turbulentIntensityKineticEnergyInlet boundary condition
|
#1 |
New Member
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 14 |
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 } |
|
October 20, 2012, 17:35 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
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:
Bruno
__________________
|
|
October 21, 2012, 14:22 |
|
#3 |
New Member
Sagnik
Join Date: Oct 2012
Posts: 28
Rep Power: 14 |
Thanks a lot, Bruno .....
|
|
December 11, 2015, 19:36 |
|
#4 |
New Member
Shahabeddin
Join Date: Oct 2015
Location: Iran
Posts: 16
Rep Power: 11 |
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 Code:
velocity-inlet-6 { type turbulentIntensityKineticEnergyInlet; intensity 0.05 //5% turb inten value uniform 0.0054; } I am using OpenFoam 3.0 |
|
December 12, 2015, 03:03 |
|
#5 | |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
you missed semicolone after intensity line
Quote:
__________________
My Personal Website (http://nimasamkhaniani.ir/) Telegram channel (https://t.me/cfd_foam) |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Domain Imbalance | HMR | CFX | 5 | October 10, 2016 06:57 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Setting outlet Pressure boundary condition using CAFFA code | Mukund Pondkule | Main CFD Forum | 0 | March 16, 2011 04:23 |
How exactly the "pressure outlet" bdry condition compute properties on the boundary? | yating9901 | FLUENT | 3 | June 28, 2010 13:26 |
How to set boundary condition in Fluent for the fo | Peiyong | FLUENT | 1 | November 10, 2006 12:44 |