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