OGS
ThermoRichardsMechanics/ConstitutiveCommon/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
10{
12
14{
15 void eval(SpaceTimeData const& x_t, MediaData const& media_data,
16 BiotData& out) const;
17};
18} // namespace ProcessLib::ThermoRichardsMechanics
BaseLib::StrongType< double, struct BiotTag > BiotData
void eval(SpaceTimeData const &x_t, MediaData const &media_data, BiotData &out) const