opm-simulators/opm/simulators/wells
Arne Morten Kvarving d65a9a5f70 changed: do not set the ebos well model as default type
rather, only set it where we want to use it. this avoids including
eclwellmanager.hh and eclpeacemanwell.hh unnecessarily in
simulator objects (where BlackoilWellModel is used).
2021-05-28 11:28:43 +02:00
..
ALQState.cpp Add class ALQState to manage the ALQ state in the WellState 2021-04-28 09:33:06 +02:00
ALQState.hpp Add class ALQState to manage the ALQ state in the WellState 2021-04-28 09:33:06 +02:00
BlackoilWellModel_impl.hpp GasLiftStage2: remove unused simulator param 2021-05-27 21:52:42 +02:00
BlackoilWellModel.hpp GasLiftStage2: no longer a need to template on TypeTag 2021-05-28 08:24:07 +02:00
GasLiftSingleWell_impl.hpp Rename WellStateFullyImplicitBlackoil -> WellState 2021-05-21 15:07:21 +02:00
GasLiftSingleWell.hpp GasLiftStage2: no longer a need to template on TypeTag 2021-05-28 08:24:07 +02:00
GasLiftSingleWellGeneric.cpp Rename WellStateFullyImplicitBlackoil -> WellState 2021-05-21 15:07:21 +02:00
GasLiftSingleWellGeneric.hpp GasLiftStage2: use GasLiftSingleWellGeneric 2021-05-28 08:24:07 +02:00
GasLiftStage2.cpp GasLiftStage2: no longer a need to template on TypeTag 2021-05-28 08:24:07 +02:00
GasLiftStage2.hpp GasLiftStage2: no longer a need to template on TypeTag 2021-05-28 08:24:07 +02:00
GasLiftWellState.hpp remove empty _impl file 2021-05-20 12:17:24 +02:00
GlobalWellInfo.cpp Add class GlobalWellInfo and use it from WellState 2021-05-03 13:28:28 +02:00
GlobalWellInfo.hpp Add class GlobalWellInfo and use it from WellState 2021-05-03 13:28:28 +02:00
GroupState.cpp Add json dump to GroupState 2021-04-26 11:51:07 +02:00
GroupState.hpp Extract group state and create WGState to manage well & group state 2021-04-27 10:55:38 +02:00
MSWellHelpers.hpp fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00
MultisegmentWell_impl.hpp Merge pull request #3311 from joakim-hove/segpress-fix 2021-05-27 20:11:00 +02:00
MultisegmentWell.hpp Rename WellStateFullyImplicitBlackoil -> WellState 2021-05-21 15:07:21 +02:00
ParallelWellInfo.cpp ParallelWellInfo: use forwarding 2021-04-30 13:24:06 +02:00
ParallelWellInfo.hpp ParallelWellInfo: use forwarding 2021-04-30 13:24:06 +02:00
PerforationData.hpp Adds original ECL index of well connection to PerforationData 2020-11-12 17:21:37 +01:00
RateConverter.hpp Use pore volume to do the average when hydrocarbon is missing. 2021-03-05 14:49:15 +01:00
StandardWell_impl.hpp use rates for potentials for pressure controlled (bhp or thp) controled wells 2021-05-26 13:54:14 +02:00
StandardWell.hpp fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-25 12:06:06 +02:00
TargetCalculator.cpp remove ElemType and zero() 2021-05-19 09:00:53 +02:00
TargetCalculator.hpp fixed: forward structs as structs 2021-05-18 12:07:04 +02:00
VFPHelpers.hpp Avoid division by small rate in divisor in VFP table fraction WFR/GFR. 2021-05-26 10:03:28 +02:00
VFPInjProperties.cpp Pass table argument to VFP getFLo() 2021-02-15 22:21:56 +01:00
VFPInjProperties.hpp Pass table argument to VFP getFLo() 2021-02-15 22:21:56 +01:00
VFPProdProperties.cpp remove unused calculateBhpWithTHPTarget 2021-05-05 09:51:43 +02:00
VFPProdProperties.hpp remove unused calculateBhpWithTHPTarget 2021-05-05 09:51:43 +02:00
VFPProperties.hpp Use std::reference_wrapper for VFP tables 2021-01-26 07:56:59 +01:00
WellConnectionAuxiliaryModule.hpp fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00
WellContainer.hpp Use std::nullopt instead of {} 2021-05-27 10:45:33 +02:00
WellGroupHelpers.cpp Rename WellStateFullyImplicitBlackoil -> WellState 2021-05-21 15:07:21 +02:00
WellGroupHelpers.hpp Rename WellStateFullyImplicitBlackoil -> WellState 2021-05-21 15:07:21 +02:00
WellHelpers.hpp GasLiftStage2: no longer a need to template on TypeTag 2021-05-28 08:24:07 +02:00
WellInterface_impl.hpp changed: do not set the ebos well model as default type 2021-05-28 11:28:43 +02:00
WellInterface.hpp cosmetics: do not indent for namespace 2021-05-27 14:22:14 +02:00
WellInterfaceFluidSystem.cpp changed: split out FluidSystem only dependent code from WellInterface 2021-05-27 14:22:14 +02:00
WellInterfaceFluidSystem.hpp changed: split out FluidSystem only dependent code from WellInterface 2021-05-27 14:22:14 +02:00
WellInterfaceGeneric.cpp changed: split out FluidSystem only dependent code from WellInterface 2021-05-27 14:22:14 +02:00
WellInterfaceGeneric.hpp Rename WellStateFullyImplicitBlackoil -> WellState 2021-05-21 15:07:21 +02:00
WellProdIndexCalculator.cpp Productivity Index Calculator: Add Reinitialization operation 2020-12-04 15:16:24 +01:00
WellProdIndexCalculator.hpp Productivity Index Calculator: Add Reinitialization operation 2020-12-04 15:16:24 +01:00
WellState.cpp Use well index for segment rates 2021-05-27 10:45:33 +02:00
WellState.hpp Use well index for segment rates 2021-05-27 10:45:33 +02:00
WGState.cpp Extract group state and create WGState to manage well & group state 2021-04-27 10:55:38 +02:00
WGState.hpp Rename WellStateFullyImplicitBlackoil -> WellState 2021-05-21 15:07:21 +02:00