23#ifndef AWN_SURFACE_EXP_FCT_PARAMS_HH
24#define AWN_SURFACE_EXP_FCT_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: awnsurfaceexpfctparams.hh:36
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:53
AwnSurfaceExpFctParams(const Scalar a1, const Scalar a2, const Scalar a3)
Definition: awnsurfaceexpfctparams.hh:43
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpfctparams.hh:74
AwnSurfaceExpFctParams()
Definition: awnsurfaceexpfctparams.hh:40
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpfctparams.hh:80
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpfctparams.hh:86
const Scalar Swr() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:68
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:58
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpfctparams.hh:63
ScalarT Scalar
Definition: awnsurfaceexpfctparams.hh:38
void setSwr(const Scalar v)
Set the for the surface.
Definition: awnsurfaceexpfctparams.hh:92