template<class ScalarT>
class Dumux::AwnSurfaceExpFctParams< ScalarT >
implementation of interfacial area surface params
|
| | AwnSurfaceExpFctParams () |
| | AwnSurfaceExpFctParams (const Scalar a1, const Scalar a2, const Scalar a3) |
| const Scalar | a1 () const |
| | Return the \(\mathrm{a_{1}}\) shape parameter of awn surface.
|
| const Scalar | a2 () const |
| | Return the \(\mathrm{a_{2}}\) shape parameter of awn surface.
|
| const Scalar | a3 () const |
| | Return the \(\mathrm{a_{3}}\) shape parameter of awn surface.
|
| const Scalar | Swr () const |
| | Return the \(\mathrm{S_{wr}}\) shape parameter of awn surface.
|
| void | setA1 (const Scalar v) |
| | Set the \(\mathrm{a_{1}}\) shape parameter.
|
| void | setA2 (const Scalar v) |
| | Set the \(\mathrm{a_{2}}\) shape parameter.
|
| void | setA3 (const Scalar v) |
| | Set the \(\mathrm{a_{3}}\) shape parameter.
|
| void | setSwr (const Scalar v) |
| | Set the \(\mathrm{S_{wr}}\) for the surface.
|