View Issue Details

IDProjectCategoryView StatusLast Update
0001659OpenFOAMBugpublic2015-04-18 19:32
Reportermatthias Assigned Tohenry  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
PlatformUnixOSOtherOS Version(please specify)
Summary0001659: multiple LES filter definitions in LESdict (feature request)
DescriptionIt would be beneficial if multiple LES filters can be selected in LES properties dictionary. In some LES turbulence models, there are double and tripple filtering procedures using different filter types.

The attached patch modifies the LESfilter class and adds a mechanism to choose also the filter keyword. At the moment only one filter with the keyword "filter" can be used.

The available turbulence models are not effected by this change.
TagsNo tags attached.

Activities

matthias

2015-04-18 16:35

reporter  

patches.zip (975 bytes)

henry

2015-04-18 19:22

manager   ~0004623

I am happy to make this change to OpenFOAM-dev but SGS models which require complex filtering are likely to require more complex filters than we currently provide. In particular it would be useful to have filters which use a larger stencil, e.g. Gaussian but these are difficult to implement and/or expensive to run on unstructured meshes.

henry

2015-04-18 19:32

manager   ~0004624

Resolved by commit bb59286bb6f6de961f3dfc6476a6c7f30da60dfc in OpenFOAM-dev

Issue History

Date Modified Username Field Change
2015-04-18 16:35 matthias New Issue
2015-04-18 16:35 matthias File Added: patches.zip
2015-04-18 19:22 henry Note Added: 0004623
2015-04-18 19:32 henry Note Added: 0004624
2015-04-18 19:32 henry Status new => resolved
2015-04-18 19:32 henry Resolution open => fixed
2015-04-18 19:32 henry Assigned To => henry