OGS
DrySolidDensity.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <string_view>
7
9
11{
12// Apparent dry solid density
14
15constexpr std::string_view ioName(struct DrySolidDensityTag*)
16{
17 return "dry_density_solid";
18}
19} // namespace ProcessLib::RichardsMechanics
BaseLib::StrongType< double, struct DrySolidDensityTag > DrySolidDensity
constexpr std::string_view ioName(struct DrySolidDensityTag *)