|
[Sponsors] | |||||
Implementing and running a new turbulence model |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Sven Schweikert
Join Date: Jun 2009
Posts: 38
Rep Power: 18 ![]() |
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. |
|
|
|
|
|
|
|
|
#2 |
|
Disabled
Join Date: Jul 2009
Posts: 63
Rep Power: 18 ![]() |
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??!! |
|
|
|
|
|
|
|
|
#3 |
|
Member
Sven Schweikert
Join Date: Jun 2009
Posts: 38
Rep Power: 18 ![]() |
Thanks Tajoooko - the .pdf helped a lot!
Greets - Sven |
|
|
|
|
|
|
|
|
#4 |
|
Disabled
Join Date: Jul 2009
Posts: 63
Rep Power: 18 ![]() |
that is very nice
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |