set default fpath. added multiple constructors for paramter.
This MR contains the following changes:
-
I added a default fpath in LB.h. With that it is not necessary to call setPathAndFilename() manually. Furthermore i called setPathAndFilename() in the setter of setOutputPath() and setOutputPrefix(). With that I was able to make setPathAndFilename() private.
-
Additionally I added multiple constructors in Parameter in order to remove the redundancy there.
- changes accordingly are done and the tests are still running.
- initLBMSimulationParameter() is now called in the constructor. With that this method can also be private and do not needs to be called manually.
-
I made use of the new logger in a couple of places.
-
DrivenCavity, our showcase ,contained the GKS stuff, which was commented out. I removed those lines.