23#ifndef AWN_SURFACE_EXP_SW_PC_TO_3_PARAMS
24#define AWN_SURFACE_EXP_SW_PC_TO_3_PARAMS
26#warning "This header is deprecated. Removal after 3.3. Use new material laws."
34template<
class ScalarT>
Implementation of interfacial area surface params.
Definition: awnsurfaceexpswpcto3params.hh:36
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpswpcto3params.hh:61
AwnSurfaceExpSwPcTo3Params(const Scalar a1, const Scalar a2, const Scalar a3)
Definition: awnsurfaceexpswpcto3params.hh:43
ScalarT Scalar
Definition: awnsurfaceexpswpcto3params.hh:38
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpswpcto3params.hh:73
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpswpcto3params.hh:79
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfaceexpswpcto3params.hh:85
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpswpcto3params.hh:67
AwnSurfaceExpSwPcTo3Params()
Definition: awnsurfaceexpswpcto3params.hh:40
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfaceexpswpcto3params.hh:55