fvmDiv.H File Reference

Calculate the matrix for the divergence of the given field and flux. More...

Include dependency graph for fvmDiv.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fvMatrix< Type >
 A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fvm
 Namespace of functions to calculate implicit derivatives returning a matrix.
 

Functions

template<class Type >
tmp< fvMatrix< Type > > div (const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
 
template<class Type >
tmp< fvMatrix< Type > > div (const tmp< surfaceScalarField > &tflux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
 
template<class Type >
tmp< fvMatrix< Type > > div (const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf)
 
template<class Type >
tmp< fvMatrix< Type > > div (const tmp< surfaceScalarField > &tflux, const GeometricField< Type, fvPatchField, volMesh > &vf)
 

Detailed Description

Calculate the matrix for the divergence of the given field and flux.

Original source file fvmDiv.H

InNamespace Foam::fvm

Source files

Definition in file fvmDiv.H.