#include <BioeffectsContainer.hpp>
|
void | allocate (const unsigned bufferSize, const bool isMICP) |
|
void | assign (const unsigned globalDofIdx, const Scalar oxygenConcentration, const Scalar ureaConcentration, const Scalar calciteConcentration) |
|
void | assign (const unsigned globalDofIdx, const Scalar microbialConcentration, const Scalar biofilmConcentration) |
|
BioeffectsSolutionContainer< Scalar > | getSolution () const |
|
void | outputRestart (data::Solution &sol, const bool isMICP) |
|
void | readRestart (const unsigned globalDofIdx, const unsigned elemIdx, const data::Solution &sol, const bool isMICP) |
|
bool | allocated () const |
|
◆ allocate()
◆ allocated()
◆ assign() [1/2]
template<class Scalar >
void Opm::BioeffectsContainer< Scalar >::assign |
( |
const unsigned |
globalDofIdx, |
|
|
const Scalar |
microbialConcentration, |
|
|
const Scalar |
biofilmConcentration |
|
) |
| |
◆ assign() [2/2]
template<class Scalar >
void Opm::BioeffectsContainer< Scalar >::assign |
( |
const unsigned |
globalDofIdx, |
|
|
const Scalar |
oxygenConcentration, |
|
|
const Scalar |
ureaConcentration, |
|
|
const Scalar |
calciteConcentration |
|
) |
| |
◆ getSolution()
◆ outputRestart()
◆ readRestart()
template<class Scalar >
void Opm::BioeffectsContainer< Scalar >::readRestart |
( |
const unsigned |
globalDofIdx, |
|
|
const unsigned |
elemIdx, |
|
|
const data::Solution & |
sol, |
|
|
const bool |
isMICP |
|
) |
| |
The documentation for this class was generated from the following file: