OGS
ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp
Go to the documentation of this file.
1
10
11#include "Biot.h"
12
14{
15void BiotModel::eval(SpaceTimeData const& x_t, MediaData const& media_data,
16 BiotData& out) const
17{
18 namespace MPL = MaterialPropertyLib;
19 MPL::VariableArray variables;
20
22 .template value<double>(variables, x_t.x, x_t.t, x_t.dt);
23}
24} // namespace ProcessLib::ThermoRichardsMechanics
Property const & property(PropertyType const &p) const
Definition Medium.cpp:54
BaseLib::StrongType< double, struct BiotTag > BiotData
void eval(SpaceTimeData const &x_t, MediaData const &media_data, BiotData &out) const