FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

fvmDiv.C File Reference


Detailed Description

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"
Include dependency graph for fvmDiv.C:

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)