20 #ifndef OPM_FLUIDSTATEBLACKOIL_HEADER_INCLUDED 21 #define OPM_FLUIDSTATEBLACKOIL_HEADER_INCLUDED 24 #include "BlackoilDefs.hpp" 35 CompVec surface_volume_;
36 PhaseVec phase_pressure_;
37 PhaseVec phase_volume_density_;
38 Scalar total_phase_volume_density_;
39 PhaseVec formation_volume_factor_;
40 PhaseVec solution_factor_;
41 PhaseToCompMatrix phase_to_comp_;
43 PhaseVec phase_compressibility_;
44 Scalar total_compressibility_;
45 Scalar experimental_term_;
48 PhaseJacobian drelperm_;
50 PhaseJacobian dmobility_;
60 std::vector<CompVec> surface_volume_density;
61 std::vector<PhaseVec> phase_pressure;
64 std::vector<PhaseVec> formation_volume_factor;
65 std::vector<PhaseVec> formation_volume_factor_deriv;
66 std::vector<PhaseVec> solution_factor;
67 std::vector<PhaseVec> solution_factor_deriv;
68 std::vector<PhaseVec> viscosity;
73 std::vector<PhaseToCompMatrix> state_matrix;
74 std::vector<PhaseVec> phase_volume_density;
75 std::vector<Scalar> total_phase_volume_density;
76 std::vector<PhaseVec> saturation;
77 std::vector<PhaseVec> phase_compressibility;
78 std::vector<Scalar> total_compressibility;
79 std::vector<Scalar> experimental_term;
82 std::vector<PhaseVec> relperm;
83 std::vector<PhaseJacobian> relperm_deriv;
84 std::vector<PhaseVec> mobility;
85 std::vector<PhaseJacobian> mobility_deriv;
91 #endif // OPM_FLUIDSTATEBLACKOIL_HEADER_INCLUDED Definition: BlackoilDefs.hpp:33
Class for immiscible dead oil and dry gas.
Definition: applier.hpp:18
Fluid state for a black oil model.
Definition: FluidStateBlackoil.hpp:32
Multiple fluid states for a black oil model.
Definition: FluidStateBlackoil.hpp:57