Specialization of Darcy's Law for the two-phase one-component model, including a the possibility 
 to block spurious fluxes of cold water into the steam zone, which can improve the model's convergence behavior (Gudbjerg et al., 2005) [gudbjerg2004].  
#include <dumux/porousmediumflow/2p1c/darcyslaw.hh>
|  | 
| static Scalar | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElemFluxVarCache &elemFluxVarCache) | 
|  | Compute the Darcy flux and use a blocking factor, if specified. 
 | 
|  | 
◆ flux()
template<class TypeTag> 
  
  | 
        
          | static Scalar Dumux::TwoPOneCDarcysLaw< TypeTag >::flux | ( | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolumeFace & | scvf, |  
          |  |  | const int | phaseIdx, |  
          |  |  | const ElemFluxVarCache & | elemFluxVarCache ) |  | inlinestatic | 
 
 
The documentation for this class was generated from the following file: