Class including the variables and data of discretized data of the constitutive relations.
More...
template<class TypeTag>
class Dumux::FluxData2P2C< TypeTag >
Class including the variables and data of discretized data of the constitutive relations.
The variables of two-phase flow, which are one pressure and one saturation are stored in this class. Additionally, a velocity needed in the transport part of the sequential two-phase flow is stored, as well as discretized data of constitutive relationships like mobilities, fractional flow functions and capillary pressure. Thus, they have to be calculated just once in every time step or every iteration step.
- Template Parameters
-
|
| FluxData2P2C () |
| Constructor. More...
|
|
const DimVector & | velocity (int phaseIdx, int indexInInside) |
| Returns the phase velocity vector at a cell-cell interface. More...
|
|
const DimVector & | velocity (int phaseIdx, int indexInInside) const |
| Returns the phase velocity vector at a cell-cell interface. More...
|
|
void | setVelocity (int phaseIdx, int indexInInside, const DimVector &velocity) |
| Sets the phase velocity vector at a cell-cell interface. More...
|
|
DimVector | velocityTotal (int indexInInside) |
| Returns the total velocity vector at a cell-cell interface. More...
|
|
DimVector | velocityTotal (int indexInInside) const |
| Returns the total velocity vector at a cell-cell interface. More...
|
|
void | resize (int size) |
| resizes the upwind vector for the case of hanging nodes More...
|
|
int | size () |
| returns the size of the upwind vector which equals number of faces More...
|
|
const bool & | isUpwindCell (int indexInInside, int equationIdx) const |
| Functions returning upwind information. More...
|
|
void | setUpwindCell (int indexInInside, int equationIdx, bool value) |
| Sets the upwind information. More...
|
|
void | outputFluxData () |
| Console output for the FluxData. More...
|
|