[mpnc] retrieve run-time parameter values instead of compile-time
property values Several values steering the output as well as the Newton have been handled inconsistently. While they have been obtained as run-time values from the parameter tree in other models or parts of the mpnc model, the compile-time property values have been taken at certain locations. Thus, despite "advertised" as being run-time, it was not possible to actually set them run-time. This was also due to the fact that those values have been set as (private) enums. In order to reach consistency, these values are member variables now and retrieved run-time. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14228 2fb0f335-1f38-0410-981e-8018bf24f1b0
Showing
- dumux/implicit/mpnc/energy/mpncvtkwriterenergykinetic.hh 20 additions, 12 deletionsdumux/implicit/mpnc/energy/mpncvtkwriterenergykinetic.hh
- dumux/implicit/mpnc/mpncmodel.hh 18 additions, 8 deletionsdumux/implicit/mpnc/mpncmodel.hh
- dumux/implicit/mpnc/mpncmodelkinetic.hh 0 additions, 4 deletionsdumux/implicit/mpnc/mpncmodelkinetic.hh
Loading
Please register or sign in to comment