23#ifndef AWN_SURFACE_EXP_SW_PC_TO_3_PARAMS
24#define AWN_SURFACE_EXP_SW_PC_TO_3_PARAMS
32template<
class ScalarT>
Implementation of interfacial area surface params.
Definition: awnsurfaceexpswpcto3params.hh:34
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpswpcto3params.hh:59
AwnSurfaceExpSwPcTo3Params(const Scalar a1, const Scalar a2, const Scalar a3)
Definition: awnsurfaceexpswpcto3params.hh:41
ScalarT Scalar
Definition: awnsurfaceexpswpcto3params.hh:36
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpswpcto3params.hh:71
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpswpcto3params.hh:77
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpswpcto3params.hh:83
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpswpcto3params.hh:65
AwnSurfaceExpSwPcTo3Params()
Definition: awnsurfaceexpswpcto3params.hh:38
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpswpcto3params.hh:53