|
[Sponsors] |
Does OpenFOAM have compressible LES capability? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 22, 2014, 12:17 |
Does OpenFOAM have compressible LES capability?
|
#1 |
New Member
Join Date: Jan 2014
Location: South Florida
Posts: 20
Rep Power: 12 |
I was going through the standard solvers and I didn't see a compressible LES solver. Does this mean OpenFOAM can't do compressible LES?
|
|
April 22, 2014, 12:29 |
|
#2 |
Senior Member
|
Hi,
I guess turbulence handling in compressible solvers are generic, i.e. this is a part of rhoCentralFoam/createFields.H: Code:
Info<< "Creating turbulence model\n" << endl; autoPtr<compressible::turbulenceModel> turbulence ( compressible::turbulenceModel::New ( rho, U, phi, thermo ) ); |
|
April 22, 2014, 14:19 |
|
#3 |
New Member
Join Date: Jan 2014
Location: South Florida
Posts: 20
Rep Power: 12 |
Ok I think I understand. I'm just starting to learn about LES so I thought I needed to find the proper solver first but I guess there's more than one correct answer.
|
|
Tags |
compressible, les, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
BuoyantBoussinesqPimpleFoam Modification for LES Capability | simonsg | OpenFOAM | 11 | July 20, 2017 12:31 |
to how much turbulent kinetic energy is resolved from Openfoam LES results ? | hz283 | OpenFOAM Running, Solving & CFD | 12 | January 18, 2017 13:01 |
OpenFOAM Residuals - LES Convergence | atmcfd | OpenFOAM Running, Solving & CFD | 9 | May 22, 2014 11:00 |
Examples on compressible LES | AbbasRahimi | OpenFOAM Running, Solving & CFD | 0 | January 31, 2013 10:18 |
Possibility of using LES code in OpenFOAM to simulate MHD field! | AbbasRahimi | OpenFOAM Running, Solving & CFD | 0 | January 30, 2013 15:33 |