23#ifndef AWN_SURFACE_POLYNOMIAL_EDGE_ZERO_2ND_ORDER_PARAMS_HH
24#define AWN_SURFACE_POLYNOMIAL_EDGE_ZERO_2ND_ORDER_PARAMS_HH
32template<
class ScalarT>
Implementation of interfacial area surface params.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:34
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:59
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:83
ScalarT Scalar
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:36
AwnSurfacePolynomialEdgeZero2ndOrderParams(const Scalar a1, const Scalar a2, const Scalar a3)
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:41
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:95
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:65
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:53
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:89
AwnSurfacePolynomialEdgeZero2ndOrderParams()
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:38
const Scalar Swr() const
Return the shape parameter of awn surface.
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:71
void setSwr(const Scalar v)
Set the residual water saturation .
Definition: awnsurfacepolynomialedgezero2ndorderparams.hh:77