All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fvcSup.H File Reference

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

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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fvc
 Namespace of functions to calculate explicit derivatives.
 

Functions

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

Detailed Description

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

Original source file fvcSup.H

InNamespace Foam::fvc

Source files

Definition in file fvcSup.H.