3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
propertiesadaptive.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_IMPES2PADAPTIVE_PROPERTIES_HH
25#define DUMUX_IMPES2PADAPTIVE_PROPERTIES_HH
26
29
30namespace Dumux {
31namespace Properties {
38// Type tags tags
40
42NEW_TYPE_TAG(IMPESTwoPAdaptive, INHERITS_FROM(IMPET, SequentialTwoP));
43
45// Property tags
47} // end namespace Properties
48} // end namespace Dumux
49
55
56namespace Dumux {
57namespace Properties {
59SET_BOOL_PROP(IMPESTwoPAdaptive, AdaptiveGrid, true);
68} // end namespace Properties
69} // end namespace Dumux
70
71#endif
#define NEW_TYPE_TAG(...)
Definition: propertysystemmacros.hh:130
Class defining a standard, saturation dependent indicator for grid adaption.
Class defining a start indicator for grid adaption.
Base file for properties related to sequential IMPET algorithms.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Property tag Variables
The type of the container of global variables.
Definition: porousmediumflow/sequential/properties.hh:71
Property tag AdaptionIndicator
Class defining the refinement/coarsening indicator.
Definition: gridadaptproperties.hh:55
Property tag CellData
Defines data object to be stored.
Definition: porousmediumflow/sequential/properties.hh:72
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 AdaptionInitializationIndicator
Class defining the refinement/coarsening indicator for grid initialization.
Definition: gridadaptproperties.hh:58
Property tag AdaptiveGrid
Defines if the grid is h-adaptive.
Definition: gridadaptproperties.hh:49
SET_BOOL_PROP(FVPressureOneP, VisitFacesOnlyOnce, true)
Allow assembling algorithm for the pressure matrix to assemble only from one side of a cell-cell inte...
Class defining an initialization indicator for grid adaption. Refines at sources and boundaries....
Definition: initializationindicator.hh:45
Class including the data of a grid cell needed if an adaptive grid is used.
Definition: sequential/celldataadaptive.hh:43
Class defining a standard, saturation dependent indicator for grid adaption.
Definition: gridadaptionindicator.hh:41
Base class holding the variables and discretized data for sequential models.
Definition: sequential/variableclassadaptive.hh:47
Defines the properties required for (immiscible) two-phase sequential models.
Base class for all 2-phase problems which use an IMPES algorithm.
Class including the data of a grid cell needed if an adaptive grid is used.
Base class holding the variables for sequential models.