Added BaseFluidSystem to forward calls with parameter cache argument to...
Added BaseFluidSystem to forward calls with parameter cache argument to simpler fluid system without parameter cache. Adjust TwoPImmiscibleFluidSystem accordingly. Unfortunately, this does not work as nice as expected. One has to explicitly tell each method in the (derived) simple fluid system to use the method from the base class via 'using Base::method;'. Plus the additional layer of the base class. It is questionable whether this is better than introducing parameter cache arguments in each corresponding function of the simple fluid systems. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7046 2fb0f335-1f38-0410-981e-8018bf24f1b0
Loading
Please register or sign in to comment