3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Public Member Functions | List of all members
Dumux::PlotEffectiveDiffusivityModel< Scalar, EffectiveDiffusivityModel > Class Template Reference

Interface for plotting the multi-component-matrix-interaction laws. More...

#include <dumux/io/ploteffectivediffusivitymodel.hh>

Description

template<class Scalar, class EffectiveDiffusivityModel>
class Dumux::PlotEffectiveDiffusivityModel< Scalar, EffectiveDiffusivityModel >

Interface for plotting the multi-component-matrix-interaction laws.

Public Member Functions

 PlotEffectiveDiffusivityModel ()
 Constructor. More...
 
void adddeffcurve (GnuplotInterface< Scalar > &gnuplot, Scalar porosity, Scalar diffCoeff, Scalar lowerSat=0.0, Scalar upperSat=1.0, std::string curveName="deff", std::string curveOptions="w l")
 Add a effective diffusion factor-saturation data set to the plot. More...
 
Scalar getEffectiveDiffusionCoefficient (Scalar saturation, Scalar porosity, Scalar diffCoeff) const
 for point check More...
 

Constructor & Destructor Documentation

◆ PlotEffectiveDiffusivityModel()

template<class Scalar , class EffectiveDiffusivityModel >
Dumux::PlotEffectiveDiffusivityModel< Scalar, EffectiveDiffusivityModel >::PlotEffectiveDiffusivityModel ( )
inline

Constructor.

Member Function Documentation

◆ adddeffcurve()

template<class Scalar , class EffectiveDiffusivityModel >
void Dumux::PlotEffectiveDiffusivityModel< Scalar, EffectiveDiffusivityModel >::adddeffcurve ( GnuplotInterface< Scalar > &  gnuplot,
Scalar  porosity,
Scalar  diffCoeff,
Scalar  lowerSat = 0.0,
Scalar  upperSat = 1.0,
std::string  curveName = "deff",
std::string  curveOptions = "w l" 
)
inline

Add a effective diffusion factor-saturation data set to the plot.

Parameters
gnuplotThe gnuplot interface
porosityThe porosity
diffCoeffThe binary diffusion coefficient
lowerSatMinimum x-value for data set
upperSatMaximum x-value for data set
curveNameName of the data set
curveOptionsPlotting options associated with that data set

◆ getEffectiveDiffusionCoefficient()

template<class Scalar , class EffectiveDiffusivityModel >
Scalar Dumux::PlotEffectiveDiffusivityModel< Scalar, EffectiveDiffusivityModel >::getEffectiveDiffusionCoefficient ( Scalar  saturation,
Scalar  porosity,
Scalar  diffCoeff 
) const
inline

for point check


The documentation for this class was generated from the following file: