|
[Sponsors] |
November 17, 2017, 02:54 |
create new Reynolds Stress Model (RSM)
|
#1 |
New Member
Kazuki ODA
Join Date: Sep 2017
Location: Tokyo
Posts: 9
Rep Power: 9 |
Hello,
I'm beginner in OpenFOAM and want to create new Reynolds Stress Model (RSM). That's Hanjalic and Launder model.(1998, CONTRIBUTION TOWARDS THE SECOND-MOEMNT CLOSURE MODELLING OF SEPARETING TURBULENT FLOWS) https://www.researchgate.net/publica...port_Modelling So, I tried method that modified Launder-Gibson-RSTM turbulence model to Hanjalic model. I did the following two things. 1) make a character definition (aij, A eij, E etc..) in Hanjalic.C. ex) Code:
volSymmTensorField aij = ((R_/k_)-(2/3)*I); volScalarField A2 = (aij && aij); ex) Code:
Y = - C2_*Fe*epsilon_*(epsilon_-D)/k_ But, that model diverge soon. So, I have a question. 1) Is that way to create new RSM corrected ? 2) Is that way to make a character definition corrected ? I don't know whether to tell it well, please give me advice. Please forgive me my lousy English. Your help is highly appreciated Thanks! oda |
|
December 4, 2017, 06:54 |
please help me
|
#2 |
New Member
Kazuki ODA
Join Date: Sep 2017
Location: Tokyo
Posts: 9
Rep Power: 9 |
anyone, help me
|
|
December 5, 2017, 02:45 |
|
#3 | |
Member
|
Quote:
OpenFOAM is easy to modify and develop, the issue occure when the bugs start causing divergence although the physics behind the modeling is correct. |
||
December 7, 2017, 04:25 |
modify turbulence model
|
#4 |
New Member
Kazuki ODA
Join Date: Sep 2017
Location: Tokyo
Posts: 9
Rep Power: 9 |
Hi Ash!
Thanks you for your reply. Sorry for lack of words. I could use other software for Hanjalic and Jalirlic model. So, I want to use that model in OpenFOAM. Though compilation is successful, diverge quickly. I don't know whether corrected file and how to modify is right or not. Please give me advice. Thanks! oda |
|
Tags |
rsm laundergibsonrstm |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simulation of Axisymmetric Free Jet using LRR Reynolds Stress Model | skyinventorbt | OpenFOAM | 1 | January 2, 2022 18:42 |
Low Re stress Omega Reynolds stress model help | ryancfd7 | FLUENT | 0 | March 1, 2014 18:10 |
Reynolds Stress Model incompressible | sven | OpenFOAM | 3 | August 29, 2012 14:13 |
Reynolds stress calculation from k-epsilon model | Sae woong Kil | CFX | 2 | December 4, 2008 18:59 |
Reynolds Stress Model | Cui | CFX | 1 | July 17, 2003 13:39 |