CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   LRR(Launder-Reece-Rodi RSTM) turbulent model (https://www.cfd-online.com/Forums/openfoam/82493-lrr-launder-reece-rodi-rstm-turbulent-model.html)

skyinventorbt November 27, 2013 07:48

Quote:

Originally Posted by skeptik (Post 456966)
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

skeptik November 28, 2013 00:53

About a case
 
Quote:

Originally Posted by skyinventorbt (Post 463730)
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.

skyinventorbt December 2, 2013 08:22

Quote:

Originally Posted by skeptik (Post 463840)
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

harsha_kulkarni August 6, 2014 02:51

1 Attachment(s)
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

ebtedaei November 22, 2016 11:38

Reynolds Stress Model (for example LRR)
 
Quote:

Originally Posted by skeptik (Post 455616)
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 November 22, 2016 12:36

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 November 23, 2016 03:46

Quote:

Originally Posted by skeptik (Post 455616)
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 November 23, 2016 04:00

Quote:

Originally Posted by ebtedaei (Post 626522)
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

marvincfd December 27, 2017 15:14

lrr simulation
 
Quote:

Originally Posted by skeptik (Post 456579)
Here you can download cyclone- testcase

Please can you share again the file?

Maahs November 19, 2018 18:28

Quote:

Originally Posted by skeptik (Post 456579)
Here you can download cyclone- testcase

Hi,
can you please upload this file again as it is un available?


All times are GMT -4. The time now is 00:49.