Interface for plotting the multi-component-matrix-interaction laws. More...
#include <dumux/io/ploteffectivediffusivitymodel.hh>
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... | |
|
inline |
Constructor.
|
inline |
Add a effective diffusion factor-saturation data set to the plot.
| gnuplot | The gnuplot interface |
| porosity | The porosity |
| diffCoeff | The binary diffusion coefficient |
| lowerSat | Minimum x-value for data set |
| upperSat | Maximum x-value for data set |
| curveName | Name of the data set |
| curveOptions | Plotting options associated with that data set |
|
inline |
for point check