Implementation of interfacial area surface params. More...
#include <dumux/material/fluidmatrixinteractions/2pia/awnsurfacepolynomial2ndorderparams.hh>
Implementation of interfacial area surface params.
Public Types | |
using | Scalar = ScalarT |
Public Member Functions | |
AwnSurfacePolynomial2ndOrderParams () | |
AwnSurfacePolynomial2ndOrderParams (Scalar a00, Scalar a10, Scalar a20, Scalar a11, Scalar a01, Scalar a02) | |
const Scalar | a00 () const |
Return the \(\mathrm{a_{00}}\) shape parameter of awn surface. More... | |
const Scalar | a10 () const |
Return the \(\mathrm{a_{10}}\) shape parameter of awn surface. More... | |
const Scalar | a20 () const |
Return the \(\mathrm{a_{20}}\) shape parameter of awn surface. More... | |
const Scalar | a11 () const |
Return the \(\mathrm{a_{11}}\) shape parameter of awn surface. More... | |
const Scalar | a01 () const |
Return the \(\mathrm{a_{01}}\) shape parameter of awn surface. More... | |
const Scalar | a02 () const |
Return the \(\mathrm{a_{02}}\) shape parameter of awn surface. More... | |
void | setA00 (const Scalar v) |
Set the \(\mathrm{a_{00}}\) shape parameter of van Genuchten's curve. More... | |
void | setA10 (const Scalar v) |
Set the \(\mathrm{a_{10}}\) shape parameter of van Genuchten's curve. More... | |
void | setA20 (const Scalar v) |
Set the \(\mathrm{a_{20}}\) shape parameter of van Genuchten's curve. More... | |
void | setA11 (const Scalar v) |
Set the \(\mathrm{a_{11}}\) shape parameter of van Genuchten's curve. More... | |
void | setA01 (const Scalar v) |
Set the \(\mathrm{a_{01}}\) shape parameter of van Genuchten's curve. More... | |
void | setA02 (const Scalar v) |
Set the \(\mathrm{a_{02}}\) shape parameter of van Genuchten's curve. More... | |
using Dumux::AwnSurfacePolynomial2ndOrderParams< ScalarT >::Scalar = ScalarT |
|
inline |
|
inline |
|
inline |
Return the \(\mathrm{a_{00}}\) shape parameter of awn surface.
|
inline |
Return the \(\mathrm{a_{01}}\) shape parameter of awn surface.
|
inline |
Return the \(\mathrm{a_{02}}\) shape parameter of awn surface.
|
inline |
Return the \(\mathrm{a_{10}}\) shape parameter of awn surface.
|
inline |
Return the \(\mathrm{a_{11}}\) shape parameter of awn surface.
|
inline |
Return the \(\mathrm{a_{20}}\) shape parameter of awn surface.
|
inline |
Set the \(\mathrm{a_{00}}\) shape parameter of van Genuchten's curve.
|
inline |
Set the \(\mathrm{a_{01}}\) shape parameter of van Genuchten's curve.
|
inline |
Set the \(\mathrm{a_{02}}\) shape parameter of van Genuchten's curve.
|
inline |
Set the \(\mathrm{a_{10}}\) shape parameter of van Genuchten's curve.
|
inline |
Set the \(\mathrm{a_{11}}\) shape parameter of van Genuchten's curve.
|
inline |
Set the \(\mathrm{a_{20}}\) shape parameter of van Genuchten's curve.