mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
added enableMech
This commit is contained in:
parent
876310f060
commit
c1bb0b0e09
@ -77,6 +77,9 @@ struct EnableMICP { using type = UndefinedProperty; };
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct EnableTemperature { using type = UndefinedProperty; };
|
||||
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct EnableMech { using type = UndefinedProperty; };
|
||||
|
||||
//! The relative weight of the residual of the energy equation compared to the mass
|
||||
//! residuals
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user