OGS
Storage.h
Go to the documentation of this file.
1
13
#pragma once
14
15
#include <string>
16
17
namespace
MaterialLib
18
{
19
namespace
PorousMedium
20
{
21
class
Storage
22
{
23
public
:
24
virtual
~Storage
() =
default
;
26
virtual
std::string
getName
()
const
= 0;
27
32
virtual
double
getValue
(
const
double
variable)
const
= 0;
33
};
34
35
}
// namespace PorousMedium
36
}
// namespace MaterialLib
MaterialLib::PorousMedium::Storage
Definition:
Storage.h:22
MaterialLib::PorousMedium::Storage::~Storage
virtual ~Storage()=default
MaterialLib::PorousMedium::Storage::getName
virtual std::string getName() const =0
Get model name.
MaterialLib::PorousMedium::Storage::getValue
virtual double getValue(const double variable) const =0
MaterialLib
Definition:
ConstantFluidProperty.h:18
MaterialLib
PorousMedium
Storage
Storage.h
Generated by
1.9.6