IncompTpfaSinglePhase.hpp
Go to the documentation of this file.
Definition: wells.h:50 Definition: grid.h:98 const UnstructuredGrid & grid_ Definition: IncompTpfaSinglePhase.hpp:72 Definition: AnisotropicEikonal.hpp:43 struct ifs_tpfa_forces forces_ Definition: IncompTpfaSinglePhase.hpp:80 Definition: ifs_tpfa.h:48 const LinearSolverInterface & linsolver_ Definition: IncompTpfaSinglePhase.hpp:74 IncompTpfaSinglePhase(const UnstructuredGrid &grid, const IncompPropertiesSinglePhase &props, const LinearSolverInterface &linsolver, const Wells &wells) const IncompPropertiesSinglePhase & props_ Definition: IncompTpfaSinglePhase.hpp:73 std::vector< double > htrans_ Definition: IncompTpfaSinglePhase.hpp:76 std::vector< double > totmob_ Definition: IncompTpfaSinglePhase.hpp:79 std::vector< double > zeros_ Definition: IncompTpfaSinglePhase.hpp:78 Definition: ifs_tpfa.h:70 void solve(std::vector< double > &press, std::vector< double > &flux, std::vector< double > &bhp, std::vector< double > &wellrates) Solve the pressure equation. std::vector< double > trans_ Definition: IncompTpfaSinglePhase.hpp:77 Abstract interface for linear solvers. Definition: LinearSolverInterface.hpp:32 Definition: IncompTpfaSinglePhase.hpp:43 Definition: IncompPropertiesSinglePhase.hpp:47 |