25#ifndef DUMUX_CELLDATA1P_HH
26#define DUMUX_CELLDATA1P_HH
33template<
class TypeTag>
46template<
class TypeTag>
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
Class storing data assigned to a cell-cell interfaces, so-called flux-data.
Definition: 1p/sequential/fluxdata.hh:42
Class including data of one grid cell.
Definition: 1p/sequential/celldata.hh:48
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
Base file for properties related to sequential models.
Class including the variables and data of discretized data of the constitutive relations.