OGS
CreateSimplifiedElasticityModel.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
8namespace ProcessLib
9{
10namespace ThermoRichardsFlow
11{
13}
14} // namespace ProcessLib
15
16namespace BaseLib
17{
18class ConfigTree;
19}
20
21namespace ProcessLib
22{
23namespace ThermoRichardsFlow
24{
25std::unique_ptr<SimplifiedElasticityModel> createElasticityModel(
26 BaseLib::ConfigTree const& config);
27
28} // namespace ThermoRichardsFlow
29} // namespace ProcessLib
std::unique_ptr< SimplifiedElasticityModel > createElasticityModel(BaseLib::ConfigTree const &config)