Scalar specific part of the implementation of DimensionedField. More...
Scalar specific part of the implementation of DimensionedField.
InClass Foam::DimensionedScalarField
Definition in file DimensionedScalarField.H.
#include "src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H"
#include "src/OpenFOAM/primitives/Scalar/scalar/scalar.H"
#include "src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.H"
#include "src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#define | TEMPLATE template<class GeoMesh> |
#define | BesselFunc(func) |
Functions | |
template<class GeoMesh > | |
tmp< DimensionedField< scalar, GeoMesh > > | stabilise (const DimensionedField< scalar, GeoMesh > &dsf, const dimensioned< scalar > &ds) |
template<class GeoMesh > | |
tmp< DimensionedField< scalar, GeoMesh > > | stabilise (const tmp< DimensionedField< scalar, GeoMesh > > &tdsf, const dimensioned< scalar > &ds) |
#define TEMPLATE template<class GeoMesh> |
Definition at line 41 of file DimensionedScalarField.H.
#define BesselFunc | ( | func ) |
\ template<class GeoMesh> \ tmp<DimensionedField<scalar, GeoMesh> > func \ ( \ const int n, \ const DimensionedField<scalar, GeoMesh>& \ ); \ \ template<class GeoMesh> \ tmp<DimensionedField<scalar, GeoMesh> > func \ ( \ const int n, \ const tmp<DimensionedField<scalar, GeoMesh> >& \ );
Definition at line 117 of file DimensionedScalarField.H.