23#ifndef AWN_SURFACE_EXP_FCT_PARAMS_HH
24#define AWN_SURFACE_EXP_FCT_PARAMS_HH
32template<
class ScalarT>
implementation of interfacial area surface params
Definition: awnsurfaceexpfctparams.hh:34
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:51
AwnSurfaceExpFctParams(const Scalar a1, const Scalar a2, const Scalar a3)
Definition: awnsurfaceexpfctparams.hh:41
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpfctparams.hh:72
AwnSurfaceExpFctParams()
Definition: awnsurfaceexpfctparams.hh:38
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpfctparams.hh:78
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpfctparams.hh:84
const Scalar Swr() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:66
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:56
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:61
ScalarT Scalar
Definition: awnsurfaceexpfctparams.hh:36
void setSwr(const Scalar v)
Set the for the surface.
Definition: awnsurfaceexpfctparams.hh:90