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:105 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:121 Simulator & simulator() Returns Simulator object used by the simulation. Definition: fvbaseproblem.hh:686 The base class for the problems of ECFV discretizations which deal with a multi-phase flow through a ... Definition: multiphasebaseproblem.hh:60 Defines the properties required for the immiscible multi-phase model which considers discrete fractur... Definition: blackoilboundaryratevector.hh:37 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:235 |