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

fvcSup.H File Reference

Calculate the field for explicit evaluation of implicit and explicit sources. More...


Detailed Description

Calculate the field for explicit evaluation of implicit and explicit sources.

InNamespace Foam::fvc

Source files

Definition in file fvcSup.H.

#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
Include dependency graph for fvcSup.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


namespace  Foam::fvc
 

Namespace of functions to calculate explicit derivatives.


Functions

template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
Su (const GeometricField< Type, fvPatchField, volMesh > &su, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
Su (const tmp< GeometricField< Type, fvPatchField, volMesh > > &tsu, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
Sp (const volScalarField &sp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
Sp (const tmp< volScalarField > &tsp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
Sp (const dimensionedScalar &sp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
SuSp (const volScalarField &sp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
SuSp (const tmp< volScalarField > &tsp, GeometricField< Type, fvPatchField, volMesh > &vf)