23#ifndef AWN_SURFACE_PCMAX_FCT_PARAMS_HH
24#define AWN_SURFACE_PCMAX_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: awnsurfacepcmaxfctparams.hh:36
void setA3(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepcmaxfctparams.hh:76
void setA2(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepcmaxfctparams.hh:70
ScalarT Scalar
Definition: awnsurfacepcmaxfctparams.hh:38
void setPcMax(const Scalar v)
Set the for the surface.
Definition: awnsurfacepcmaxfctparams.hh:88
const Scalar a3() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:58
void setA1(const Scalar v)
Set the shape parameter.
Definition: awnsurfacepcmaxfctparams.hh:64
const Scalar pcMax() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:82
const Scalar a1() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:46
AwnSurfacePcMaxFctParams()
Definition: awnsurfacepcmaxfctparams.hh:40
const Scalar a2() const
Return the shape parameter of awn surface.
Definition: awnsurfacepcmaxfctparams.hh:52