Interface for plotting the multi-component-matrix-interaction laws.
#include <dumux/io/ploteffectivediffusivitymodel.hh>
◆ PlotEffectiveDiffusivityModel()
template<class Scalar , class EffectiveDiffusivityModel >
◆ 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 |
- Parameters
-
| 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 |
◆ getEffectiveDiffusionCoefficient()
template<class Scalar , class EffectiveDiffusivityModel >
The documentation for this class was generated from the following file: