Skip to content

Feature/filter reynolds stress

Douglas Serson requested to merge feature/filterReynoldsStress into master

This introduces a new filter for computing Reynolds stresses in the IncNavierStokesSolver, and another one to compute (exponential) moving averages. These filters and AverageFields are now derived from a new base class for filters which operate on samples of the fields. In principle FilterCheckPoint could also be derived from this, but I think it would be a bit overkill.

Merge request reports