|
Namespaces |
namespace | Foam |
namespace | Foam::fvm |
Functions |
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 > &) |