23#ifndef AWN_SURFACE_PCMAX_FCT_PARAMS_HH
24#define AWN_SURFACE_PCMAX_FCT_PARAMS_HH
32template<
class ScalarT>
Implementation of interfacial area surface params.
Definition: awnsurfacepcmaxfctparams.hh:34
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepcmaxfctparams.hh:74
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepcmaxfctparams.hh:68
ScalarT Scalar
Definition: awnsurfacepcmaxfctparams.hh:36
void setPcMax(const Scalar v)
Set the for the surface.
Definition: awnsurfacepcmaxfctparams.hh:86
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:56
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepcmaxfctparams.hh:62
const Scalar pcMax() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:80
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:44
AwnSurfacePcMaxFctParams()
Definition: awnsurfacepcmaxfctparams.hh:38
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:50