OpenFOAM logo
Open Source CFD Toolkit

Foam::fvm Namespace Reference


Functions

template<class Type>
tmp< fvMatrix< Type > > d2dt2 (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > d2dt2 (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > ddt (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > ddt (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > div (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &, const word &name)
template<class Type>
tmp< fvMatrix< Type > > div (const tmp< surfaceScalarField > &, GeometricField< Type, fvPatchField, volMesh > &, const word &name)
template<class Type>
tmp< fvMatrix< Type > > div (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > div (const tmp< surfaceScalarField > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< volScalarField > &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< volScalarField > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< surfaceScalarField > &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< surfaceScalarField > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const volTensorField &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< volTensorField > &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const volTensorField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< volTensorField > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const surfaceTensorField &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< surfaceTensorField > &, GeometricField< Type, fvPatchField, volMesh > &, const word &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const surfaceTensorField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > laplacian (const tmp< surfaceTensorField > &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > Su (const GeometricField< Type, fvPatchField, 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>
tmp< fvMatrix< Type > > Sp (const volScalarField &, 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>
tmp< fvMatrix< Type > > SuSp (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< fvMatrix< Type > > SuSp (const tmp< volScalarField > &, GeometricField< Type, fvPatchField, volMesh > &)

Variables

tmp< fvMatrix< Type > > d2dt2 (GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > ddt (GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > laplacian (GeometricField< Type, fvPatchField, volMesh > &)


Function Documentation

tmp<fvMatrix<Type> > d2dt2 const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > d2dt2 const dimensionedScalar ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > ddt const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > ddt const dimensionedScalar ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > div const tmp< surfaceScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > div const surfaceScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > div const tmp< surfaceScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word &  name
 

tmp<fvMatrix<Type> > div const surfaceScalarField ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word &  name
 

tmp<fvMatrix<Type> > laplacian const tmp< surfaceTensorField > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const surfaceTensorField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const tmp< surfaceTensorField > &  ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const surfaceTensorField ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const tmp< volTensorField > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const volTensorField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const tmp< volTensorField > &  ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const volTensorField ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const tmp< surfaceScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const surfaceScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const tmp< surfaceScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const surfaceScalarField ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const tmp< volScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const tmp< volScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian const dimensionedScalar ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > laplacian const dimensionedScalar ,
GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > laplacian GeometricField< Type, fvPatchField, volMesh > &  ,
const word & 
 

tmp<fvMatrix<Type> > Sp const dimensionedScalar ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > Sp const tmp< volScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > Sp const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > Su const tmp< GeometricField< Type, fvPatchField, volMesh > > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > Su const GeometricField< Type, fvPatchField, volMesh > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > SuSp const tmp< volScalarField > &  ,
GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<fvMatrix<Type> > SuSp const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
 


Variable Documentation

tmp<fvMatrix<Type> > d2dt2(GeometricField< Type, fvPatchField, volMesh > &)
 

tmp<fvMatrix<Type> > ddt(GeometricField< Type, fvPatchField, volMesh > &)
 

tmp<fvMatrix<Type> > laplacian(GeometricField< Type, fvPatchField, volMesh > &)
 

For further information go to www.openfoam.org