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