Skip to content

set default fpath. added multiple constructors for paramter.

Sören Peters requested to merge soe.peters/VirtualFluids:develop into develop

This MR contains the following changes:

  1. 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.

  2. 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.
  3. I made use of the new logger in a couple of places.

  4. DrivenCavity, our showcase ,contained the GKS stuff, which was commented out. I removed those lines.

Merge request reports