|
BlackoilWellModelNetwork.hpp
Go to the documentation of this file.
65 // Pre-step network solve at static reservoir conditions (group and well states might be updated)
Defines a type tags and some fundamental properties all models. Class for handling the blackoil well network model. Definition: BlackoilWellModelNetworkGeneric.hpp:48 Class for handling the blackoil well network model. Definition: BlackoilWellModelNetwork.hpp:47 bool computeWellGroupThp(const double dt, DeferredLogger &local_deferredLogger) Definition: BlackoilWellModelNetwork_impl.hpp:164 std::tuple< bool, Scalar > update(const bool mandatory_network_balance, DeferredLogger &deferred_logger, const bool relax_network_tolerance=false) Definition: BlackoilWellModelNetwork_impl.hpp:91 BlackoilWellModelNetwork(BlackoilWellModel< TypeTag > &well_model) Definition: BlackoilWellModelNetwork_impl.hpp:49 void doPreStepRebalance(DeferredLogger &deferred_logger) Definition: BlackoilWellModelNetwork_impl.hpp:57 BlackoilWellModel< TypeTag > & well_model_ Definition: BlackoilWellModelNetwork.hpp:74 std::map< std::string, Scalar > well_group_thp_calc_ Definition: BlackoilWellModelNetwork.hpp:75 Class for handling the blackoil well model. Definition: BlackoilWellModel.hpp:104 Definition: DeferredLogger.hpp:57 Defines the common properties required by the porous medium multi-phase models. Definition: blackoilbioeffectsmodules.hh:43 typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(.... Definition: propertysystem.hh:233 |