Class including data of one grid cell. More...
#include <dumux/porousmediumflow/1p/sequential/celldata.hh>
Class including data of one grid cell.
The variables of one-phase flow, which are the pressure as well as additional data assigned to cell-cell interfaces, so-called flux-data, are stored.
TypeTag | The problem TypeTag |
Public Member Functions | |
CellData1P () | |
Constructs a CellData1P object. More... | |
FluxData & | fluxData () |
Returns the flux data of the cell. More... | |
const FluxData & | fluxData () const |
Returns the flux data of the cell. More... | |
Scalar | pressure () |
Returns the cell pressure. More... | |
Scalar | pressure () const |
Returns the cell pressure. More... | |
void | setPressure (Scalar press) |
Sets the cell pressure. More... | |
|
inline |
Constructs a CellData1P object.
|
inline |
Returns the flux data of the cell.
|
inline |
Returns the flux data of the cell.
|
inline |
Returns the cell pressure.
|
inline |
Returns the cell pressure.
|
inline |
Sets the cell pressure.