|
[Sponsors] |
March 30, 2015, 06:00 |
About LES model for compressible flows
|
#1 |
New Member
Wenkun Zhao
Join Date: Mar 2015
Location: Nanjing, China
Posts: 14
Rep Power: 11 |
Hi, everyone. I recently study the LES model for compressible flows, but I don't know how to set 0, constant, system files according to a detail LES models such as OneEddyEqn, smagorinsky for cases. And I have met this error in OpenFOAM and I don't know why:
#0 Foam::error:rintStack(Foam::Ostream&) in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigFpe::sigHandler(int) in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so" #2 Uninterpreted: #3 Foam::sqrt(Foam::Field<double>&, Foam::UList<double> const&) in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so" #4 in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/bin/rhoCentralFoam" #5 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6" #6 in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/bin/rhoCentralFoam" What's more, for a wall condition, should I have to set "type wall function" instead of "type wall"? looking forward to your help. Thanks!!! |
|
March 30, 2015, 08:58 |
Trying to implement LES model in openFOAM
|
#2 |
New Member
Wenkun Zhao
Join Date: Mar 2015
Location: Nanjing, China
Posts: 14
Rep Power: 11 |
Hi, I am new to openFOAM. Today I try to do a case which is in $FOAM_TUTORIALS/compressible/rhoCentralFoam/forwardStep using LES oneEddyEqn model. I add LESproperties and thermoproperties and change simulationType to LESmodel in constant dictionary. And I also add k, alphaSgs, muSgs to 0 dictionary and add div(phi,k), div(rho,k) in fvScheme. Other values are not changed. But I have encountered an error:
#0 Foam::error::printStack(Foam::Ostream&) in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigFpe::sigHandler(int) in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so" #2 Uninterpreted: #3 Foam::sqrt(Foam::Field<double>&, Foam::UList<double> const&) in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so" #4 in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/bin/rhoCentralFoam" #5 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6" #6 in "/home/eric/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/bin/rhoCentralFoam" Does anyone know why? Good wished to all. |
|
Tags |
case file, compressible flow, les model |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LES Compressible Smagorinsky Model | iyer_arvind | OpenFOAM Running, Solving & CFD | 26 | September 9, 2014 08:22 |
Implementation of wall model to LES | saeedi | Main CFD Forum | 3 | August 24, 2012 15:51 |
help for different between les model (subgrid-scale model) | liuyuxuan | FLUENT | 1 | October 2, 2009 16:25 |
How about the S-A model for blunt boby flows? | maximus | Main CFD Forum | 0 | March 8, 2005 22:47 |
2-equation model of LES and source code | M.R.Hadian | Main CFD Forum | 0 | February 3, 2002 06:00 |