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