23#ifndef AWN_SURFACE_POLYNOMIAL_2ND_ORDER_PARAMS_HH
24#define AWN_SURFACE_POLYNOMIAL_2ND_ORDER_PARAMS_HH
26#warning "This header is deprecated. Removal after 3.3. Use new material laws."
34template<
class ScalarT>
Implementation of interfacial area surface params.
Definition: awnsurfacepolynomial2ndorderparams.hh:36
void setA10(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:100
void setA20(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:107
void setA00(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:93
const Scalar a10() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:62
void setA02(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:128
AwnSurfacePolynomial2ndOrderParams(Scalar a00, Scalar a10, Scalar a20, Scalar a11, Scalar a01, Scalar a02)
Definition: awnsurfacepolynomial2ndorderparams.hh:43
const Scalar a00() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:56
void setA11(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:114
ScalarT Scalar
Definition: awnsurfacepolynomial2ndorderparams.hh:38
const Scalar a02() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:86
const Scalar a20() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:68
const Scalar a01() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:80
const Scalar a11() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomial2ndorderparams.hh:74
void setA01(const Scalar v)
Set the shape parameter of van Genuchten's curve.
Definition: awnsurfacepolynomial2ndorderparams.hh:121
AwnSurfacePolynomial2ndOrderParams()
Definition: awnsurfacepolynomial2ndorderparams.hh:40