version 3.8
formulation.hh
Go to the documentation of this file.
1
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2
// vi: set et ts=4 sw=4 sts=4:
3
//
4
// SPDX-FileCopyrightInfo: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5
// SPDX-License-Identifier: GPL-3.0-or-later
6
//
13
#ifndef DUMUX_2P_FORMULATION_INDICES_HH
14
#define DUMUX_2P_FORMULATION_INDICES_HH
15
16
namespace
Dumux
{
17
22
enum class
TwoPFormulation
23
{
24
p0s1
,
25
p1s0
26
};
27
28
}
// end namespace Dumux
29
30
#endif
Dumux::TwoPFormulation
TwoPFormulation
Enumerates the formulations which the two-phase model accepts.
Definition:
formulation.hh:23
Dumux::TwoPFormulation::p1s0
@ p1s0
first phase saturation and second phase pressure as primary variables
Dumux::TwoPFormulation::p0s1
@ p0s1
first phase pressure and second phase saturation as primary variables
Dumux
Definition:
adapt.hh:17
dumux
porousmediumflow
2p
formulation.hh
© Copyright 2010-
DuMux project contributors
(doc pages:
CC-BY 4.0
/ code examples:
GPLv3 or later
)
3.8 Generated by
1.9.3