TracerVdTable.hpp
Go to the documentation of this file.
1/*
2 This file is part of the Open Porous Media project (OPM).
3
4 OPM is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 OPM is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with OPM. If not, see <http://www.gnu.org/licenses/>.
16
17 Consult the COPYING file in the top-level source directory of this
18 module for the precise wording of the license and the list of
19 copyright holders.
20*/
26#ifndef TRACER_VD_TABLE_HPP
27#define TRACER_VD_TABLE_HPP
28
30
31namespace Opm {
32
37{
38public:
39 TracerVdTable() = default;
40 explicit TracerVdTable(const Opm::DeckItem& item, double inv_volume);
41
46
51};
52}
53
54
55#endif // TRACER_VD_TABLE_HPP
cJSON * item
Definition: cJSON.h:218
Definition: DeckItem.hpp:37
Definition: SimpleTable.hpp:35
Definition: TableColumn.hpp:32
A class that contains tracer concentration vs depth table.
Definition: TracerVdTable.hpp:37
const Opm::TableColumn & getDepthColumn() const
Return the depth column.
TracerVdTable()=default
const Opm::TableColumn & getTracerConcentration() const
Return the tracer concentration column.
TracerVdTable(const Opm::DeckItem &item, double inv_volume)
Definition: A.hpp:4