OGS
ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp
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#include "Biot.h"
5
7{
8void BiotModel::eval(SpaceTimeData const& x_t, MediaData const& media_data,
9 BiotData& out) const
10{
11 namespace MPL = MaterialPropertyLib;
12 MPL::VariableArray variables;
13
15 .template value<double>(variables, x_t.x, x_t.t, x_t.dt);
16}
17} // namespace ProcessLib::ThermoRichardsMechanics
Property const & property(PropertyType const &p) const
Definition Medium.cpp:45
BaseLib::StrongType< double, struct BiotTag > BiotData
void eval(SpaceTimeData const &x_t, MediaData const &media_data, BiotData &out) const