Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT > Class Template Referenceabstract

Class for handling the blackoil well model. More...

#include <BlackoilWellModelGeneric.hpp>

Inheritance diagram for Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >:
Inheritance graph

Public Types

using Scalar = ScalarT
 
using IndexTraits = IndexTraitsT
 

Public Member Functions

 BlackoilWellModelGeneric (Schedule &schedule, BlackoilWellModelGasLiftGeneric< Scalar, IndexTraits > &gaslift, BlackoilWellModelNetworkGeneric< Scalar, IndexTraits > &network, const SummaryState &summaryState, const EclipseState &eclState, const PhaseUsageInfo< IndexTraits > &phase_usage, const Parallel::Communication &comm, const NewtonIterationContext &iter_ctx)
 
virtual ~BlackoilWellModelGeneric ()=default
 
virtual int compressedIndexForInteriorLGR (const std::string &lgr_tag, const Connection &conn) const
 
int numLocalWells () const
 
int numLocalWellsEnd () const
 
int numLocalNonshutWells () const
 
int numPhases () const
 
bool wellsActive () const
 return true if wells are available in the reservoir More...
 
bool hasLocalWell (const std::string &wname) const
 Returns true if well is defined and has connections on current rank. More...
 
bool hasOpenLocalWell (const std::string &well_name) const
 Returns true if well is defined, open and has connections on current rank. More...
 
bool anyMSWellOpenLocal () const
 
const std::vector< Well > & eclWells () const
 
bool terminalOutput () const
 
const Well & getWellEcl (const std::string &well_name) const
 
std::vector< Well > getLocalWells (const int timeStepIdx) const
 
const Schedule & schedule () const
 
const PhaseUsageInfo< IndexTraits > & phaseUsage () const
 
const GroupState< Scalar > & groupState () const
 
std::vector< const WellInterfaceGeneric< Scalar, IndexTraits > * > genericWells () const
 
std::vector< WellInterfaceGeneric< Scalar, IndexTraits > * > genericWells ()
 
const WellState< Scalar, IndexTraits > & wellState () const
 
WellState< Scalar, IndexTraits > & wellState ()
 
const WellState< Scalar, IndexTraits > & nupcolWellState () const
 
WellState< Scalar, IndexTraits > & nupcolWellState ()
 
GroupState< Scalar > & groupState ()
 
WellTestState & wellTestState ()
 
const WellTestState & wellTestState () const
 
Scalar wellPI (const int well_index) const
 
Scalar wellPI (const std::string &well_name) const
 
void updateEclWells (const int timeStepIdx, const SimulatorUpdate &sim_update, const SummaryState &st)
 
void initFromRestartFile (const RestartValue &restartValues, std::unique_ptr< WellTestState > wtestState, const std::size_t numCells, bool enable_distributed_wells)
 
void prepareDeserialize (int report_step, const std::size_t numCells, bool enable_distributed_wells)
 
void commitWGState ()
 
data::GroupAndNetworkValues groupAndNetworkData (const int reportStepIdx) const
 
bool forceShutWellByName (const std::string &wellname, const double simulation_time, const bool dont_shut_grup_wells)
 
const std::vector< PerforationData< Scalar > > & perfData (const int well_idx) const
 
const Parallel::Communicationcomm () const
 
const EclipseState & eclipseState () const
 
const SummaryState & summaryState () const
 
const GuideRate & guideRate () const
 
GuideRate & guideRate ()
 
const std::map< std::string, double > & wellOpenTimes () const
 
const std::map< std::string, double > & wellCloseTimes () const
 
const WellGroupEvents & reportStepStartEvents () const
 
std::vector< int > getCellsForConnections (const Well &well) const
 
bool reportStepStarts () const
 
void updateClosedWellsThisStep (const std::string &well_name) const
 
bool wasDynamicallyShutThisTimeStep (const std::string &well_name) const
 
void logPrimaryVars () const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 
bool operator== (const BlackoilWellModelGeneric &rhs) const
 
const ParallelWellInfo< Scalar > & parallelWellInfo (const std::size_t idx) const
 
bool isOwner (const std::string &wname) const
 
bool hasLocalCells (const std::string &wname) const
 
const ConnectionIndexMapconnectionIndexMap (const std::size_t idx)
 
GroupStateHelperTypegroupStateHelper ()
 
const GroupStateHelperTypegroupStateHelper () const
 
std::pair< int, int > getGroupFipnumAndPvtreg () const
 
virtual void calcResvCoeff (const int fipnum, const int pvtreg, const std::vector< Scalar > &production_rates, std::vector< Scalar > &resv_coeff) const =0
 
virtual void calcInjResvCoeff (const int fipnum, const int pvtreg, std::vector< Scalar > &resv_coeff) const =0
 
const VFPProperties< Scalar, IndexTraits > & getVFPProperties () const
 
void updateAndCommunicateGroupData (const int reportStepIdx, const bool update_wellgrouptarget)
 
const NewtonIterationContextiterationContext () const
 
const EclipseState & eclState () const
 

Protected Types

using WellTracerRates = std::unordered_map< int, std::vector< WellTracerRate< Scalar > > >
 
using MswTracerRates = std::unordered_map< int, std::vector< MSWellTracerRate< Scalar > > >
 

Protected Member Functions

const WellState< Scalar, IndexTraits > & prevWellState () const
 
const WGState< Scalar, IndexTraits > & prevWGState () const
 
void commitWGState (WGState< Scalar, IndexTraits > wgstate)
 
void resetWGState ()
 
void updateNupcolWGState ()
 
void reportGroupSwitching (DeferredLogger &local_deferredLogger) const
 
std::vector< std::reference_wrapper< ParallelWellInfo< Scalar > > > createLocalParallelWellInfo (const std::vector< Well > &wells)
 Create the parallel well information. More...
 
void initializeWellProdIndCalculators ()
 
void initializeWellPerfData ()
 
bool wasDynamicallyShutThisTimeStep (const int well_index) const
 
void updateWsolvent (const Group &group, const int reportStepIdx, const WellState< Scalar, IndexTraits > &wellState)
 
void setWsolvent (const Group &group, const int reportStepIdx, Scalar wsolvent)
 
void assignDynamicWellStatus (data::Wells &wsrpt) const
 
void assignShutConnections (data::Wells &wsrpt, const int reportStepIndex) const
 
void assignWellTargets (data::Wells &wsrpt) const
 
void assignProductionWellTargets (const Well &well, data::WellControlLimits &limits) const
 
void assignInjectionWellTargets (const Well &well, data::WellControlLimits &limits) const
 
void assignGroupControl (const Group &group, data::GroupData &gdata) const
 
void assignGroupValues (const int reportStepIdx, std::map< std::string, data::GroupData > &gvalues) const
 
void calculateEfficiencyFactors (const int reportStepIdx)
 
void checkGconsaleLimits (const Group &group, WellState< Scalar, IndexTraits > &well_state, const int reportStepIdx, DeferredLogger &deferred_logger)
 
void checkGEconLimits (const Group &group, const double simulation_time, const int report_step_idx, DeferredLogger &deferred_logger)
 
bool checkGroupHigherConstraints (const Group &group, DeferredLogger &deferred_logger, const int reportStepIdx, const bool update_group_switching_log)
 
void inferLocalShutWells ()
 
void setRepRadiusPerfLength ()
 
virtual void computePotentials (const std::size_t widx, const WellState< Scalar, IndexTraits > &well_state_copy, std::string &exc_msg, ExceptionType::ExcEnum &exc_type)=0
 
void updateWellPotentials (const int reportStepIdx, const bool onlyAfterEvent, const SummaryConfig &summaryConfig, DeferredLogger &deferred_logger)
 
void initInjMult ()
 
void updateInjMult (DeferredLogger &deferred_logger)
 
void updateInjFCMult (DeferredLogger &deferred_logger)
 
void updateFiltrationModelsPostStep (const double dt, const std::size_t water_index, DeferredLogger &deferred_logger)
 
void updateFiltrationModelsPreStep (DeferredLogger &deferred_logger)
 
virtual void createWellContainer (const int time_step)=0
 
virtual void initWellContainer (const int reportStepIdx)=0
 
virtual void calculateProductivityIndexValuesShutWells (const int reportStepIdx, DeferredLogger &deferred_logger)=0
 
virtual void calculateProductivityIndexValues (DeferredLogger &deferred_logger)=0
 
void runWellPIScaling (const int reportStepIdx, DeferredLogger &local_deferredLogger)
 
virtual int compressedIndexForInterior (int cartesian_cell_idx) const =0
 get compressed index for interior cells (-1, otherwise More...
 
std::vector< std::vector< int > > getMaxWellConnections () const
 
std::vector< std::string > getWellsForTesting (const int timeStepIdx, const double simulationTime)
 
void assignWellTracerRates (data::Wells &wsrpt, const WellTracerRates &wellTracerRates, const unsigned reportStep) const
 
void assignMswTracerRates (data::Wells &wsrpt, const MswTracerRates &mswTracerRates, const unsigned reportStep) const
 
void assignMassGasRate (data::Wells &wsrpt, const Scalar gasDensity) const
 
bool allConnectionsClosed (const Well &well_ecl) const
 

Protected Attributes

Schedule & schedule_
 
const SummaryState & summaryState_
 
const EclipseState & eclState_
 
const Parallel::Communicationcomm_
 
const BlackoilWellModelGenericParameters< Scalarparam_
 
const NewtonIterationContextiter_ctx_
 
BlackoilWellModelGasLiftGeneric< Scalar, IndexTraits > & gen_gaslift_
 
BlackoilWellModelWBP< Scalar, IndexTraitswbp_
 
const PhaseUsageInfo< IndexTraits > & phase_usage_info_
 
bool terminal_output_ {false}
 
bool wells_active_ {false}
 
bool initial_step_ {}
 
bool report_step_starts_ {}
 
std::optional< int > last_run_wellpi_ {}
 
std::vector< Well > wells_ecl_
 
std::vector< std::vector< PerforationData< Scalar > > > well_perf_data_
 
std::map< std::string, double > well_open_times_
 
std::map< std::string, double > well_close_times_
 
std::vector< ConnectionIndexMapconn_idx_map_ {}
 
std::function< bool(const std::string &)> not_on_process_ {}
 
std::vector< WellInterfaceGeneric< Scalar, IndexTraits > * > well_container_generic_ {}
 
std::vector< int > local_shut_wells_ {}
 
std::vector< ParallelWellInfo< Scalar > > parallel_well_info_
 
std::vector< std::reference_wrapper< ParallelWellInfo< Scalar > > > local_parallel_well_info_
 
std::vector< WellProdIndexCalculator< Scalar > > prod_index_calc_
 
std::vector< int > pvt_region_idx_
 
std::unordered_set< std::string > closed_this_step_
 
GuideRate guideRate_
 
std::unique_ptr< VFPProperties< Scalar, IndexTraits > > vfp_properties_ {}
 
std::unordered_map< std::string, std::vector< Scalar > > prev_inj_multipliers_
 
std::unordered_map< std::string, WellFilterCake< Scalar, IndexTraits > > filter_cake_
 
WGState< Scalar, IndexTraitsactive_wgstate_
 
WGState< Scalar, IndexTraitslast_valid_wgstate_
 
WGState< Scalar, IndexTraitsnupcol_wgstate_
 
GroupStateHelperType group_state_helper_
 
WellGroupEvents report_step_start_events_
 Well group events at start of report step. More...
 
bool wellStructureChangedDynamically_ {false}
 
std::map< std::string, std::vector< Group::ProductionCMode > > switched_prod_groups_
 
std::map< std::string, std::array< std::vector< Group::InjectionCMode >, 3 > > switched_inj_groups_
 
std::map< std::string, std::pair< std::string, std::string > > closed_offending_wells_
 
BlackoilWellModelNetworkGeneric< Scalar, IndexTraits > & genNetwork_
 

Detailed Description

template<typename ScalarT, typename IndexTraitsT>
class Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >

Class for handling the blackoil well model.

Member Typedef Documentation

◆ IndexTraits

template<typename ScalarT , typename IndexTraitsT >
using Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::IndexTraits = IndexTraitsT

◆ MswTracerRates

template<typename ScalarT , typename IndexTraitsT >
using Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::MswTracerRates = std::unordered_map<int, std::vector<MSWellTracerRate<Scalar> >>
protected

◆ Scalar

template<typename ScalarT , typename IndexTraitsT >
using Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::Scalar = ScalarT

◆ WellTracerRates

template<typename ScalarT , typename IndexTraitsT >
using Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::WellTracerRates = std::unordered_map<int, std::vector<WellTracerRate<Scalar> >>
protected

Constructor & Destructor Documentation

◆ BlackoilWellModelGeneric()

template<typename ScalarT , typename IndexTraitsT >
Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::BlackoilWellModelGeneric ( Schedule &  schedule,
BlackoilWellModelGasLiftGeneric< Scalar, IndexTraits > &  gaslift,
BlackoilWellModelNetworkGeneric< Scalar, IndexTraits > &  network,
const SummaryState &  summaryState,
const EclipseState &  eclState,
const PhaseUsageInfo< IndexTraits > &  phase_usage,
const Parallel::Communication comm,
const NewtonIterationContext iter_ctx 
)

◆ ~BlackoilWellModelGeneric()

template<typename ScalarT , typename IndexTraitsT >
virtual Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::~BlackoilWellModelGeneric ( )
virtualdefault

Member Function Documentation

◆ allConnectionsClosed()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::allConnectionsClosed ( const Well &  well_ecl) const
protected

◆ anyMSWellOpenLocal()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::anyMSWellOpenLocal ( ) const

◆ assignDynamicWellStatus()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignDynamicWellStatus ( data::Wells &  wsrpt) const
protected

Assign dynamic well status for each well owned by current rank

Parameters
[in,out]wsrptWell solution object. On exit, holds current values for
data::Well::dynamicStatus
.

◆ assignGroupControl()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignGroupControl ( const Group &  group,
data::GroupData &  gdata 
) const
protected

◆ assignGroupValues()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignGroupValues ( const int  reportStepIdx,
std::map< std::string, data::GroupData > &  gvalues 
) const
protected

◆ assignInjectionWellTargets()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignInjectionWellTargets ( const Well &  well,
data::WellControlLimits &  limits 
) const
protected

◆ assignMassGasRate()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignMassGasRate ( data::Wells &  wsrpt,
const Scalar  gasDensity 
) const
protected

◆ assignMswTracerRates()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignMswTracerRates ( data::Wells &  wsrpt,
const MswTracerRates mswTracerRates,
const unsigned  reportStep 
) const
protected

◆ assignProductionWellTargets()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignProductionWellTargets ( const Well &  well,
data::WellControlLimits &  limits 
) const
protected

◆ assignShutConnections()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignShutConnections ( data::Wells &  wsrpt,
const int  reportStepIndex 
) const
protected

Assign basic result quantities for shut connections of wells owned by current rank.

Mostly provided for summary file output purposes. Applies to fully shut/stopped wells and shut connections of open/flowing wells.

Parameters
[in,out]wsrptWell solution object. On exit, also contains a few quantities, like the D factor, the Kh product and the CTF, for shut connections.
[in]reportStepIndexZero-based index of current report step.

◆ assignWellTargets()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignWellTargets ( data::Wells &  wsrpt) const
protected

◆ assignWellTracerRates()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::assignWellTracerRates ( data::Wells &  wsrpt,
const WellTracerRates wellTracerRates,
const unsigned  reportStep 
) const
protected

◆ calcInjResvCoeff()

template<typename ScalarT , typename IndexTraitsT >
virtual void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::calcInjResvCoeff ( const int  fipnum,
const int  pvtreg,
std::vector< Scalar > &  resv_coeff 
) const
pure virtual

◆ calcResvCoeff()

template<typename ScalarT , typename IndexTraitsT >
virtual void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::calcResvCoeff ( const int  fipnum,
const int  pvtreg,
const std::vector< Scalar > &  production_rates,
std::vector< Scalar > &  resv_coeff 
) const
pure virtual

◆ calculateEfficiencyFactors()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::calculateEfficiencyFactors ( const int  reportStepIdx)
protected

◆ calculateProductivityIndexValues()

template<typename ScalarT , typename IndexTraitsT >
virtual void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::calculateProductivityIndexValues ( DeferredLogger deferred_logger)
protectedpure virtual

◆ calculateProductivityIndexValuesShutWells()

template<typename ScalarT , typename IndexTraitsT >
virtual void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::calculateProductivityIndexValuesShutWells ( const int  reportStepIdx,
DeferredLogger deferred_logger 
)
protectedpure virtual

◆ checkGconsaleLimits()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::checkGconsaleLimits ( const Group &  group,
WellState< Scalar, IndexTraits > &  well_state,
const int  reportStepIdx,
DeferredLogger deferred_logger 
)
protected

◆ checkGEconLimits()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::checkGEconLimits ( const Group &  group,
const double  simulation_time,
const int  report_step_idx,
DeferredLogger deferred_logger 
)
protected

◆ checkGroupHigherConstraints()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::checkGroupHigherConstraints ( const Group &  group,
DeferredLogger deferred_logger,
const int  reportStepIdx,
const bool  update_group_switching_log 
)
protected

◆ comm()

template<typename ScalarT , typename IndexTraitsT >
const Parallel::Communication & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::comm ( ) const
inline

◆ commitWGState() [1/2]

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::commitWGState ( )

◆ commitWGState() [2/2]

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::commitWGState ( WGState< Scalar, IndexTraits wgstate)
inlineprotected

◆ compressedIndexForInterior()

template<typename ScalarT , typename IndexTraitsT >
virtual int Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::compressedIndexForInterior ( int  cartesian_cell_idx) const
protectedpure virtual

get compressed index for interior cells (-1, otherwise

Implemented in Opm::BlackoilWellModel< TypeTag >.

◆ compressedIndexForInteriorLGR()

template<typename ScalarT , typename IndexTraitsT >
virtual int Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::compressedIndexForInteriorLGR ( const std::string &  lgr_tag,
const Connection &  conn 
) const
inlinevirtual

◆ computePotentials()

template<typename ScalarT , typename IndexTraitsT >
virtual void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::computePotentials ( const std::size_t  widx,
const WellState< Scalar, IndexTraits > &  well_state_copy,
std::string &  exc_msg,
ExceptionType::ExcEnum exc_type 
)
protectedpure virtual

◆ connectionIndexMap()

template<typename ScalarT , typename IndexTraitsT >
const ConnectionIndexMap & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::connectionIndexMap ( const std::size_t  idx)
inline

◆ createLocalParallelWellInfo()

template<typename ScalarT , typename IndexTraitsT >
std::vector< std::reference_wrapper< ParallelWellInfo< Scalar > > > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::createLocalParallelWellInfo ( const std::vector< Well > &  wells)
protected

Create the parallel well information.

Parameters
wellsThe local wells from ECL schedule

◆ createWellContainer()

template<typename ScalarT , typename IndexTraitsT >
virtual void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::createWellContainer ( const int  time_step)
protectedpure virtual

◆ eclipseState()

template<typename ScalarT , typename IndexTraitsT >
const EclipseState & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::eclipseState ( ) const
inline

◆ eclState()

template<typename ScalarT , typename IndexTraitsT >
const EclipseState & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::eclState ( ) const
inline

◆ eclWells()

template<typename ScalarT , typename IndexTraitsT >
const std::vector< Well > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::eclWells ( ) const
inline

◆ forceShutWellByName()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::forceShutWellByName ( const std::string &  wellname,
const double  simulation_time,
const bool  dont_shut_grup_wells 
)

Shut down any single well Returns true if the well was actually found and shut.

◆ genericWells() [1/2]

template<typename ScalarT , typename IndexTraitsT >
std::vector< WellInterfaceGeneric< Scalar, IndexTraits > * > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::genericWells ( )
inline

◆ genericWells() [2/2]

template<typename ScalarT , typename IndexTraitsT >
std::vector< const WellInterfaceGeneric< Scalar, IndexTraits > * > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::genericWells ( ) const
inline

◆ getCellsForConnections()

template<typename ScalarT , typename IndexTraitsT >
std::vector< int > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::getCellsForConnections ( const Well &  well) const

◆ getGroupFipnumAndPvtreg()

template<typename ScalarT , typename IndexTraitsT >
std::pair< int, int > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::getGroupFipnumAndPvtreg ( ) const

◆ getLocalWells()

template<typename ScalarT , typename IndexTraitsT >
std::vector< Well > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::getLocalWells ( const int  timeStepIdx) const

◆ getMaxWellConnections()

template<typename ScalarT , typename IndexTraitsT >
std::vector< std::vector< int > > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::getMaxWellConnections ( ) const
protected

◆ getVFPProperties()

template<typename ScalarT , typename IndexTraitsT >
const VFPProperties< Scalar, IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::getVFPProperties ( ) const
inline

◆ getWellEcl()

template<typename ScalarT , typename IndexTraitsT >
const Well & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::getWellEcl ( const std::string &  well_name) const

◆ getWellsForTesting()

template<typename ScalarT , typename IndexTraitsT >
std::vector< std::string > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::getWellsForTesting ( const int  timeStepIdx,
const double  simulationTime 
)
protected

◆ groupAndNetworkData()

template<typename ScalarT , typename IndexTraitsT >
data::GroupAndNetworkValues Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::groupAndNetworkData ( const int  reportStepIdx) const

◆ groupState() [1/2]

template<typename ScalarT , typename IndexTraitsT >
GroupState< Scalar > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::groupState ( )
inline

◆ groupState() [2/2]

template<typename ScalarT , typename IndexTraitsT >
const GroupState< Scalar > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::groupState ( ) const
inline

◆ groupStateHelper() [1/2]

◆ groupStateHelper() [2/2]

template<typename ScalarT , typename IndexTraitsT >
const GroupStateHelperType & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::groupStateHelper ( ) const
inline

◆ guideRate() [1/2]

template<typename ScalarT , typename IndexTraitsT >
GuideRate & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::guideRate ( )
inline

◆ guideRate() [2/2]

template<typename ScalarT , typename IndexTraitsT >
const GuideRate & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::guideRate ( ) const
inline

◆ hasLocalCells()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::hasLocalCells ( const std::string &  wname) const
inline

◆ hasLocalWell()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::hasLocalWell ( const std::string &  wname) const

Returns true if well is defined and has connections on current rank.

◆ hasOpenLocalWell()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::hasOpenLocalWell ( const std::string &  well_name) const

Returns true if well is defined, open and has connections on current rank.

◆ inferLocalShutWells()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::inferLocalShutWells ( )
protected

◆ initFromRestartFile()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::initFromRestartFile ( const RestartValue &  restartValues,
std::unique_ptr< WellTestState >  wtestState,
const std::size_t  numCells,
bool  enable_distributed_wells 
)

◆ initializeWellPerfData()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::initializeWellPerfData ( )
protected

◆ initializeWellProdIndCalculators()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::initializeWellProdIndCalculators ( )
protected

◆ initInjMult()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::initInjMult ( )
protected

◆ initWellContainer()

template<typename ScalarT , typename IndexTraitsT >
virtual void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::initWellContainer ( const int  reportStepIdx)
protectedpure virtual

◆ isOwner()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::isOwner ( const std::string &  wname) const
inline

◆ iterationContext()

template<typename ScalarT , typename IndexTraitsT >
const NewtonIterationContext & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::iterationContext ( ) const
inline

◆ logPrimaryVars()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::logPrimaryVars ( ) const

◆ numLocalNonshutWells()

template<typename ScalarT , typename IndexTraitsT >
int Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::numLocalNonshutWells ( ) const

◆ numLocalWells()

template<typename ScalarT , typename IndexTraitsT >
int Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::numLocalWells ( ) const

◆ numLocalWellsEnd()

template<typename ScalarT , typename IndexTraitsT >
int Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::numLocalWellsEnd ( ) const

◆ numPhases()

template<typename ScalarT , typename IndexTraitsT >
int Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::numPhases ( ) const

◆ nupcolWellState() [1/2]

template<typename ScalarT , typename IndexTraitsT >
WellState< Scalar, IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::nupcolWellState ( )
inline

◆ nupcolWellState() [2/2]

template<typename ScalarT , typename IndexTraitsT >
const WellState< Scalar, IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::nupcolWellState ( ) const
inline

◆ operator==()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::operator== ( const BlackoilWellModelGeneric< ScalarT, IndexTraitsT > &  rhs) const

◆ parallelWellInfo()

template<typename ScalarT , typename IndexTraitsT >
const ParallelWellInfo< Scalar > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::parallelWellInfo ( const std::size_t  idx) const
inline

◆ perfData()

template<typename ScalarT , typename IndexTraitsT >
const std::vector< PerforationData< Scalar > > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::perfData ( const int  well_idx) const
inline

◆ phaseUsage()

template<typename ScalarT , typename IndexTraitsT >
const PhaseUsageInfo< IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::phaseUsage ( ) const
inline

◆ prepareDeserialize()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::prepareDeserialize ( int  report_step,
const std::size_t  numCells,
bool  enable_distributed_wells 
)

◆ prevWellState()

template<typename ScalarT , typename IndexTraitsT >
const WellState< Scalar, IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::prevWellState ( ) const
inlineprotected

◆ prevWGState()

template<typename ScalarT , typename IndexTraitsT >
const WGState< Scalar, IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::prevWGState ( ) const
inlineprotected

◆ reportGroupSwitching()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::reportGroupSwitching ( DeferredLogger local_deferredLogger) const
protected

◆ reportStepStartEvents()

template<typename ScalarT , typename IndexTraitsT >
const WellGroupEvents & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::reportStepStartEvents ( ) const
inline

◆ reportStepStarts()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::reportStepStarts ( ) const
inline

◆ resetWGState()

◆ runWellPIScaling()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::runWellPIScaling ( const int  reportStepIdx,
DeferredLogger local_deferredLogger 
)
protected

◆ schedule()

template<typename ScalarT , typename IndexTraitsT >
const Schedule & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::schedule ( ) const
inline

◆ serializeOp()

◆ setRepRadiusPerfLength()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::setRepRadiusPerfLength ( )
protected

◆ setWsolvent()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::setWsolvent ( const Group &  group,
const int  reportStepIdx,
Scalar  wsolvent 
)
protected

◆ summaryState()

template<typename ScalarT , typename IndexTraitsT >
const SummaryState & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::summaryState ( ) const
inline

◆ terminalOutput()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::terminalOutput ( ) const
inline

◆ updateAndCommunicateGroupData()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateAndCommunicateGroupData ( const int  reportStepIdx,
const bool  update_wellgrouptarget 
)

◆ updateClosedWellsThisStep()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateClosedWellsThisStep ( const std::string &  well_name) const
inline

◆ updateEclWells()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateEclWells ( const int  timeStepIdx,
const SimulatorUpdate &  sim_update,
const SummaryState &  st 
)

◆ updateFiltrationModelsPostStep()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateFiltrationModelsPostStep ( const double  dt,
const std::size_t  water_index,
DeferredLogger deferred_logger 
)
protected

◆ updateFiltrationModelsPreStep()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateFiltrationModelsPreStep ( DeferredLogger deferred_logger)
protected

◆ updateInjFCMult()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateInjFCMult ( DeferredLogger deferred_logger)
protected

◆ updateInjMult()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateInjMult ( DeferredLogger deferred_logger)
protected

◆ updateNupcolWGState()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateNupcolWGState ( )
inlineprotected

◆ updateWellPotentials()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateWellPotentials ( const int  reportStepIdx,
const bool  onlyAfterEvent,
const SummaryConfig &  summaryConfig,
DeferredLogger deferred_logger 
)
protected

◆ updateWsolvent()

template<typename ScalarT , typename IndexTraitsT >
void Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::updateWsolvent ( const Group &  group,
const int  reportStepIdx,
const WellState< Scalar, IndexTraits > &  wellState 
)
protected

◆ wasDynamicallyShutThisTimeStep() [1/2]

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wasDynamicallyShutThisTimeStep ( const int  well_index) const
protected

◆ wasDynamicallyShutThisTimeStep() [2/2]

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wasDynamicallyShutThisTimeStep ( const std::string &  well_name) const

◆ wellCloseTimes()

template<typename ScalarT , typename IndexTraitsT >
const std::map< std::string, double > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellCloseTimes ( ) const
inline

◆ wellOpenTimes()

template<typename ScalarT , typename IndexTraitsT >
const std::map< std::string, double > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellOpenTimes ( ) const
inline

◆ wellPI() [1/2]

template<typename ScalarT , typename IndexTraitsT >
Scalar Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellPI ( const int  well_index) const

◆ wellPI() [2/2]

template<typename ScalarT , typename IndexTraitsT >
Scalar Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellPI ( const std::string &  well_name) const

◆ wellsActive()

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellsActive ( ) const

return true if wells are available in the reservoir

◆ wellState() [1/2]

template<typename ScalarT , typename IndexTraitsT >
WellState< Scalar, IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellState ( )
inline

◆ wellState() [2/2]

template<typename ScalarT , typename IndexTraitsT >
const WellState< Scalar, IndexTraits > & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellState ( ) const
inline

◆ wellTestState() [1/2]

template<typename ScalarT , typename IndexTraitsT >
WellTestState & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellTestState ( )
inline

◆ wellTestState() [2/2]

template<typename ScalarT , typename IndexTraitsT >
const WellTestState & Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellTestState ( ) const
inline

Member Data Documentation

◆ active_wgstate_

◆ closed_offending_wells_

template<typename ScalarT , typename IndexTraitsT >
std::map<std::string, std::pair<std::string, std::string> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::closed_offending_wells_
protected

◆ closed_this_step_

template<typename ScalarT , typename IndexTraitsT >
std::unordered_set<std::string> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::closed_this_step_
mutableprotected

◆ comm_

template<typename ScalarT , typename IndexTraitsT >
const Parallel::Communication& Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::comm_
protected

◆ conn_idx_map_

template<typename ScalarT , typename IndexTraitsT >
std::vector<ConnectionIndexMap> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::conn_idx_map_ {}
protected

◆ eclState_

template<typename ScalarT , typename IndexTraitsT >
const EclipseState& Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::eclState_
protected

◆ filter_cake_

template<typename ScalarT , typename IndexTraitsT >
std::unordered_map<std::string, WellFilterCake<Scalar, IndexTraits> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::filter_cake_
protected

◆ gen_gaslift_

template<typename ScalarT , typename IndexTraitsT >
BlackoilWellModelGasLiftGeneric<Scalar, IndexTraits>& Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::gen_gaslift_
protected

◆ genNetwork_

◆ group_state_helper_

template<typename ScalarT , typename IndexTraitsT >
GroupStateHelperType Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::group_state_helper_
protected

◆ guideRate_

template<typename ScalarT , typename IndexTraitsT >
GuideRate Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::guideRate_
protected

◆ initial_step_

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::initial_step_ {}
protected

◆ iter_ctx_

template<typename ScalarT , typename IndexTraitsT >
const NewtonIterationContext& Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::iter_ctx_
protected

◆ last_run_wellpi_

template<typename ScalarT , typename IndexTraitsT >
std::optional<int> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::last_run_wellpi_ {}
protected

◆ last_valid_wgstate_

◆ local_parallel_well_info_

template<typename ScalarT , typename IndexTraitsT >
std::vector<std::reference_wrapper<ParallelWellInfo<Scalar> > > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::local_parallel_well_info_
protected

◆ local_shut_wells_

template<typename ScalarT , typename IndexTraitsT >
std::vector<int> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::local_shut_wells_ {}
protected

◆ not_on_process_

template<typename ScalarT , typename IndexTraitsT >
std::function<bool(const std::string&)> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::not_on_process_ {}
protected

◆ nupcol_wgstate_

◆ parallel_well_info_

template<typename ScalarT , typename IndexTraitsT >
std::vector<ParallelWellInfo<Scalar> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::parallel_well_info_
protected

◆ param_

template<typename ScalarT , typename IndexTraitsT >
const BlackoilWellModelGenericParameters<Scalar> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::param_
protected

◆ phase_usage_info_

template<typename ScalarT , typename IndexTraitsT >
const PhaseUsageInfo<IndexTraits>& Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::phase_usage_info_
protected

◆ prev_inj_multipliers_

template<typename ScalarT , typename IndexTraitsT >
std::unordered_map<std::string, std::vector<Scalar> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::prev_inj_multipliers_
protected

◆ prod_index_calc_

template<typename ScalarT , typename IndexTraitsT >
std::vector<WellProdIndexCalculator<Scalar> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::prod_index_calc_
protected

◆ pvt_region_idx_

template<typename ScalarT , typename IndexTraitsT >
std::vector<int> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::pvt_region_idx_
protected

◆ report_step_start_events_

template<typename ScalarT , typename IndexTraitsT >
WellGroupEvents Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::report_step_start_events_
protected

Well group events at start of report step.

Referenced by Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::reportStepStartEvents().

◆ report_step_starts_

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::report_step_starts_ {}
protected

◆ schedule_

template<typename ScalarT , typename IndexTraitsT >
Schedule& Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::schedule_
protected

◆ summaryState_

template<typename ScalarT , typename IndexTraitsT >
const SummaryState& Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::summaryState_
protected

◆ switched_inj_groups_

template<typename ScalarT , typename IndexTraitsT >
std::map<std::string, std::array<std::vector<Group::InjectionCMode>, 3> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::switched_inj_groups_
protected

◆ switched_prod_groups_

template<typename ScalarT , typename IndexTraitsT >
std::map<std::string, std::vector<Group::ProductionCMode> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::switched_prod_groups_
protected

◆ terminal_output_

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::terminal_output_ {false}
protected

◆ vfp_properties_

template<typename ScalarT , typename IndexTraitsT >
std::unique_ptr<VFPProperties<Scalar, IndexTraits> > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::vfp_properties_ {}
protected

◆ wbp_

template<typename ScalarT , typename IndexTraitsT >
BlackoilWellModelWBP<Scalar, IndexTraits> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wbp_
protected

◆ well_close_times_

template<typename ScalarT , typename IndexTraitsT >
std::map<std::string, double> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::well_close_times_
protected

◆ well_container_generic_

template<typename ScalarT , typename IndexTraitsT >
std::vector<WellInterfaceGeneric<Scalar, IndexTraits>*> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::well_container_generic_ {}
protected

◆ well_open_times_

template<typename ScalarT , typename IndexTraitsT >
std::map<std::string, double> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::well_open_times_
protected

◆ well_perf_data_

template<typename ScalarT , typename IndexTraitsT >
std::vector<std::vector<PerforationData<Scalar> > > Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::well_perf_data_
protected

◆ wells_active_

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wells_active_ {false}
protected

◆ wells_ecl_

template<typename ScalarT , typename IndexTraitsT >
std::vector<Well> Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wells_ecl_
protected

◆ wellStructureChangedDynamically_

template<typename ScalarT , typename IndexTraitsT >
bool Opm::BlackoilWellModelGeneric< ScalarT, IndexTraitsT >::wellStructureChangedDynamically_ {false}
protected

The documentation for this class was generated from the following files: