mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: export the ECL material law manager
this allows external code (i.e., flow_ebos) to reuse it.
This commit is contained in:
parent
431cebaa21
commit
6cf1eab4f4
@ -694,6 +694,12 @@ public:
|
||||
const MaterialLawParams& materialLawParams(unsigned globalDofIdx) const
|
||||
{ return materialLawManager_->materialLawParams(globalDofIdx); }
|
||||
|
||||
const std::shared_ptr<EclMaterialLawManager> materialLawManager() const
|
||||
{ return materialLawManager_; }
|
||||
|
||||
std::shared_ptr<EclMaterialLawManager> materialLawManager()
|
||||
{ return materialLawManager_; }
|
||||
|
||||
/*!
|
||||
* \brief Returns the index of the relevant region for thermodynmic properties
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user