OGS
SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.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 <map>
7
#include <memory>
8
#include <optional>
9
#include <vector>
10
11
#include "
SolidMechanics.h
"
12
13
namespace
BaseLib
14
{
15
class
ConfigTree
;
16
}
17
namespace
MeshLib
18
{
19
template
<
typename
T>
20
class
PropertyVector
;
21
}
22
namespace
ParameterLib
23
{
24
struct
ParameterBase
;
25
struct
CoordinateSystem
;
26
}
// namespace ParameterLib
27
28
namespace
ProcessLib::SmallDeformation
29
{
30
namespace
ConstitutiveRelations
31
{
32
template
<
int
DisplacementDim>
33
struct
CreateConstitutiveSetting
34
{
35
static
std::map<int,
36
std::shared_ptr<SolidConstitutiveRelation<DisplacementDim>>>
37
createSolidConstitutiveRelations
(
38
std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const
&
39
parameters,
40
std::optional<ParameterLib::CoordinateSystem>
const
&
41
local_coordinate_system,
42
MeshLib::PropertyVector<int>
const
*
const
material_ids,
43
BaseLib::ConfigTree
const
& config);
44
};
45
}
// namespace ConstitutiveRelations
46
}
// namespace ProcessLib::SmallDeformation
SolidMechanics.h
BaseLib::ConfigTree
Definition
ConfigTree.h:101
MeshLib::PropertyVector
Definition
PropertyVector.h:52
BaseLib
Definition
TestDefinition.h:13
MeshLib
Definition
ProjectData.h:30
ParameterLib
Definition
ChemicalSolverInterface.h:103
ProcessLib::SmallDeformation::ConstitutiveRelations
Definition
SmallDeformation/ConstitutiveRelations/ConstitutiveData.h:17
ProcessLib::SmallDeformation
Definition
SmallDeformation/ConstitutiveRelations/Base.h:10
ParameterLib::CoordinateSystem
A local coordinate system used for tensor transformations.
Definition
ParameterLib/CoordinateSystem.h:42
ParameterLib::ParameterBase
Definition
ParameterLib/Parameter.h:41
ProcessLib::SmallDeformation::ConstitutiveRelations::CreateConstitutiveSetting
Definition
SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h:34
ProcessLib::SmallDeformation::ConstitutiveRelations::CreateConstitutiveSetting::createSolidConstitutiveRelations
static std::map< int, std::shared_ptr< SolidConstitutiveRelation< DisplacementDim > > > createSolidConstitutiveRelations(std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, MeshLib::PropertyVector< int > const *const material_ids, BaseLib::ConfigTree const &config)
Definition
SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp:14
ProcessLib
SmallDeformation
ConstitutiveRelations
CreateConstitutiveSetting.h
Generated by
1.14.0