|
| template<class Type> |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | Su (const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | Su (const tmp< GeometricField< Type, fvPatchField, volMesh > > &tsu, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | Sp (const volScalarField &sp, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | Sp (const tmp< volScalarField > &tsp, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | Sp (const dimensionedScalar &sp, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | SuSp (const volScalarField &sp, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | SuSp (const tmp< volScalarField > &tsp, const GeometricField< Type, fvPatchField, volMesh > &vf) |
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.