famSup.H File Reference

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

Include dependency graph for famSup.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::fam
 

Functions

template<class Type >
tmp< faMatrix< Type > > Su (const GeometricField< Type, faPatchField, areaMesh > &su, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > Su (const tmp< GeometricField< Type, faPatchField, areaMesh >> &tsu, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > Sp (const areaScalarField &sp, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > Sp (const tmp< areaScalarField > &tsp, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > Sp (const dimensionedScalar &sp, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const areaScalarField &sp, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const tmp< areaScalarField > &tsp, const GeometricField< Type, faPatchField, areaMesh > &vf)
 

Detailed Description

Calculate the matrix for implicit and explicit sources.

Original source file famSup.H

InNamespace Foam::fam

Source files

Definition in file famSup.H.