|
[Sponsors] |
February 1, 2016, 10:43 |
A new EARSM turbulence model implementation
|
#1 |
New Member
elbert
Join Date: Mar 2009
Location: USA
Posts: 10
Rep Power: 17 |
Hello Foamers,
I have implemented and verified a new turbulence model in OpenFOAM. The Baseline-EARSM model, is an explicit algebraic Reynolds stress model and provides better converges than other non-linear stress-strain turbulence models in OF. The model is implemented for the incompressible solver, and can be extend for the compressible solver in a straight-forward manner (similar to other standard Turbulence models). The source code, verification report, an example case and reference papers can be downloaded here, https://gitlab.com/ejp/BSL-EARSM The reference for this turbulence model is, Menter, F. R., A. V. Garbaruk, and Y. Egorov. "Explicit algebraic Reynolds stress models for anisotropic wall-bounded flows." In Progress in Flight Physics, vol. 3, pp. 89-104. EDP Sciences, 2012. Elbert |
|
February 18, 2016, 11:21 |
|
#2 |
New Member
Rhys Hunter
Join Date: Jul 2012
Posts: 13
Rep Power: 14 |
Thanks Elbert for sharing your code.
It's indeed a much needed model. Just wondering if there's any reason it's implemented in OF 1.7? |
|
August 15, 2016, 06:47 |
|
#3 |
New Member
anonymous
Join Date: Oct 2012
Posts: 1
Rep Power: 0 |
Thanks for the code
Is someone using this model with a newer OpenFoam Version and could explain how to install it? I get a lot of errors while using wmake libso for OF 2.30 |
|
February 1, 2017, 12:41 |
EARSM model for newer OF versions
|
#4 |
Senior Member
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 10 |
I have converted the model developed by elbertj for OF 2.3.1 and 4.1.
Link is: https://bitbucket.org/khedar/of-dev/src If you face any problems regarding compiling or usage, feel free to ask in this thread, or raise an issue on the bitbucket repository. |
|
June 27, 2017, 14:36 |
|
#5 |
New Member
Join Date: Jun 2017
Posts: 1
Rep Power: 0 |
Hi guys,
I'm new to OpenFoam and trying to solve the 'sqDuct'-case by using the BSL-EARSM model. Compiling went well (OF 2.3.1), but I'm not sure how to go on now. For example is the geometry already meshed (results in 'polyMesh'?) and what is the command to execute the solver? I appreciate any help. |
|
June 30, 2017, 18:09 |
|
#6 |
Senior Member
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 10 |
Solver is a custom solver written by the author of the Code..You can refer to the PDF File of his results at the bitbucket source Website. I have not Run the Case myself so cannot help you further
|
|
January 29, 2018, 06:39 |
BSL-EARSM for OF v5?
|
#7 |
New Member
henriksl
Join Date: Jan 2018
Posts: 2
Rep Power: 0 |
Hi guys,
Is the BSL-EARSM being developed also for OF v5 anytime soon? If not, is it large differences regarding the implementation in v5 versus v4.1 and would it be realistic for a beginner to implement it? (following the guides from Chalmers) I appreciate any help. |
|
January 29, 2018, 07:09 |
|
#8 |
Senior Member
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 10 |
I think it should be no problem to use it in OF5. But I have not compiled or tested yet. Best thing is to try and then report the errors if any.
Best Regards. |
|
February 6, 2018, 15:12 |
Problems with implementation in OPF5
|
#9 |
New Member
henriksl
Join Date: Jan 2018
Posts: 2
Rep Power: 0 |
Hi again,
So I tried to implement the OF4.1 version to OF5 and after following the instructions for implementation of a new model by Chalmers, and altering lines 52-56 in bslearsm.C and lines 59-63 in bslearsm.H to " kOmegaSSTBase<eddyViscosity<RASModel<BasicTurbulen ceModel>>> " I get the errors given in the attached file. I see that "gamma" is defined in kOmegaSSTBase.C and kOmegaSSTBase.H, but I am unable to fix the problem. Thanks for any help. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modified k-e turbulence model UDF | Travis | Fluent UDF and Scheme Programming | 7 | November 11, 2018 21:21 |
Fluent :- turbulence Model | prince_pahariaa | FLUENT | 9 | May 20, 2016 04:41 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
How to decide to Turbulence model | shipman | OpenFOAM | 2 | August 18, 2013 04:00 |
k-w Turbulence model implementation | suneesh | Main CFD Forum | 4 | November 23, 2005 18:35 |