#include <divOperator.hpp>
|
| DivOperator (const DivOperator &divOp) |
|
| DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, VolumeField< scalar > &phi, Input input) |
|
| DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, VolumeField< scalar > &phi, std::unique_ptr< DivOperatorFactory > divOperatorStrategy) |
|
| DivOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &faceFlux, VolumeField< scalar > &phi) |
|
void | explicitOperation (Field< scalar > &source) |
|
void | div (Field< scalar > &divPhi) |
|
void | div (VolumeField< scalar > &divPhi) |
|
void | build (const Input &input) |
|
std::string | getName () const |
|
| OperatorMixin (const Executor exec, VolumeField< scalar > &field, Operator::Type type) |
|
Operator::Type | getType () const |
|
virtual | ~OperatorMixin ()=default |
|
virtual const Executor & | exec () const final |
|
Coeff & | getCoefficient () |
|
const Coeff & | getCoefficient () const |
|
VolumeField< scalar > & | getField () |
|
const VolumeField< scalar > & | getField () const |
|
void | build (const Input &input) |
|
Definition at line 64 of file divOperator.hpp.
◆ DivOperator() [1/4]
NeoFOAM::finiteVolume::cellCentred::DivOperator::DivOperator |
( |
const DivOperator & |
divOp | ) |
|
|
inline |
◆ DivOperator() [2/4]
◆ DivOperator() [3/4]
◆ DivOperator() [4/4]
◆ build()
void NeoFOAM::finiteVolume::cellCentred::DivOperator::build |
( |
const Input & |
input | ) |
|
|
inline |
◆ div() [1/2]
void NeoFOAM::finiteVolume::cellCentred::DivOperator::div |
( |
Field< scalar > & |
divPhi | ) |
|
|
inline |
◆ div() [2/2]
void NeoFOAM::finiteVolume::cellCentred::DivOperator::div |
( |
VolumeField< scalar > & |
divPhi | ) |
|
|
inline |
◆ explicitOperation()
void NeoFOAM::finiteVolume::cellCentred::DivOperator::explicitOperation |
( |
Field< scalar > & |
source | ) |
|
|
inline |
◆ getName()
std::string NeoFOAM::finiteVolume::cellCentred::DivOperator::getName |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /home/runner/work/NeoFOAM/NeoFOAM/include/NeoFOAM/finiteVolume/cellCentred/operators/divOperator.hpp