25#ifndef DUMUX_CELLDATA1P_HH
26#define DUMUX_CELLDATA1P_HH
33template<
class TypeTag>
46template<
class TypeTag>
#define GET_PROP_TYPE(TypeTag, PropTagName)
Definition propertysystemmacros.hh:283
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
Class storing data assigned to a cell-cell interfaces, so-called flux-data.
Definition 1p/sequential/fluxdata.hh:42
const FluxData & fluxData() const
Returns the flux data of the cell.
Definition 1p/sequential/celldata.hh:70
void setPressure(Scalar press)
Sets the cell pressure.
Definition 1p/sequential/celldata.hh:90
FluxData & fluxData()
Returns the flux data of the cell.
Definition 1p/sequential/celldata.hh:65
CellData1P()
Constructs a CellData1P object.
Definition 1p/sequential/celldata.hh:60
Scalar pressure()
Returns the cell pressure.
Definition 1p/sequential/celldata.hh:80
Scalar pressure() const
Returns the cell pressure.
Definition 1p/sequential/celldata.hh:85
Defines the properties required for the single phase sequential model.
Class storing data assigned to a cell-cell interfaces, so-called flux-data.