|
[Sponsors] |
Cannot calculate Spalart-Allmaras model turbulence length scales? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 31, 2020, 11:14 |
Cannot calculate Spalart-Allmaras model turbulence length scales?
|
#1 |
Member
niewiemnic
Join Date: Jan 2018
Location: Niemcy
Posts: 80
Rep Power: 8 |
Hello,
I run simple airfoil simulation with Spalart-Allmaras model, and now I find that there is no information for turbulence length scale after postprocessing. For example in OpenFoam... Code:
turbulenceFields1 { type turbulenceFields; libs (fieldFunctionObjects); fields ( R L ); } |
|
June 23, 2021, 18:32 |
|
#2 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
With the version you had, unfortunately, calculation of "L" was not possible. Because, the computation of "L" in the "turbulenceFields" function object requires "k" and "epsilon" fields which were not available through "SpalartAllmaras".
With the new v2106 version, however, you should be able to calculate "L" with "SpalartAllmaras" model, because "k" and "epsilon" were made available. Hope this helps.
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
April 13, 2022, 20:33 |
|
#3 |
New Member
hasan hasan hasan
Join Date: Apr 2013
Posts: 4
Rep Power: 13 |
Hallo,
i have question that is some how related to this thread. i am trying to compare the same simulation a simulation that I have of airfoil using the k-omega-SST model to the same simulation using Spalart-Allmaras. The problem i am facing right now is not being able to convert the boundary conditions from one model to there. sofar i am working with this tool to get the boundary conditions of the k-omega-SST model http://www.wolfdynamics.com/tools.html thank you for your help |
|
August 28, 2024, 11:19 |
|
#4 |
New Member
Faisal Muhammad
Join Date: Oct 2015
Location: Canada
Posts: 12
Rep Power: 11 |
Can u plz explain it a little bit more?
|
|
August 28, 2024, 11:20 |
|
#5 | |
New Member
Faisal Muhammad
Join Date: Oct 2015
Location: Canada
Posts: 12
Rep Power: 11 |
Quote:
|
||
August 29, 2024, 08:43 |
|
#6 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,754
Rep Power: 66 |
the turbulenceFields function object was developed for other models and calculates the turbulence length scale from the k and epsilon fields. The Spalart Almaras model isn't a k-epsilon model and so those fields don't exist and they couldn't be computed. Spalart Allmaras is a nutilda model.
Use a newer version of the tool which supports Spalart Allmaras. You need to convert the "turbulence" of other models into an equivalent k and equivalent epsilon field. |
|
August 29, 2024, 12:20 |
|
#7 | |
New Member
Faisal Muhammad
Join Date: Oct 2015
Location: Canada
Posts: 12
Rep Power: 11 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] swakExpression not writing to log | alexfells | OpenFOAM Community Contributions | 3 | March 16, 2020 19:19 |
Question about adaptive timestepping | Guille1811 | CFX | 25 | November 12, 2017 18:38 |
Turbulence length scale and integral length scale | rizhang | CFX | 2 | April 22, 2016 08:22 |
2D Airfoil modeling using Spalart Allmaras Model | mahbub03 | Main CFD Forum | 5 | April 16, 2010 00:14 |
turbulence length scales | T | FLUENT | 1 | August 13, 2007 16:48 |