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
18{
19// Apparent dry solid density
21
22constexpr std::string_view ioName(struct DrySolidDensityTag*)
23{
24 return "dry_density_solid";
25}
26} // namespace ProcessLib::RichardsMechanics
constexpr std::string_view ioName(struct DrySolidDensityTag *)