|
[Sponsors] |
September 10, 2008, 13:51 |
Does any body have an experien
|
#1 |
Senior Member
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18 |
Does any body have an experience of implementing explicit filtering in OpenFOAM?
I wanted to do something like Vasilyev and others 1998 JCP, "A General Class of Commutative Filters for LES in Complex Geometries" The difference between explicit and implicit filtering (used in OpenFOAM) is the added filtering over the non-linear term (filter(div(ui uj))) and over sub-filter model (see pp. 97 and 98). The later is treated explicitly so, I can imagine how to deal with it. The earlier does not seem that easy since its implementation will require sum_f( Sf dot (filter(rho U phi))_f ). Also, how will that affect the rest of the segregated solver since the effective flux that is used for convection is affected. Any ideas? Thanks. Best regards, Maka. |
|
September 11, 2012, 12:18 |
|
#2 |
Member
Francesco Capuano
Join Date: May 2010
Posts: 81
Rep Power: 16 |
Hi Maka,
did you manage to implement explicit filtering in OpenFOAM? I'm interested in the topic too. Regards, Francesco |
|
December 26, 2012, 17:35 |
|
#3 |
Senior Member
Join Date: Nov 2012
Posts: 171
Rep Power: 14 |
Hi Francesco,
Do you have any clues about how to implement explicit filtering in Openfoam? I also have the same problems. Hmmm... Happy New year! h |
|
December 27, 2012, 06:05 |
|
#4 |
Senior Member
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 22 |
Dear h,
A number of explicit filters are included in the default installation (simple, laplace and anisotropic). Have a look at the source code of one of the dynamic LES models to see how these can be used. Also have a look at http://www.cfd-online.com/Forums/ope...ter-codes.html cause if you want to use the anisotropic filter would might want to include these bug fixes. Just a side note, LES in OpenFOAM uses the implicit tophat filter at the first filter level (Delta). In this case, no explicit filtering is done, it are basically the grid and the discretization schemes that take care of the filtering. This is why you won't find LESfilter-objects in the LES models that only have one level of filtering (e.g. Smagorinsky). Kind regards, L |
|
December 27, 2012, 10:08 |
|
#5 | |
Senior Member
Join Date: Nov 2012
Posts: 171
Rep Power: 14 |
Quote:
Thank you so much for these suggestions. Yesterday I check the source codes for other models. They are veru helpful for me becuase I would like to introduce a dynamic model parameter for my Foam solver. Thank you. Happy New Year! H |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Explicit filtering in LES | TJ | Main CFD Forum | 85 | November 30, 2016 06:22 |
LES filtering | stefanke | OpenFOAM Running, Solving & CFD | 11 | July 11, 2012 10:57 |
LES explicit filtering | Paul | Main CFD Forum | 0 | March 17, 2006 09:03 |
LES (explicit) filtering | John | Main CFD Forum | 2 | July 29, 2004 19:03 |
Channel LES and explicit filtering | Luca Liberti | Main CFD Forum | 0 | January 17, 1999 11:07 |