Class collecting all necessary components for a blackoil simulation with polymer injection. More...
#include <SimulatorFullyImplicitBlackoilSolvent.hpp>
Public Member Functions | |
SimulatorFullyImplicitBlackoilSolvent (const ParameterGroup ¶m, const GridT &grid, DerivedGeology &geo, BlackoilPropsAdFromDeck &props, const SolventPropsAdFromDeck &solvent_props, const RockCompressibility *rock_comp_props, NewtonIterationBlackoilInterface &linsolver, const double *gravity, const bool disgas, const bool vapoil, std::shared_ptr< EclipseState > eclipse_state, BlackoilOutputWriter &output_writer, std::shared_ptr< Deck > deck, const std::vector< double > &threshold_pressures_by_face, const bool solvent) | |
std::unique_ptr< Solver > | createSolver (const WellModel &well_model) |
void | handleAdditionalWellInflow (SimulatorTimer &timer, WellsManager &wells_manager, typename BaseType::WellState &well_state, const Wells *wells) |
Class collecting all necessary components for a blackoil simulation with polymer injection.