template<class ScalarT>
class Dumux::AwnSurfacePolynomial2ndOrderParams< ScalarT >
Implementation of interfacial area surface params.
|
| | AwnSurfacePolynomial2ndOrderParams () |
| | AwnSurfacePolynomial2ndOrderParams (Scalar a00, Scalar a10, Scalar a20, Scalar a11, Scalar a01, Scalar a02) |
| const Scalar | a00 () const |
| | Return the \(\mathrm{a_{00}}\) shape parameter of awn surface.
|
| const Scalar | a10 () const |
| | Return the \(\mathrm{a_{10}}\) shape parameter of awn surface.
|
| const Scalar | a20 () const |
| | Return the \(\mathrm{a_{20}}\) shape parameter of awn surface.
|
| const Scalar | a11 () const |
| | Return the \(\mathrm{a_{11}}\) shape parameter of awn surface.
|
| const Scalar | a01 () const |
| | Return the \(\mathrm{a_{01}}\) shape parameter of awn surface.
|
| const Scalar | a02 () const |
| | Return the \(\mathrm{a_{02}}\) shape parameter of awn surface.
|
| void | setA00 (const Scalar v) |
| | Set the \(\mathrm{a_{00}}\) shape parameter of van Genuchten's curve.
|
| void | setA10 (const Scalar v) |
| | Set the \(\mathrm{a_{10}}\) shape parameter of van Genuchten's curve.
|
| void | setA20 (const Scalar v) |
| | Set the \(\mathrm{a_{20}}\) shape parameter of van Genuchten's curve.
|
| void | setA11 (const Scalar v) |
| | Set the \(\mathrm{a_{11}}\) shape parameter of van Genuchten's curve.
|
| void | setA01 (const Scalar v) |
| | Set the \(\mathrm{a_{01}}\) shape parameter of van Genuchten's curve.
|
| void | setA02 (const Scalar v) |
| | Set the \(\mathrm{a_{02}}\) shape parameter of van Genuchten's curve.
|