OGS
CreatePermeabilityOrthotropicPowerLaw.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <memory>
13
14namespace BaseLib
15{
16class ConfigTree;
17}
18namespace ParameterLib
19{
20struct CoordinateSystem;
21}
22namespace MaterialPropertyLib
23{
24class Property;
25}
26
27namespace MaterialPropertyLib
28{
29std::unique_ptr<Property> createPermeabilityOrthotropicPowerLaw(
30 BaseLib::ConfigTree const& config,
31 ParameterLib::CoordinateSystem const* const local_coordinate_system);
32} // 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.