3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::CellData1P< TypeTag > Class Template Reference

Class including data of one grid cell. More...

#include <dumux/porousmediumflow/1p/sequential/celldata.hh>

Description

template<class TypeTag>
class Dumux::CellData1P< TypeTag >

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.

Template Parameters
TypeTagThe problem TypeTag

Public Member Functions

 CellData1P ()
 Constructs a CellData1P object. More...
 
FluxDatafluxData ()
 Returns the flux data of the cell. More...
 
const FluxDatafluxData () 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...
 

Constructor & Destructor Documentation

◆ CellData1P()

template<class TypeTag >
Dumux::CellData1P< TypeTag >::CellData1P ( )
inline

Constructs a CellData1P object.

Member Function Documentation

◆ fluxData() [1/2]

template<class TypeTag >
FluxData & Dumux::CellData1P< TypeTag >::fluxData ( )
inline

Returns the flux data of the cell.

◆ fluxData() [2/2]

template<class TypeTag >
const FluxData & Dumux::CellData1P< TypeTag >::fluxData ( ) const
inline

Returns the flux data of the cell.

◆ pressure() [1/2]

template<class TypeTag >
Scalar Dumux::CellData1P< TypeTag >::pressure ( )
inline

Returns the cell pressure.

◆ pressure() [2/2]

template<class TypeTag >
Scalar Dumux::CellData1P< TypeTag >::pressure ( ) const
inline

Returns the cell pressure.

◆ setPressure()

template<class TypeTag >
void Dumux::CellData1P< TypeTag >::setPressure ( Scalar  press)
inline

Sets the cell pressure.


The documentation for this class was generated from the following file: