This class expresses all intensive quantities of the discrete fracture model.
More...
|
| void | update (const ElementContext &elemCtx, int scvfIdx, int timeIdx) |
| | Update the extensive quantities for a given sub-control-volume-face. More...
|
| |
| const DimMatrix & | fractureIntrinsicPermeability () const |
| |
| Scalar | fractureVolumeFlux (int phaseIdx) const |
| |
| Scalar | fractureWidth () const |
| |
| const DimVector & | fractureFilterVelocity (int phaseIdx) const |
| |
| template<class Context , class FluidState > |
| void | updateBoundary (const Context &context, int bfIdx, int timeIdx, const FluidState &fluidState, typename FluidSystem::ParameterCache ¶mCache) |
| | Update the extensive quantities for a given boundary face. More...
|
| |
| short | upstreamIndex (int phaseIdx) const |
| | Return the local index of the upstream control volume for a given phase as a function of the normal flux. More...
|
| |
| short | downstreamIndex (int phaseIdx) const |
| | Return the local index of the downstream control volume for a given phase as a function of the normal flux. More...
|
| |
| Scalar | upstreamWeight (int phaseIdx) const |
| | Return the weight of the upstream control volume for a given phase as a function of the normal flux. More...
|
| |
| Scalar | downstreamWeight (int phaseIdx) const |
| | Return the weight of the downstream control volume for a given phase as a function of the normal flux. More...
|
| |
template<class TypeTag>
class Ewoms::DiscreteFractureExtensiveQuantities< TypeTag >
This class expresses all intensive quantities of the discrete fracture model.