Interface for plotting the non-isothermal two-phase fluid-matrix-interaction laws. More...
#include <dumux/io/plotthermalconductivitymodel.hh>
Interface for plotting the non-isothermal two-phase fluid-matrix-interaction laws.
Public Member Functions | |
PlotThermalConductivityModel (Scalar temperature=283.15, Scalar pressure=1e5) | |
Constructor. More... | |
void | addlambdaeffcurve (GnuplotInterface< Scalar > &gnuplot, Scalar porosity, Scalar rhoSolid, Scalar lambdaSolid, Scalar lowerSat=0.0, Scalar upperSat=1.0, std::string curveName="lambdaeff", std::string curveOptions="w l") |
Add a effective thermal conductivity-saturation curve to the plot. More... | |
|
inline |
Constructor.
Initializes the fluid system.
temperature | temperature in \(\mathrm{[K]}\) |
pressure | reference pressure in \(\mathrm{[Pa]}\) |
|
inline |
Add a effective thermal conductivity-saturation curve to the plot.
gnuplot | The gnuplot interface |
porosity | The porosity |
rhoSolid | The density of the solid phase |
lambdaSolid | The conductivity of the solid phase |
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 |