Generalize free flow problem
So far, each RANS model features its own problem. We have to check if this can be somehow generalized or if we could at least use one common class name with template specialization.
We could introduce a scoped enum TurbulenceModel
(like DiscMethod
) based on which to correct spezialization is chosen.