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

Boundary & Initial Conditions for turbulence model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 23, 2022, 16:10
Default Boundary & Initial Conditions for turbulence model
  #1
New Member
 
Join Date: Jan 2022
Posts: 1
Rep Power: 0
Noob is on a distinguished road
Hello Everybody,

I am new to OpenFoam and have the task to simulate in OpenFoam a turbulent round jet. I generated the mesh as a axisymmetry blockMesh with a nozzle and a open domain for the free flow. The nozzle outlet diameter is 10 mm and I want to get high Reynolds number at the outlet to compare the values with table 2 (https://www.diva-portal.org/smash/ge...FULLTEXT01.pdf)

Actually I am not sure how to specify the boundary conditions and initial conditions for the open domain. As basis I suggested to use the FOAMTUTORIAL flowWithOpenBoundary. I specified every patch of the domain which is beeing the outlet like the atmosphere from the tutorials.

That means:
k /Omega -> inletOutlet;
inletValue uniform $Inlet;
value uniform $Inlet;

nut -> calculated; uniform 0;

p ->totalPressure;

p0 uniform 0;
value uniform 0;

U-> pressureInletOutletVelocity;
value uniform (0 0 0);


I don't understand which value I should use for the k and omega. For the simulation I specified fixedValues for the nozzle outlet to get a turbulent flow but this couldn't be the same values. Which value do I need for a atmosphere?

I hope you could help me with my problem.

Kind regards,
Noob
Noob is offline   Reply With Quote

Old   February 25, 2022, 10:14
Default
  #2
Member
 
Bas Nieuwboer
Join Date: Mar 2013
Posts: 32
Rep Power: 13
bjnieuwboer is on a distinguished road
This website shows how to relate your turbulent quantities to the velocity: https://www.cfd-online.com/Wiki/Turb...ary_conditions

For turbulent inlets (in RANS modelling) you can use 'turbulentIntensityKineticEnergyInlet' for your turbulent kinetic energy. It computes this based on the equations provided in the website. https://www.openfoam.com/documentati...alarField.html)

Similarly, you can use 'turbulentMixingLengthFrequencyInlet' for the dissipation rate omega. (https://www.openfoam.com/documentati...frequency.html)

For the atmosphere, I would use inletOutlet
bjnieuwboer is offline   Reply With Quote

Reply

Tags
flowwithopenboundarys, openfoam


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
Maximum number of iterations exceeded chtmultiregionsimpleFoam Moncef OpenFOAM Running, Solving & CFD 28 July 13, 2020 14:26
chtMultiRegionSimpleFoam turbulent case Aditya Patil OpenFOAM Running, Solving & CFD 6 April 24, 2017 22:13
Cannot run the code properly: very large time step continuity error crst15 OpenFOAM Running, Solving & CFD 9 December 14, 2014 18:17
Compressor Simulation using rhoPimpleDyMFoam Jetfire OpenFOAM Running, Solving & CFD 107 December 9, 2014 13:38
Micro Scale Pore, icoFoam gooya_kabir OpenFOAM Running, Solving & CFD 2 November 2, 2013 13:58


All times are GMT -4. The time now is 02:18.