|
BlackoilModelTPSA.hpp
Go to the documentation of this file.
120 std::string msg = fmt::format("TPSA: Fixed-stress scheme reached max iterations (={})!", maxSeqIter);
148 // If the initial residual error, hence check for no. linearizations == 1, was small enough, we have
154 std::string msg = fmt::format("TPSA: Fixed-stress scheme converged in {} iterations", seqIter_);
Definition: BlackoilModel.hpp:61 BlackoilModelParameters< Scalar > ModelParameters Definition: BlackoilModel.hpp:76 const ModelParameters & param() const Returns const reference to model parameters. Definition: BlackoilModel.hpp:329 GetPropType< TypeTag, Properties::Simulator > Simulator Definition: BlackoilModel.hpp:64 SimulatorReportSingle nonlinearIteration(const SimulatorTimerInterface &timer, NonlinearSolverType &nonlinear_solver) Definition: BlackoilModel_impl.hpp:245 GetPropType< TypeTag, Properties::Scalar > Scalar Definition: BlackoilModel.hpp:75 Black oil model for coupling Flow simulations with TPSA geomechanics. Definition: BlackoilModelTPSA.hpp:46 SimulatorReportSingle nonlinearIterationLaggedTPSA(const SimulatorTimerInterface &timer, NonlinearSolverType &nonlinear_solver) Perform a nonlinear iteration updating Flow and TPSA geomechanics in a lagged scheme. Definition: BlackoilModelTPSA.hpp:187 SimulatorReportSingle nonlinearIteration(const SimulatorTimerInterface &timer, NonlinearSolverType &nonlinear_solver) Perform a nonlinear iteration updating Flow and TPSA geomechanics. Definition: BlackoilModelTPSA.hpp:82 SimulatorReportSingle nonlinearIterationFixedStressTPSA(const SimulatorTimerInterface &timer, NonlinearSolverType &nonlinear_solver) Perform a nonlinear iteration updating Flow and TPSA geomechanics in a fixed-stress,... Definition: BlackoilModelTPSA.hpp:110 bool solveTpsaEquations() Solve TPSA geomechanics equations. Definition: BlackoilModelTPSA.hpp:218 BlackoilModelTPSA(Simulator &simulator, const ModelParameters ¶m, BlackoilWellModel< TypeTag > &well_model, const bool terminal_output) Constructor. Definition: BlackoilModelTPSA.hpp:63 Class for handling the blackoil well model. Definition: BlackoilWellModel.hpp:98 Interface class for SimulatorTimer objects, to be improved. Definition: SimulatorTimerInterface.hpp:34 Definition: blackoilbioeffectsmodules.hh:45 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 Solver parameters for the BlackoilModel. Definition: BlackoilModelParameters.hpp:194 A struct for returning timing data from a simulator to its caller. Definition: SimulatorReport.hpp:34 |