►Nboost | |
►Nproperty_tree | |
Cbasic_ptree | |
►NDune | |
►NAmg | |
CKAMG | |
CKAmgTwoGrid | |
CAMGCPR | Parallel algebraic multigrid based on agglomeration |
CSmootherTraits< Opm::ParallelOverlappingILU0< M, X, Y, C > > | |
CConstructionTraits< Opm::ParallelOverlappingILU0< Matrix, Domain, Range, ParallelInfo > > | Tells AMG how to construct the Opm::ParallelOverlappingILU0 smoother |
CConstructionTraits< Opm::ParallelRestrictedOverlappingSchwarz< Range, Domain, ParallelInfo, SeqPreconditioner > > | Tells AMG how to construct the Opm::ParallelOverlappingILU0 smoother |
CSmootherTraits< Opm::ParallelRestrictedOverlappingSchwarz< Range, Domain, ParallelInfo, SeqPreconditioner > > | Tells AMG how to use Opm::ParallelOverlappingILU0 smoother |
CPressureSolverPolicy | |
CLevelTransferPolicyCpr | Abstract base class for transfer between levels and creation of the coarse level system |
CAggregationLevelTransferPolicyCpr | A LeveTransferPolicy that used aggregation to construct the coarse level system |
COneStepAMGCoarseSolverPolicyCpr | A policy class for solving the coarse level system using one step of AMG |
CTwoLevelMethodCpr | |
►NMatrixMarketImpl | |
Cmm_header_printer< BCRSMatrix< Opm::MatrixBlock< T, i, j >, A > > | |
Cmm_block_structure_header< BCRSMatrix< Opm::MatrixBlock< T, i, j >, A > > | |
CCartesianIndexMapper | |
CFlexibleSolver | A solver class that encapsulates all needed objects for a linear solver (operator, scalar product, iterative solver and preconditioner) and sets them up based on runtime parameters, using the PreconditionerFactory for setting up preconditioners |
Cmm_multipliers< BCRSMatrix< Opm::MatrixBlock< T, i, j >, A > > | |
COwningBlockPreconditioner | |
COwningTwoLevelPreconditioner | A version of the two-level preconditioner that is: |
CPreconditionerWithUpdate | Interface class adding the update() method to the preconditioner interface |
CDummyUpdatePreconditioner | |
CUMFPack | |
►NOpm | This file contains a set of helper functions used by VFPProd / VFPInj |
►NAccelerator | |
CamgclSolverBackend | This class does not implement a solver, but converts the BCSR format to normal CSR and uses amgcl for solving Note amgcl also implements blocked solvers, but looks like it needs unblocked input data |
CBdaResult | This class is based on InverseOperatorResult struct from dune/istl/solver.hh It is needed to prevent a compile error in basearray.hh, the nvcc compiler might not support all features in there |
CBdaSolver | This class serves to simplify choosing between different backend solvers, such as cusparseSolver and openclSolver This class is abstract, no instantiations can of it can be made, only of its children |
CBlockedMatrix | This struct resembles a blocked csr matrix, like Dune::BCRSMatrix |
CcusparseSolverBackend | This class implements a cusparse-based ilu0-bicgstab solver on GPU |
CFPGABILU0 | |
CFpgaSolverBackend | This class implements an ilu0-bicgstab solver on FPGA |
Cdouble2int | |
CMatrix | This struct resembles a csr matrix, only doubles are supported The data is stored in contiguous memory, such that they can be copied to a device in one transfer |
CBILU0 | This class implements a Blocked ILU0 preconditioner The decomposition is done on CPU, and reorders the rows of the matrix |
CBISAI | This class implements a Blocked version of the Incomplete Sparse Approximate Inverse (ISAI) preconditioner |
CCPR | This class implements a Constrained Pressure Residual (CPR) preconditioner |
COpenclKernels | |
COpenclMatrix | This struct resembles a csr matrix, only doubles are supported The matrix data is stored in OpenCL Buffers |
CopenclSolverBackend | This class implements a opencl-based ilu0-bicgstab solver on GPU |
CPreconditioner | |
NAmg | |
NDamarisOutput | |
►Ndetail | |
CFlexibleSolverInfo | |
CReorderer | |
CNoReorderer | |
CRealReorderer | |
CParallelFileMerger | A functor that merges multiple files of a parallel run to one file |
CInterpData | Helper struct for linear interpolation |
CVFPEvaluation | An "ADB-like" structure with a single value and a set of derivatives |
NDetail | |
NDetails | |
NExceptionType | This class implements a deferred logger: 1) messages can be pushed back to a vector 2) a call to logMessages adds the messages to OpmLog backends |
NFlowKeywordValidation | |
NHelper | |
►NKeywordValidation | |
CUnsupportedKeywordProperties | |
CPartiallySupportedKeywordProperties | |
CValidationError | |
CKeywordValidator | |
Callow_values | |
►NMpi | |
►Ndetail | |
CPacking | Abstract struct for packing which is (partially) specialized for specific types |
CPacking< true, T > | Packaging for pod data |
CPacking< false, T > | Default handling for unsupported types |
CPacking< false, std::bitset< Size > > | Specialization for std::bitset |
CPacker | Struct handling packing of serialization for MPI communication |
Nmswellhelpers | |
NParallel | |
►NProperties | |
►NTTag | |
CEclFlowProblem | |
CFlowModelParameters | |
CFlowEarlyBird | |
CFlowNonLinearSolver | |
CFlowIstlSolverParams | |
CFlowIstlSolver | |
CFlowTimeSteppingParameters | |
COutputDir< TypeTag, TTag::EclFlowProblem > | |
CEnableDebuggingChecks< TypeTag, TTag::EclFlowProblem > | |
CBlackoilConserveSurfaceVolume< TypeTag, TTag::EclFlowProblem > | |
CUseVolumetricResidual< TypeTag, TTag::EclFlowProblem > | |
CEclAquiferModel< TypeTag, TTag::EclFlowProblem > | |
CEnablePolymer< TypeTag, TTag::EclFlowProblem > | |
CEnableSolvent< TypeTag, TTag::EclFlowProblem > | |
CEnableTemperature< TypeTag, TTag::EclFlowProblem > | |
CEnableEnergy< TypeTag, TTag::EclFlowProblem > | |
CEnableFoam< TypeTag, TTag::EclFlowProblem > | |
CEnableBrine< TypeTag, TTag::EclFlowProblem > | |
CEnableSaltPrecipitation< TypeTag, TTag::EclFlowProblem > | |
CEnableMICP< TypeTag, TTag::EclFlowProblem > | |
CEclWellModel< TypeTag, TTag::EclFlowProblem > | |
CLinearSolverSplice< TypeTag, TTag::EclFlowProblem > | |
CEclDeckFileName | |
CDbhpMaxRel | |
CDwellFractionMax | |
CMaxResidualAllowed | |
CRelaxedMaxPvFraction | |
CToleranceMb | |
CToleranceCnv | |
CToleranceCnvRelaxed | |
CToleranceWells | |
CToleranceWellControl | |
CMaxWelleqIter | |
CUseMultisegmentWell | |
CMaxSinglePrecisionDays | |
CMinStrictCnvIter | |
CSolveWelleqInitially | |
CUpdateEquationsScaling | |
CUseUpdateStabilization | |
CMatrixAddWellContributions | |
CEnableWellOperabilityCheck | |
CEnableWellOperabilityCheckIter | |
CTolerancePressureMsWells | |
CMaxPressureChangeMsWells | |
CMaxInnerIterMsWells | |
CStrictInnerIterWells | |
CRelaxedWellFlowTol | |
CStrictOuterIterWells | |
CRelaxedPressureTolMsw | |
CRegularizationFactorWells | |
CMaxNewtonIterationsWithInnerWellIterations | |
CShutUnsolvableWells | |
CMaxInnerIterWells | |
CAlternativeWellRateInit | |
CMaximumNumberOfWellSwitches | |
CDbhpMaxRel< TypeTag, TTag::FlowModelParameters > | |
CDwellFractionMax< TypeTag, TTag::FlowModelParameters > | |
CMaxResidualAllowed< TypeTag, TTag::FlowModelParameters > | |
CRelaxedMaxPvFraction< TypeTag, TTag::FlowModelParameters > | |
CToleranceMb< TypeTag, TTag::FlowModelParameters > | |
CToleranceCnv< TypeTag, TTag::FlowModelParameters > | |
CToleranceCnvRelaxed< TypeTag, TTag::FlowModelParameters > | |
CToleranceWells< TypeTag, TTag::FlowModelParameters > | |
CToleranceWellControl< TypeTag, TTag::FlowModelParameters > | |
CMaxWelleqIter< TypeTag, TTag::FlowModelParameters > | |
CUseMultisegmentWell< TypeTag, TTag::FlowModelParameters > | |
CMaxSinglePrecisionDays< TypeTag, TTag::FlowModelParameters > | |
CMinStrictCnvIter< TypeTag, TTag::FlowModelParameters > | |
CSolveWelleqInitially< TypeTag, TTag::FlowModelParameters > | |
CUpdateEquationsScaling< TypeTag, TTag::FlowModelParameters > | |
CUseUpdateStabilization< TypeTag, TTag::FlowModelParameters > | |
CMatrixAddWellContributions< TypeTag, TTag::FlowModelParameters > | |
CTolerancePressureMsWells< TypeTag, TTag::FlowModelParameters > | |
CMaxPressureChangeMsWells< TypeTag, TTag::FlowModelParameters > | |
CMaxNewtonIterationsWithInnerWellIterations< TypeTag, TTag::FlowModelParameters > | |
CMaxInnerIterMsWells< TypeTag, TTag::FlowModelParameters > | |
CMaxInnerIterWells< TypeTag, TTag::FlowModelParameters > | |
CShutUnsolvableWells< TypeTag, TTag::FlowModelParameters > | |
CAlternativeWellRateInit< TypeTag, TTag::FlowModelParameters > | |
CStrictOuterIterWells< TypeTag, TTag::FlowModelParameters > | |
CStrictInnerIterWells< TypeTag, TTag::FlowModelParameters > | |
CRegularizationFactorWells< TypeTag, TTag::FlowModelParameters > | |
CEnableWellOperabilityCheck< TypeTag, TTag::FlowModelParameters > | |
CEnableWellOperabilityCheckIter< TypeTag, TTag::FlowModelParameters > | |
CRelaxedWellFlowTol< TypeTag, TTag::FlowModelParameters > | |
CRelaxedPressureTolMsw< TypeTag, TTag::FlowModelParameters > | |
CMaximumNumberOfWellSwitches< TypeTag, TTag::FlowModelParameters > | |
CEnableDryRun | |
COutputInterval | |
CEnableLoggingFalloutWarning | |
CEnableDryRun< TypeTag, TTag::EclFlowProblem > | |
CEnableLoggingFalloutWarning< TypeTag, TTag::EclFlowProblem > | |
COutputInterval< TypeTag, TTag::EclFlowProblem > | |
CNewtonMaxRelax | |
CNewtonMinIterations | |
CNewtonRelaxationType | |
CNewtonMaxRelax< TypeTag, TTag::FlowNonLinearSolver > | |
CNewtonMaxIterations< TypeTag, TTag::FlowNonLinearSolver > | |
CNewtonMinIterations< TypeTag, TTag::FlowNonLinearSolver > | |
CNewtonRelaxationType< TypeTag, TTag::FlowNonLinearSolver > | |
CEnableAdaptiveTimeStepping | |
CEnableTuning | |
CEnableTerminalOutput< TypeTag, TTag::EclFlowProblem > | |
CEnableAdaptiveTimeStepping< TypeTag, TTag::EclFlowProblem > | |
CEnableTuning< TypeTag, TTag::EclFlowProblem > | |
CLinearSolverReduction | |
CIluRelaxation | |
CLinearSolverMaxIter | |
CLinearSolverRestart | |
CIluFillinLevel | |
CMiluVariant | |
CIluRedblack | |
CIluReorderSpheres | |
CUseGmres | |
CLinearSolverIgnoreConvergenceFailure | |
CPreconditionerAddWellContributions | |
CScaleLinearSystem | |
CCprMaxEllIter | |
CCprEllSolvetype | |
CCprReuseSetup | |
CCprReuseInterval | |
CLinearSolver | |
CAcceleratorMode | |
CBdaDeviceId | |
COpenclPlatformId | |
COpenclIluReorder | |
CFpgaBitstream | |
CLinearSolverReduction< TypeTag, TTag::FlowIstlSolverParams > | |
CIluRelaxation< TypeTag, TTag::FlowIstlSolverParams > | |
CLinearSolverMaxIter< TypeTag, TTag::FlowIstlSolverParams > | |
CLinearSolverRestart< TypeTag, TTag::FlowIstlSolverParams > | |
CLinearSolverVerbosity< TypeTag, TTag::FlowIstlSolverParams > | |
CIluFillinLevel< TypeTag, TTag::FlowIstlSolverParams > | |
CMiluVariant< TypeTag, TTag::FlowIstlSolverParams > | |
CIluRedblack< TypeTag, TTag::FlowIstlSolverParams > | |
CIluReorderSpheres< TypeTag, TTag::FlowIstlSolverParams > | |
CUseGmres< TypeTag, TTag::FlowIstlSolverParams > | |
CLinearSolverIgnoreConvergenceFailure< TypeTag, TTag::FlowIstlSolverParams > | |
CLinearSolverBackend< TypeTag, TTag::FlowIstlSolverParams > | |
CPreconditionerAddWellContributions< TypeTag, TTag::FlowIstlSolverParams > | |
CScaleLinearSystem< TypeTag, TTag::FlowIstlSolverParams > | |
CCprMaxEllIter< TypeTag, TTag::FlowIstlSolverParams > | |
CCprEllSolvetype< TypeTag, TTag::FlowIstlSolverParams > | |
CCprReuseSetup< TypeTag, TTag::FlowIstlSolverParams > | |
CCprReuseInterval< TypeTag, TTag::FlowIstlSolverParams > | |
CLinearSolver< TypeTag, TTag::FlowIstlSolverParams > | |
CAcceleratorMode< TypeTag, TTag::FlowIstlSolverParams > | |
CBdaDeviceId< TypeTag, TTag::FlowIstlSolverParams > | |
COpenclPlatformId< TypeTag, TTag::FlowIstlSolverParams > | |
COpenclIluReorder< TypeTag, TTag::FlowIstlSolverParams > | |
CFpgaBitstream< TypeTag, TTag::FlowIstlSolverParams > | |
CEclWellModel | |
CSparseMatrixAdapter< TypeTag, TTag::FlowIstlSolver > | Set the type of a global jacobian matrix for linear solvers that are based on dune-istl |
CSolverRestartFactor | |
CSolverGrowthFactor | |
CSolverMaxGrowth | |
CSolverMaxTimeStepInDays | |
CSolverMinTimeStep | |
CSolverContinueOnConvergenceFailure | |
CSolverMaxRestarts | |
CSolverVerbosity | |
CTimeStepVerbosity | |
CInitialTimeStepInDays | |
CFullTimeStepInitially | |
CTimeStepAfterEventInDays | |
CTimeStepControl | |
CTimeStepControlTolerance | |
CTimeStepControlTargetIterations | |
CTimeStepControlTargetNewtonIterations | |
CTimeStepControlDecayRate | |
CTimeStepControlGrowthRate | |
CTimeStepControlDecayDampingFactor | |
CTimeStepControlGrowthDampingFactor | |
CTimeStepControlFileName | |
CMinTimeStepBeforeShuttingProblematicWellsInDays | |
CMinTimeStepBasedOnNewtonIterations | |
CSolverRestartFactor< TypeTag, TTag::FlowTimeSteppingParameters > | |
CSolverGrowthFactor< TypeTag, TTag::FlowTimeSteppingParameters > | |
CSolverMaxGrowth< TypeTag, TTag::FlowTimeSteppingParameters > | |
CSolverMaxTimeStepInDays< TypeTag, TTag::FlowTimeSteppingParameters > | |
CSolverMinTimeStep< TypeTag, TTag::FlowTimeSteppingParameters > | |
CSolverContinueOnConvergenceFailure< TypeTag, TTag::FlowTimeSteppingParameters > | |
CSolverMaxRestarts< TypeTag, TTag::FlowTimeSteppingParameters > | |
CSolverVerbosity< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepVerbosity< TypeTag, TTag::FlowTimeSteppingParameters > | |
CInitialTimeStepInDays< TypeTag, TTag::FlowTimeSteppingParameters > | |
CFullTimeStepInitially< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepAfterEventInDays< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControl< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlTolerance< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlTargetIterations< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlTargetNewtonIterations< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlDecayRate< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlGrowthRate< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlDecayDampingFactor< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlGrowthDampingFactor< TypeTag, TTag::FlowTimeSteppingParameters > | |
CTimeStepControlFileName< TypeTag, TTag::FlowTimeSteppingParameters > | |
CMinTimeStepBeforeShuttingProblematicWellsInDays< TypeTag, TTag::FlowTimeSteppingParameters > | |
CMinTimeStepBasedOnNewtonIterations< TypeTag, TTag::FlowTimeSteppingParameters > | |
CEnableTerminalOutput | |
►NPybind | |
CPyBlackOilSimulator | |
CPyMaterialState | |
CBlackOilSimulator | |
►NRateConverter | |
CSurfaceToReservoirVoidage | Convert component rates at surface conditions to phase (voidage) rates at reservoir conditions |
►NRegionAttributeHelpers | |
NPhasePos | Convenience functions for querying numerical IDs ("positions") of active phases |
NPhaseUsed | Convenience functions for querying presence/absence of active phases |
►NSelect | Convenience tools for processing region spesific attributes |
CRegionIDParameter | |
CRegionIDParameter< RegionID, true > | |
CAverageIncrementCalculator | Computes the temperature, pressure, and counter increment |
CAverageIncrementCalculator< false > | |
►CRegionAttributes | Provide mapping from Region IDs to user-specified collection of per-region attributes |
CValue | Aggregate per-region attributes along with region's representative cell |
►NRegionAverageCalculator | |
CAverageRegionalPressure | Computes hydrocarbon weighed average pressures over regions |
►NWellGroupHelpers | |
CTargetCalculator | Based on a group control mode, extract or calculate rates, and provide other conveniences |
CInjectionTargetCalculator | Based on a group control mode, extract or calculate rates, and provide other conveniences |
CFractionCalculator | |
►Nwellhelpers | |
CParallelStandardWellB | A wrapper around the B matrix for distributed wells |
CBlackoilPhases | |
CPhaseUsage | |
CRelpermDiagnostics | This class is intend to be a relperm diagnostics, to detect wrong input of relperm table and endpoints |
CAquiferAnalytical | |
CAquiferCarterTracy | |
CAquiferFetkovich | |
CAquiferInterface | |
CAquiferNumerical | |
CSupportsFaceTag | |
CSupportsFaceTag< Dune::CpGrid > | |
CBlackoilAquiferModel | Class for handling the blackoil well model |
►CBlackoilModelEbos | A model implementation for three-phase black oil |
CStepReport | |
CBlackoilModelParametersEbos | Solver parameters for the BlackoilModel |
CFlowMainEbos | |
CMain | |
►CNonlinearSolverEbos | A nonlinear solver class suitable for general fully-implicit models, as well as pressure, transport and sequential models |
CSolverParameters | |
CSimulatorFullyImplicitBlackoilEbos | Simulator for the blackoil model |
CBdaBridge | BdaBridge acts as interface between opm-simulators with the BdaSolvers |
CWellContributionsCuda | |
CMultisegmentWellContribution | This class serves to duplicate the functionality of the MultisegmentWell A MultisegmentWell uses C, D and B and performs y -= (C^T * (D^-1 * (B*x))) B and C are matrices, with M rows and N columns, where N is the size of the matrix |
CWellContributionsOCL | |
CWellContributions | This class serves to eliminate the need to include the WellContributions into the matrix (with –matrix-add-well-contributions=true) for the cusparseSolver If the –matrix-add-well-contributions commandline parameter is true, this class should not be used So far, StandardWell and MultisegmentWell are supported StandardWells are only supported for cusparseSolver (CUDA), MultisegmentWells are supported for both cusparseSolver and openclSolver A single instance (or pointer) of this class is passed to the BdaSolver |
CISTLSolverEbos | This class solves the fully implicit black-oil system by solving the reduced system (after eliminating well variables) as a block-structured matrix (one block for all cell variables) for a fixed number of cell variables np |
CFlowLinearSolverParameters | This class carries all parameters for the NewtonIterationBlackoilInterleaved class |
CMatrixBlock | |
CPreconditionerFactory | This is an object factory for creating preconditioners |
►CParallelOverlappingILU0 | A two-step version of an overlapping Schwarz preconditioner using one step ILU0 as |
CCRS | |
CParallelOverlappingILU0Args | |
CParallelRestrictedOverlappingSchwarz | Block parallel preconditioner |
CAMGHelper | |
CAMGSmootherArgsHelper | |
CAMGSmootherArgsHelper< Opm::ParallelOverlappingILU0< M, V, V, C > > | |
CStandardPreconditioners | |
CStandardPreconditioners< Operator, Dune::Amg::SequentialInformation > | |
CPressureBhpTransferPolicy | |
CPressureTransferPolicy | |
CPropertyTree | |
CLinearOperatorExtra | Linear operator wrapper for well model |
CWellModelAsLinearOperator | |
CWellModelMatrixAdapter | Adapter to combine a matrix and another linear operator into a combined linear operator |
CWellModelGhostLastMatrixAdapter | Adapter to combine a matrix and another linear operator into a combined linear operator |
CAdaptiveSimulatorTimer | Simulation timer for adaptive time stepping |
CAdaptiveTimeSteppingEbos | |
►CConvergenceReport | Represents the convergence status of the whole simulator, to make it possible to query and store the reasons for convergence failures |
CReservoirFailure | |
CWellFailure | |
CSimulatorReportSingle | A struct for returning timing data from a simulator to its caller |
CSimulatorReport | |
CSimulatorTimer | |
CSimulatorTimerInterface | Interface class for SimulatorTimer objects, to be improved |
CSimpleIterationCountTimeStepControl | A simple iteration count based adaptive time step control |
CPIDTimeStepControl | PID controller based adaptive time step control as suggested in: Turek and Kuzmin |
CPIDAndIterationCountTimeStepControl | PID controller based adaptive time step control as above that also takes an target iteration into account |
CHardcodedTimeStepControl | HardcodedTimeStepControl Input generated from summary file using the ert application: |
CRelativeChangeInterface | RelativeChangeInterface |
CTimeStepControlInterface | TimeStepControlInterface |
►CDeferredLogger | |
CMessage | |
CParallelFieldPropsManager | Parallel frontend to the field properties |
CParallelEclipseState | Parallel frontend to the EclipseState |
CVectorVectorDataHandle | A data handle sending multiple data store in vectors attached to cells |
CALQState | |
CBlackoilWellModel | Class for handling the blackoil well model |
CBlackoilWellModelGeneric | Class for handling the blackoil well model |
CGasLiftCommon | |
►CGasLiftGroupInfo | |
CGroupRates | |
CGasLiftSingleWell | |
►CGasLiftSingleWellGeneric | |
CBasicRates | |
CGradInfo | |
CLimitedRates | |
COptimizeState | |
►CGasLiftStage2 | |
COptimizeState | |
CSurplusState | |
CGasLiftWellState | |
CGlobalWellInfo | |
CGroupState | |
CMultisegmentWell | |
CWellInterfaceIndices | |
CMultisegmentWellEval | |
CMultisegmentWellGeneric | |
CCopyGatherScatter | |
CCommunicateAboveBelow | Class to facilitate getting values associated with the above/below perforation |
CGlobalPerfContainerFactory | A factory for creating a global data representation for distributed wells |
CParallelWellInfo | Class encapsulating some information about parallel wells |
CCheckDistributedWellConnections | Class checking that all connections are on active cells |
CPerfData | |
CPerforationData | Static data associated with a well perforation |
CSegmentState | |
CSingleWellState | |
CStandardWell | |
CStandardWellEval | |
CStandardWellGeneric | |
CVFPInjProperties | |
CVFPProdProperties | Class which linearly interpolates BHP as a function of rate, tubing head pressure, water fraction, gas fraction, and artificial lift for production VFP tables, and similarly the BHP as a function of the rate and tubing head pressure |
CVFPProperties | A thin wrapper class that holds one VFPProdProperties and one VFPInjProperties object |
CWellConnectionAuxiliaryModule | |
CWellContainer | |
CWellInterface | |
►CWellInterfaceFluidSystem | |
CRatioLimitCheckReport | |
CWellInterfaceEval | |
►CWellInterfaceGeneric | |
COperabilityStatus | |
CWellProdIndexCalculator | Collect per-connection static information to enable calculating connection-level or well-level productivity index values when incorporating dynamic phase mobilities |
CWellState | The state of a set of wells, tailored for use by the fully implicit blackoil simulator |
CWGState | |