|
| void | update (const ElementContext &elemCtx, int dofIdx, int timeIdx) |
| |
| void | updateScvGradients (const ElementContext &elemCtx, int dofIdx, int timeIdx) |
| |
| const FluidState & | fluidState () const |
| | Returns the thermodynamic state of the fluid for the control-volume. More...
|
| |
| Scalar | porosity () const |
| | Returns the porosity of the medium. More...
|
| |
| const DimVector & | velocity () const |
| | Returns the average velocity in the sub-control volume. More...
|
| |
| const DimVector & | velocityCenter () const |
| | Returns the velocity at the center in the sub-control volume. More...
|
| |
| const DimVector & | pressureGradient () const |
| | Returns the pressure gradient in the sub-control volume. More...
|
| |
| const DimVector & | gravity () const |
| | Returns the gravitational acceleration vector in the sub-control volume. More...
|
| |
template<class TypeTag>
class Ewoms::StokesIntensiveQuantities< TypeTag >
Contains the intensive quantities of the Stokes model.