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

Reference implementation of a params for the heat pipe's material law. More...

#include <dumux/material/fluidmatrixinteractions/2p/heatpipelawparams.hh>

Description

template<class ScalarT>
class Dumux::HeatPipeLawParams< ScalarT >

Reference implementation of a params for the heat pipe's material law.

Public Types

using Scalar = ScalarT
 

Public Member Functions

 HeatPipeLawParams ()
 
 HeatPipeLawParams (Scalar p0, Scalar gamma)
 
Scalar gamma () const
 Return the \(\mathrm{[\gamma]}\) shape parameter. More...
 
void setGamma (Scalar v)
 Set the \(\\mathrm{[gamma]}\) shape parameter. More...
 
Scalar p0 () const
 Return the entry pressure \(\mathrm{[p_0]}\) in \(\mathrm{[Pa]}\). More...
 
void setP0 (Scalar v)
 Return the entry pressure \(\mathrm{[p_0]}\) in \(\mathrm{[Pa]}\). More...
 

Member Typedef Documentation

◆ Scalar

template<class ScalarT >
using Dumux::HeatPipeLawParams< ScalarT >::Scalar = ScalarT

Constructor & Destructor Documentation

◆ HeatPipeLawParams() [1/2]

template<class ScalarT >
Dumux::HeatPipeLawParams< ScalarT >::HeatPipeLawParams ( )
inline

◆ HeatPipeLawParams() [2/2]

template<class ScalarT >
Dumux::HeatPipeLawParams< ScalarT >::HeatPipeLawParams ( Scalar  p0,
Scalar  gamma 
)
inline

Member Function Documentation

◆ gamma()

template<class ScalarT >
Scalar Dumux::HeatPipeLawParams< ScalarT >::gamma ( ) const
inline

Return the \(\mathrm{[\gamma]}\) shape parameter.

◆ p0()

template<class ScalarT >
Scalar Dumux::HeatPipeLawParams< ScalarT >::p0 ( ) const
inline

Return the entry pressure \(\mathrm{[p_0]}\) in \(\mathrm{[Pa]}\).

◆ setGamma()

template<class ScalarT >
void Dumux::HeatPipeLawParams< ScalarT >::setGamma ( Scalar  v)
inline

Set the \(\\mathrm{[gamma]}\) shape parameter.

◆ setP0()

template<class ScalarT >
void Dumux::HeatPipeLawParams< ScalarT >::setP0 ( Scalar  v)
inline

Return the entry pressure \(\mathrm{[p_0]}\) in \(\mathrm{[Pa]}\).


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