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

LRR(Launder-Reece-Rodi RSTM) turbulent model

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 27, 2013, 07:48
Default
  #21
Member
 
skyinventorbt's Avatar
 
Dr. B T KANNAN
Join Date: Jul 2011
Location: CHENNAI (MADRAS), INDIA
Posts: 55
Rep Power: 14
skyinventorbt is on a distinguished road
Quote:
Originally Posted by skeptik View Post
As i know, it's a common problem of the RSM-models.
But, possibly, bad convergence and non-physically solutions were reasoned by wrong boundary conditions. What is your case? Can you publish it?
Dear Skeptik,
Any success in axisymmetric jet case using LRR ?
--
KANNAN
skyinventorbt is offline   Reply With Quote

Old   November 28, 2013, 00:53
Default About a case
  #22
Member
 
Ilya
Join Date: Dec 2011
Location: Russia
Posts: 97
Blog Entries: 41
Rep Power: 14
skeptik is on a distinguished road
Quote:
Originally Posted by skyinventorbt View Post
Dear Skeptik,
Any success in axisymmetric jet case using LRR ?
--
KANNAN
Really, i haven't understood your case.
But i have something to say about case settings.

1. You chose steady-state simulation. Do you know that in this case you get only rough solution?

try pisoFoam.

2. You should play with fvSchemes. Higher-order schemes are preferred, but you should balance in numerical stability and numerical scheme.
__________________
practice makes perfect
skeptik is offline   Reply With Quote

Old   December 2, 2013, 08:22
Default
  #23
Member
 
skyinventorbt's Avatar
 
Dr. B T KANNAN
Join Date: Jul 2011
Location: CHENNAI (MADRAS), INDIA
Posts: 55
Rep Power: 14
skyinventorbt is on a distinguished road
Quote:
Originally Posted by skeptik View Post
Really, i haven't understood your case.
But i have something to say about case settings.

1. You chose steady-state simulation. Do you know that in this case you get only rough solution?

try pisoFoam.

2. You should play with fvSchemes. Higher-order schemes are preferred, but you should balance in numerical stability and numerical scheme.
All I need is just a rough solution i.e. averaged values using steady state RANS LLR
--
KANNAN
skyinventorbt is offline   Reply With Quote

Old   August 6, 2014, 02:51
Default
  #24
Senior Member
 
harshawardhank
Join Date: Mar 2014
Posts: 209
Rep Power: 13
harsha_kulkarni is on a distinguished road
Hello friends

I want to implement LLR model in OpenFOAM for micro-jet extracting device . It is asking

me to write R file.I have written that file. After that when I run the code parallaly It produce

floating point error in decomposePardict.

I am attaching you both log file and R file in zip format

Regards
harshawardha
Attached Files
File Type: zip micro_jet_1.zip (1.8 KB, 55 views)
harsha_kulkarni is offline   Reply With Quote

Old   November 22, 2016, 11:38
Default Reynolds Stress Model (for example LRR)
  #25
Senior Member
 
ali
Join Date: Jul 2016
Posts: 147
Rep Power: 9
ebtedaei is on a distinguished road
Quote:
Originally Posted by skeptik View Post
I used to LRR in cyclone, so it had showed better results than k-eps both k-omega models.

I think it's a good model for special cases.
My case is a CYCLONE. I want to use Reynolds Stress Model (LRR) at OpenFOAM but I do not know how to use and define at the software.
To begin, I found a file R and changed it. My boundary conditions are inlet, outlet and walls.

File U is as fallow:
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
walls
{
type noSlip;
}
inlet
{
type pressureInletOutletVelocity;
value uniform (-10 0 0);
}
outlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
}

File R is as fallows:
dimensions [0 2 -2 0 0 0 0];
internalField uniform (0 0 0 0 0 0);
boundaryField
{
wallS
{
type kqRWallFunction;
value uniform (0 0 0 0 0 0);
}

inlet
{
type pressureInletOutletVelocity;
value uniform (0.0015325 0 0 0.0015325 0 0.00306504);
}

outlet
{
type zeroGradient;
}
}

According to the file U, What changes do I need on R?
Have you a file R to send to me?
I need the fvSolution and fvSchemes files for model LRR.

--> FOAM FATAL IO ERROR:
Cannot find patchField entry for walls

file: /home/dadehnegar/OpenFOAM/dadehnegar-4.0/run/project/MYcyclone/air+water/rsmLRR/0/R.boundaryField from line 25 to line 37.

According to the files U and R in above, help me to solve this error please.

Thanks
Ali
ebtedaei is offline   Reply With Quote

Old   November 22, 2016, 12:36
Default
  #26
Senior Member
 
ali
Join Date: Jul 2016
Posts: 147
Rep Power: 9
ebtedaei is on a distinguished road
Dear skeptik,
I can not download your testcase in above. Please send me your CYCLONE case if possible. It will help me very much.

Thanks,
Ali
ebtedaei is offline   Reply With Quote

Old   November 23, 2016, 03:46
Default
  #27
Senior Member
 
ali
Join Date: Jul 2016
Posts: 147
Rep Power: 9
ebtedaei is on a distinguished road
Quote:
Originally Posted by skeptik View Post
I used to LRR in cyclone, so it had showed better results than k-eps both k-omega models.

I think it's a good model for special cases.
Dear Skeptik,

I need your help.
Please send me your Email address.

Thanks,
Ali
ebtedaei is offline   Reply With Quote

Old   November 23, 2016, 04:00
Default
  #28
Senior Member
 
ali
Join Date: Jul 2016
Posts: 147
Rep Power: 9
ebtedaei is on a distinguished road
Quote:
Originally Posted by ebtedaei View Post
Dear Skeptik,

I need your help.
Please send me your Email address.

Thanks,
Ali
Dear skeptik
I created R file and corrected it. Now, my problem is at the fvSchemes as fallow:

--> FOAM FATAL IO ERROR:
[0] keyword div(phi,R) is undefined in dictionary "/home/ebtedaei/OpenFOAM/ebtedaei-4.0/run/project/MYcyclone/air+water/rsmLRR/system/fvSchemes.divSchemes"
[0]
[0] file: /home/dadehnegar/OpenFOAM/ebtedaei-4.0/run/project/MYcyclone/air+water/rsmLRR/system/fvSchemes.divSchemes from line 30 to line 35.
[0]


Please send a fvSchemes file for LRR model and your Email address.

Thanks
Ali
ebtedaei is offline   Reply With Quote

Old   December 27, 2017, 15:14
Default lrr simulation
  #29
New Member
 
Marvin Durango
Join Date: Dec 2017
Posts: 2
Rep Power: 0
marvincfd is on a distinguished road
Quote:
Originally Posted by skeptik View Post
Here you can download cyclone- testcase
Please can you share again the file?
marvincfd is offline   Reply With Quote

Old   November 19, 2018, 18:28
Default
  #30
New Member
 
To be or not to be
Join Date: Nov 2018
Location: UK
Posts: 1
Rep Power: 0
Maahs is on a distinguished road
Quote:
Originally Posted by skeptik View Post
Here you can download cyclone- testcase
Hi,
can you please upload this file again as it is un available?

Last edited by Maahs; November 19, 2018 at 18:30. Reason: language mistake
Maahs is offline   Reply With Quote

Reply


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
Turbulent SST model fergal CFX 13 November 2, 2010 18:15
Low Reynolds k-epsilon model YJZ ANSYS 1 August 20, 2010 13:57
difference of the laminar and turbulent model duaiduaihu FLUENT 0 August 13, 2010 23:40
Turbulent Model Problem yeeking86 ANSYS 1 September 30, 2009 10:40
Turbulent model in 2D calculations Francisco Saldarriaga Main CFD Forum 1 August 10, 1999 23:10


All times are GMT -4. The time now is 21:38.