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

create new Reynolds Stress Model (RSM)

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 17, 2017, 02:54
Post create new Reynolds Stress Model (RSM)
  #1
oda
New Member
 
Kazuki ODA
Join Date: Sep 2017
Location: Tokyo
Posts: 9
Rep Power: 8
oda is on a distinguished road
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);
2) modified each term (Dij, Y etc) in Hanjalic.C.
ex)
Code:
Y = - C2_*Fe*epsilon_*(epsilon_-D)/k_
Other than that I did not do anything.So, compile of Hanjalic model is OK.
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
oda is offline   Reply With Quote

Old   December 4, 2017, 06:54
Default please help me
  #2
oda
New Member
 
Kazuki ODA
Join Date: Sep 2017
Location: Tokyo
Posts: 9
Rep Power: 8
oda is on a distinguished road
anyone, help me
oda is offline   Reply With Quote

Old   December 5, 2017, 02:45
Default
  #3
Member
 
Ash Kotwal
Join Date: Jul 2016
Location: North Dakota, USA
Posts: 92
Blog Entries: 1
Rep Power: 9
Ash Kot is on a distinguished road
Quote:
Originally Posted by oda View Post
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);
2) modified each term (Dij, Y etc) in Hanjalic.C.
ex)
Code:
Y = - C2_*Fe*epsilon_*(epsilon_-D)/k_
Other than that I did not do anything.So, compile of Hanjalic model is OK.
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
My suggestion would be first to try generating this same model using anyother propritory software.

OpenFOAM is easy to modify and develop, the issue occure when the bugs start causing divergence although the physics behind the modeling is correct.
Ash Kot is offline   Reply With Quote

Old   December 7, 2017, 04:25
Default modify turbulence model
  #4
oda
New Member
 
Kazuki ODA
Join Date: Sep 2017
Location: Tokyo
Posts: 9
Rep Power: 8
oda is on a distinguished road
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
oda is offline   Reply With Quote

Reply

Tags
rsm laundergibsonrstm

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
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


All times are GMT -4. The time now is 03:35.