23#ifndef AWN_SURFACE_POLYNOMIAL_2ND_ORDER_PARAMS_HH
24#define AWN_SURFACE_POLYNOMIAL_2ND_ORDER_PARAMS_HH
32template<
class ScalarT>
Implementation of interfacial area surface params.
Definition: awnsurfacepolynomial2ndorderparams.hh:34
void setA10(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:98
void setA20(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:105
void setA00(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:91
const Scalar a10() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:60
void setA02(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:126
AwnSurfacePolynomial2ndOrderParams(Scalar a00, Scalar a10, Scalar a20, Scalar a11, Scalar a01, Scalar a02)
Definition: awnsurfacepolynomial2ndorderparams.hh:41
const Scalar a00() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:54
void setA11(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:112
ScalarT Scalar
Definition: awnsurfacepolynomial2ndorderparams.hh:36
const Scalar a02() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:84
const Scalar a20() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:66
const Scalar a01() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:78
const Scalar a11() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:72
void setA01(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:119
AwnSurfacePolynomial2ndOrderParams()
Definition: awnsurfacepolynomial2ndorderparams.hh:38