|
[Sponsors] |
Error compiling new DDES turbulence model in v3.0+ |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 27, 2016, 14:35 |
Error compiling new DDES turbulence model in v3.0+
|
#1 |
Member
Mat
Join Date: Jan 2012
Posts: 60
Rep Power: 14 |
Hi Foamers,
I have created my own DES and DDES turbulence model in OFv2.3, and I need to adapt them for OFv3.0. I've successfully adapted and compiled the DES model in version 3.0, according to the structure described here: https://github.com/HelioVillanueva/h...rbulenceModels However, I get an error when I want to compile the DDES model, using my own DES model. Normally the DDES constructor is calling the DES model with: Code:
SpalartAllmarasDES<BasicTurbulenceModel>(alpha,rho,U,alphaRhoPhi,phi,transport,propertiesName) Code:
SpalartAllmarasDES_IBM<BasicTurbulenceModel>(alpha,rho,U,alphaRhoPhi,phi,transport,propertiesName) The error is the following: ../turbulenceModels/LES/SpalartAllmarasDDES_IBM/SpalartAllmarasDDES_IBM.C(131): error: argument list for class template "Foam::LESModels::SpalartAllmarasDES_IBM" is missing SpalartAllmarasDES_IBM<SpalartAllmarasDES_IBM> I'm sure I'm mistaking something with the template. It was easier with version 2.3 as there was no template to use for the DES models. Thanks in advance for your help. Best, Mat |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Wrong calculation of nut in the kOmegaSST turbulence model | FelixL | OpenFOAM Bugs | 27 | March 27, 2012 10:02 |
Low Reynolds k-epsilon model | YJZ | ANSYS | 1 | August 20, 2010 14:57 |
Fan heater model: what turbulence source to use? | andy20 | CFX | 7 | March 3, 2008 17:42 |