OGS
Biot.h
Go to the documentation of this file.
1
10#pragma once
11
12#include "Base.h"
13#include "BaseLib/StrongType.h"
14
15namespace ProcessLib::TH2M
16{
17namespace ConstitutiveRelations
18{
20
22{
23 void eval(SpaceTimeData const& x_t, MediaData const& media_data,
24 BiotData& out) const;
25};
26} // namespace ConstitutiveRelations
27} // namespace ProcessLib::TH2M
void eval(SpaceTimeData const &x_t, MediaData const &media_data, BiotData &out) const
Definition Biot.cpp:16