OGS
DrySolidDensity.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <string_view>
14
15
#include "
BaseLib/StrongType.h
"
16
17
namespace
ProcessLib::RichardsMechanics
18
{
19
// Apparent dry solid density
20
using
DrySolidDensity
=
BaseLib::StrongType<double, struct DrySolidDensityTag>
;
21
22
constexpr
std::string_view
ioName
(
struct
DrySolidDensityTag*)
23
{
24
return
"dry_density_solid"
;
25
}
26
}
// namespace ProcessLib::RichardsMechanics
StrongType.h
ProcessLib::RichardsMechanics
Definition
ComputeMicroPorosity.h:22
ProcessLib::RichardsMechanics::ioName
constexpr std::string_view ioName(struct DrySolidDensityTag *)
Definition
DrySolidDensity.h:22
BaseLib::StrongType
Definition
StrongType.h:25
ProcessLib
RichardsMechanics
ConstitutiveRelations
DrySolidDensity.h
Generated by
1.12.0