OGS
TH2M/ConstitutiveRelations/SolidThermalExpansion.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 "Base.h"
7
8namespace ProcessLib::TH2M
9{
11{
12template <int DisplacementDim>
19
20template <int DisplacementDim>
22{
23 void eval(SpaceTimeData const& x_t, MediaData const& media_data,
25};
26
27extern template struct SolidThermalExpansionModel<2>;
28extern template struct SolidThermalExpansionModel<3>;
29} // namespace ConstitutiveRelations
30} // namespace ProcessLib::TH2M
static constexpr double nan
Convenience alias for not a number.
KV::KelvinVectorType< DisplacementDim > KelvinVector
void eval(SpaceTimeData const &x_t, MediaData const &media_data, SolidThermalExpansionData< DisplacementDim > &out) const