|
[Sponsors] |
Problems with implementing sink term in Gamma-Re-Theta turbulence model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 9, 2022, 15:27 |
Problems with implementing sink term in Gamma-Re-Theta turbulence model
|
#1 |
New Member
Sumedh S.
Join Date: Aug 2022
Posts: 2
Rep Power: 0 |
Hello all,
I'm trying to augment the Gamma-Re-Theta model to include crossflow effects as per Langtry (Langtry, Robin. "Extending the gamma-rethetat correlation based transition model for crossflow effects." In 45th AIAA fluid dynamics conference, p. 2474. 2015.) In this approach, an additional sink term is added to the transport equation for , which is described as- Here, is the stationery crossflow Reynolds number, which is computed implicitly using a correlation. Since (freestream transition momentum thickness Reynolds number) is also computed implicitly, I defined in a similar fashion as and called it in Code:
correctReThetatGammaInt() Code:
In file included from ../turbulenceModels/lnInclude/kOmegaSSTLMN.H:320, from turbulentTransportModels/myTurbulentTransportModels.C:60: ../turbulenceModels/lnInclude/kOmegaSSTLMN.C: In instantiation of ‘Foam::tmp<Foam::DimensionedField<double, Foam::volMesh> > Foam::RASModels::kOmegaSSTLMN<BasicTurbulenceModel>::ReSCF(const Internal&, const Internal&, const Internal&) const [with BasicTurbulenceModel = Foam::IncompressibleTurbulenceModel<Foam::transportModel>; Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Internal = Foam::DimensionedField<double, Foam::volMesh>]’: ../turbulenceModels/lnInclude/kOmegaSSTLMN.C:707:21: required from ‘void Foam::RASModels::kOmegaSSTLMN<BasicTurbulenceModel>::correctReThetatGammaInt() [with BasicTurbulenceModel = Foam::IncompressibleTurbulenceModel<Foam::transportModel>]’ ../turbulenceModels/lnInclude/kOmegaSSTLMN.C:785:5: required from ‘void Foam::RASModels::kOmegaSSTLMN<BasicTurbulenceModel>::correct() [with BasicTurbulenceModel = Foam::IncompressibleTurbulenceModel<Foam::transportModel>]’ ../turbulenceModels/lnInclude/kOmegaSSTLMN.C:768:6: required from here Code:
correctReThetatGammaInt() Thanks a lot! Last edited by sumedhss; August 10, 2022 at 03:57. Reason: Latex error |
|
August 13, 2022, 04:34 |
|
#3 |
New Member
Sumedh S.
Join Date: Aug 2022
Posts: 2
Rep Power: 0 |
||
Tags |
gamma rethetat, gamma theta model, transition model, transition sst, turbulence models |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SST k-omega model, definition of gamma or alpha in the production term | blyatman | Main CFD Forum | 13 | October 25, 2022 21:13 |
[swak4Foam] swakExpression not writing to log | alexfells | OpenFOAM Community Contributions | 3 | March 16, 2020 19:19 |
Gamma Theta Model Error | dl467 | CFX | 4 | November 26, 2015 08:52 |
K - epsilon VS SST turbulence model | Maicol | Main CFD Forum | 0 | November 30, 2012 17:25 |
Discussion: Reason of Turbulence!! | Wen Long | Main CFD Forum | 3 | May 15, 2009 10:52 |