OGS
MicroSaturation.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{
20
21constexpr std::string_view ioName(struct MicroSaturationTag*)
22{
23 return "micro_saturation";
24}
25} // namespace ProcessLib::RichardsMechanics
constexpr std::string_view ioName(struct DrySolidDensityTag *)