discretefractureproblem.hh
Go to the documentation of this file.
The base class for the problems of ECFV discretizations which deal with a multi-phase flow through a ... Definition: discretefractureproblem.hh:50 const DimMatrix & fractureIntrinsicPermeability(const Context &, unsigned, unsigned) const Returns the intrinsic permeability tensor at a given position due to a fracture. Definition: discretefractureproblem.hh:107 void fractureFaceIntrinsicPermeability(DimMatrix &result, const Context &context, unsigned localFaceIdx, unsigned timeIdx) const Returns the intrinsic permeability of a face due to a fracture. Definition: discretefractureproblem.hh:79 DiscreteFractureProblem(Simulator &simulator) Definition: discretefractureproblem.hh:65 Scalar fracturePorosity(const Context &, unsigned, unsigned) const Returns the porosity [] inside fractures for a given control volume. Definition: discretefractureproblem.hh:123 Simulator & simulator() Returns Simulator object used by the simulation. Definition: fvbaseproblem.hh:677 The base class for the problems of ECFV discretizations which deal with a multi-phase flow through a ... Definition: multiphasebaseproblem.hh:65 Definition: blackoilboundaryratevector.hh:39 typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(.... Definition: propertysystem.hh:233 |