Merge pull request #934 from totto82/residualSaturations
Add method to access the materialLawManager
This commit is contained in:
commit
cc07dc80b7
@ -129,6 +129,10 @@ namespace Opm
|
||||
const double pcow,
|
||||
double & swat);
|
||||
|
||||
/// Returns a reference to the MaterialLawManager
|
||||
const MaterialLawManager& materialLawManager() const { return *materialLawManager_; }
|
||||
|
||||
|
||||
private:
|
||||
std::shared_ptr<MaterialLawManager> materialLawManager_;
|
||||
PhaseUsage phaseUsage_;
|
||||
|
Loading…
Reference in New Issue
Block a user