|
[Sponsors] |
Implementing and running a new turbulence model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 7, 2009, 23:07 |
Implementing and running a new turbulence model
|
#1 |
Member
Sven Schweikert
Join Date: Jun 2009
Posts: 38
Rep Power: 17 |
Hello together.
I implemented a new turbulence model in ...OpenFOAM-1.5/src/turbulenceModels/RAS/incompressible/NewModel with the wmake command. Running it the following error occurred: Code:
...Unknown RASModel type NewModel Valid RASModel types are : 15 ( NonlinearKEShih kEpsilon realizableKE LienCubicKELowRe LienLeschzinerLowRe LaunderSharmaKE laminar SpalartAllmaras LienCubicKE LamBremhorstKE RNGkEpsilon LRR QZeta LaunderGibsonRSTM kOmegaSST ) From function RASModel::New(const volVectorField&, const surfaceScalarField&, transportModel&) in file RASModel/newRASModel.C at line 80. FOAM exiting What is to do to implement a new turbulence model correctly? Thanks a lot for your help! Sven I found my mistake - forgot ta add EXE = $(FOAM_USER_APPBIN)/NewModel in Make/files! Last edited by svens; August 8, 2009 at 00:19. |
|
August 8, 2009, 06:30 |
|
#2 |
Disabled
Join Date: Jul 2009
Posts: 63
Rep Power: 17 |
hello i never do this before, but for few days i was searching and i found this
http://www.tfd.chalmers.se/~hani/kur...lenceModel.pdf if could help you??!! |
|
August 21, 2009, 03:06 |
|
#3 |
Member
Sven Schweikert
Join Date: Jun 2009
Posts: 38
Rep Power: 17 |
Thanks Tajoooko - the .pdf helped a lot!
Greets - Sven |
|
August 21, 2009, 03:59 |
|
#4 |
Disabled
Join Date: Jul 2009
Posts: 63
Rep Power: 17 |
that is very nice
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Some questions about implementing a new solver | eric | OpenFOAM Running, Solving & CFD | 4 | November 27, 2006 11:04 |