Interface for plotting the non-isothermal two-phase fluid-matrix-interaction laws.  
#include <dumux/io/plotthermalconductivitymodel.hh>
|  | 
|  | PlotThermalConductivityModel (Scalar temperature=283.15, Scalar pressure=1e5) | 
|  | Constructor. 
 | 
|  | 
| 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. 
 | 
|  | 
◆ PlotThermalConductivityModel()
template<class Scalar, class ThermalConductivityModel, class FS> 
 
Initializes the fluid system.
- Parameters
- 
  
    | temperature | temperature in \(\mathrm{[K]}\) |  | pressure | reference pressure in \(\mathrm{[Pa]}\) |  
 
 
 
◆ addlambdaeffcurve()
template<class Scalar, class ThermalConductivityModel, class FS> 
  
  | 
        
          | void Dumux::PlotThermalConductivityModel< Scalar, ThermalConductivityModel, FS >::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" ) |  | inline | 
 
- Parameters
- 
  
    | 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 |  
 
 
 
The documentation for this class was generated from the following file: