23#ifndef AWN_SURFACE_POLYNOMIAL_EDGE_ZERO_2ND_ORDER_PARAMS_HH
24#define AWN_SURFACE_POLYNOMIAL_EDGE_ZERO_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: awnsurfacepolynomialedgezero2ndorderparams.hh:36
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:61
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:85
ScalarT Scalar
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:38
AwnSurfacePolynomialEdgeZero2ndOrderParams(const Scalar a1, const Scalar a2, const Scalar a3)
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:43
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:97
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:67
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:55
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:91
AwnSurfacePolynomialEdgeZero2ndOrderParams()
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:40
const Scalar Swr() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:73
void setSwr(const Scalar v)
Set the residual water saturation .
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:79