|
My Project
|
Class for handling the blackoil well model. More...
#include <BlackoilAquiferModel.hpp>
Protected Types | |
| using | ElementContext = GetPropType< TypeTag, Properties::ElementContext > |
| using | Scalar = GetPropType< TypeTag, Properties::Scalar > |
| typedef AquiferCarterTracy< TypeTag > | AquiferCarterTracy_object |
| typedef AquiferFetkovich< TypeTag > | AquiferFetkovich_object |
Protected Member Functions | |
| void | init () |
| bool | aquiferActive () const |
| bool | aquiferCarterTracyActive () const |
| bool | aquiferFetkovichActive () const |
| bool | aquiferNumericalActive () const |
Protected Attributes | |
| Simulator & | simulator_ |
| std::vector< AquiferCarterTracy_object > | aquifers_CarterTracy |
| std::vector< AquiferFetkovich_object > | aquifers_Fetkovich |
| std::vector< AquiferNumerical< TypeTag > > | aquifers_numerical |
Class for handling the blackoil well model.