Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
| Foam::fvm |
| Namespace of functions to calculate implicit derivatives returning a matrix.
|
|
|
template<class Type > |
tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, const VolField< Type > &vf, const word &name) |
|
template<class Type > |
tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf, const word &name) |
|
template<class Type > |
tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | divc (const tmp< SurfaceField< Type >> &flux, const VolField< Type > &vf) |
| Return the explicit div matrix. More...
|
|
Original source file fvmDiv.C
Definition in file fvmDiv.C.