template<class Scalar>
struct Dumux::PoreNetwork::FluidMatrix::PlatonicBodyParams< Scalar >
The parameter type.
- Template Parameters
-
|
| PlatonicBodyParams ()=default |
|
PlatonicBodyParams & | setPoreInscribedRadius (Scalar r) |
|
PlatonicBodyParams & | setPoreShape (Pore::Shape s) |
|
PlatonicBodyParams & | setSurfaceTension (Scalar st) |
|
template<class SpatialParams , class Element , class SubControlVolume , class ElemSol > |
| PlatonicBodyParams (const SpatialParams &spatialParams, const Element &element, const SubControlVolume &scv, const ElemSol &elemSol) |
|
template<class SpatialParams , class Element , class SubControlVolume , class ElemSol > |
void | update (const SpatialParams &spatialParams, const Element &element, const SubControlVolume &scv, const ElemSol &elemSol) |
|
Pore::Shape | poreShape () const |
|
Scalar | poreInscribedRadius () const |
|
Scalar | surfaceTension () const |
|
bool | operator== (const PlatonicBodyParams &p) const |
|