Pure virtual class for sources on cells next to patches. More...
#include <boundarySourcePatch.H>

Public Member Functions | |
| TypeName ("boundarySourcePatch") | |
| Runtime type information. | |
| virtual | ~boundarySourcePatch ()=default |
| Destructor. | |
| virtual tmp< scalarField > | patchSource () const =0 |
| Source applied on cells of the patch. | |
Pure virtual class for sources on cells next to patches.
Definition at line 46 of file boundarySourcePatch.H.
|
virtualdefault |
Destructor.
| TypeName | ( | "boundarySourcePatch" | ) |
Runtime type information.
|
pure virtual |
Source applied on cells of the patch.
Implemented in enthalpySorptionFvPatchScalarField, and speciesSorptionFvPatchScalarField.