3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
2p/sequential/diffusion/mimetic/pressureproperties.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 * See the file COPYING for full copying permissions. *
5 * *
6 * This program is free software: you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation, either version 3 of the License, or *
9 * (at your option) any later version. *
10 * *
11 * This program is distributed in the hope that it will be useful, *
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14 * GNU General Public License for more details. *
15 * *
16 * You should have received a copy of the GNU General Public License *
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. *
18 *****************************************************************************/
24#ifndef DUMUX_MIMETICPROPERTIES2P_SEQUENTIAL_HH
25#define DUMUX_MIMETICPROPERTIES2P_SEQUENTIAL_HH
26
27//Dumux-includes
30namespace Dumux {
31
33// Forward declarations
35
37// Properties
39namespace Properties {
41// Type tags
43
45NEW_TYPE_TAG(MimeticPressureTwoP, INHERITS_FROM(PressureTwoP, Mimetic));
46
48// Property tags
50} // end namespace Properties
51} // end namespace Dumux
52
55
56namespace Dumux {
57namespace Properties {
60} // end namespace Properties
61} // end namespace Dumux
62
63#endif
#define NEW_TYPE_TAG(...)
Definition: propertysystemmacros.hh:130
Local stiffness matrix for the diffusion equation discretized by mimetic FD.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Type tag Mimetic
The type tag for models using a mimetic method.
Definition: porousmediumflow/sequential/mimetic/properties.hh:53
SET_TYPE_PROP(FVPressureOneP, Velocity, FVVelocity1P< TypeTag >)
Set velocity reconstruction implementation standard cell centered finite volume schemes as default.
Type tag FVPressureOneP INHERITS_FROM(PressureOneP))
The type tag for the one-phase problems using a standard finite volume model.
Property tag PressureModel
The type of the discretization of a pressure model.
Definition: porousmediumflow/sequential/properties.hh:65
Base class for local assemblers.
Definition: localstiffness.hh:60
compute local stiffness matrix for conforming finite elements for the full 2-phase pressure equation
Definition: mimetic.hh:53
Mimetic method for the pressure equation.
Definition: 2p/sequential/diffusion/mimetic/pressure.hh:62
Specifies the properties for immiscible 2p diffusion/pressure models.
Defines the basic properties required for a mimetic method.
Model for the pressure equation discretized by mimetic FD.