00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef OPM_POLYMERBLACKOILSTATE_HEADER_INCLUDED
00021 #define OPM_POLYMERBLACKOILSTATE_HEADER_INCLUDED
00022
00023
00024 #include <opm/core/simulator/BlackoilState.hpp>
00025 #include <opm/core/grid.h>
00026 #include <vector>
00027
00028 namespace Opm
00029 {
00030
00033 class PolymerBlackoilState : public BlackoilState
00034 {
00035 public:
00036 static const std::string CONCENTRATION;
00037 static const std::string CMAX;
00038
00039 PolymerBlackoilState(int number_of_cells, int number_of_faces, int num_phases);
00040 };
00041
00042 }
00043
00044
00045
00046
00047 #endif // OPM_POLYMERBLACKOILSTATE_HEADER_INCLUDED