OGS
TH2M/ConstitutiveRelations/Biot.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"
8
9namespace ProcessLib::TH2M
10{
12{
14
16{
17 void eval(SpaceTimeData const& x_t, MediaData const& media_data,
18 BiotData& out) const;
19};
20} // namespace ConstitutiveRelations
21} // namespace ProcessLib::TH2M
BaseLib::StrongType< double, struct BiotTag > BiotData
void eval(SpaceTimeData const &x_t, MediaData const &media_data, BiotData &out) const