OGS
ThermoRichardsMechanicsProcessData.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 <Eigen/Core>
7#include <memory>
8#include <utility>
9
10#include "BaseLib/StrongType.h"
14
15namespace ProcessLib
16{
18{
22
23template <int DisplacementDim, typename ConstitutiveTraits>
56
57} // namespace ThermoRichardsMechanics
58} // namespace ProcessLib
BaseLib::StrongType< bool, struct InitializePorosityFromMediumPropertyTag > InitializePorosityFromMediumProperty
A type helping to avoid confusion of different boolean values.
std::map< int, std::shared_ptr< typename ConstitutiveTraits::SolidConstitutiveRelation > > solid_materials
The constitutive relation for the mechanical part.