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

fvmSup.H File Reference

Calculate the matrix for implicit and explicit sources. More...


Detailed Description

Calculate the matrix for implicit and explicit sources.

InNamespace Foam::fvm

Source files

Definition in file fvmSup.H.

#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H"
Include dependency graph for fvmSup.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 > >  Su (const DimensionedField< Type, volMesh > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  Su (const tmp< DimensionedField< Type, volMesh > > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  Su (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
zeroField  Su (const zeroField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  Sp (const DimensionedField< scalar, volMesh > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  Sp (const tmp< DimensionedField< scalar, volMesh > > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  Sp (const tmp< volScalarField > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  Sp (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
zeroField  Sp (const zeroField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  SuSp (const DimensionedField< scalar, volMesh > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  SuSp (const tmp< DimensionedField< scalar, volMesh > > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< fvMatrix< Type > >  SuSp (const tmp< volScalarField > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
zeroField  SuSp (const zeroField &, GeometricField< Type, fvPatchField, volMesh > &)