OGS
ReservoirProperties.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <memory>
7#include <vector>
8
9namespace BaseLib
10{
11class ConfigTree;
12}
13
14namespace ParameterLib
15{
16template <typename T>
17struct Parameter;
18struct ParameterBase;
19} // namespace ParameterLib
20
21namespace ProcessLib
22{
23namespace WellboreSimulator
24{
33
35 BaseLib::ConfigTree const& config,
36 std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const&
37 parameters);
38} // namespace WellboreSimulator
39} // namespace ProcessLib
ReservoirProperties createReservoirProperties(BaseLib::ConfigTree const &config, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters)
ParameterLib::Parameter< double > const & pressure
ParameterLib::Parameter< double > const & thermal_conductivity
ParameterLib::Parameter< double > const & temperature
ParameterLib::Parameter< double > const & density
ParameterLib::Parameter< double > const & specific_heat_capacity