A class for representing a surface volume boundary condition.
More...
#include <BoundaryConditions.hpp>
|
typedef Dune::FieldVector
< double, numComponents > | CompVec |
|
typedef BCBase< CompVec > | Base |
|
enum | BCType |
| Enum for the allowed boundary condition types. More...
|
|
|
| SurfvolBC () |
| Default constructor, that makes a Dirichlet condition with all zero component values.
|
|
| SurfvolBC (Dune::FieldVector< double, numComponents > value) |
| Constructor taking a value. More...
|
|
CompVec | surfvol () const |
| Query a Dirichlet condition. More...
|
|
void | write (std::basic_ostream< charT, traits > &os) const |
| Write type and value to an output stream. More...
|
|
template<int numComponents>
class Opm::SurfvolBC< numComponents >
A class for representing a surface volume boundary condition.
template<int numComponents>
Constructor taking a value.
- Parameters
-
value | the condition value. |
template<int numComponents>
Query a Dirichlet condition.
- Returns
- the boundary saturation value
The documentation for this class was generated from the following file: