OGS
CreateEffectiveThermalConductivityPorosityMixing.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 BaseLib
9{
10class ConfigTree;
11}
12
13namespace ParameterLib
14{
15struct CoordinateSystem;
16}
17
18namespace MaterialPropertyLib
19{
20class Property;
21
23 int const geometry_dimension,
24 BaseLib::ConfigTree const& config,
25 ParameterLib::CoordinateSystem const* const local_coordinate_system);
26} // namespace MaterialPropertyLib
std::unique_ptr< Property > createEffectiveThermalConductivityPorosityMixing(int const geometry_dimension, BaseLib::ConfigTree const &config, ParameterLib::CoordinateSystem const *const local_coordinate_system)
A local coordinate system used for tensor transformations.