Definition in file fvmDiv.C.
#include "src/finiteVolume/finiteVolume/fvm/fvmDiv.H"
#include "src/finiteVolume/fvMesh/fvMesh.H"
#include "src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H"
#include "src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
namespace | Foam::fvm |
Namespace of functions to calculate implicit derivatives returning a matrix. | |
Functions | |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, GeometricField< Type, fvPatchField, volMesh > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, GeometricField< Type, fvPatchField, volMesh > &vf) |