Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class Type > |
Ostream & | operator<< (Ostream &, const pointPatchField< Type > &) |
|
template<class Type > |
const pointPatchField< Type > & | operator+ (const pointPatchField< Type > &ppf, const Type &) |
|
Original source file pointPatchField.H
Definition in file pointPatchField.H.
#define addToPointPatchFieldRunTimeSelection |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value: ( \
PatchTypeField, \
typePatchTypeField, \
pointPatch \
( \
PatchTypeField, \
typePatchTypeField, \
patchMapper \
( \
PatchTypeField, \
typePatchTypeField, \
dictionary \
);
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Definition at line 503 of file pointPatchField.H.
#define makePointPatchTypeField |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value:#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
#define addToPointPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField)
Definition at line 525 of file pointPatchField.H.
#define makeTemplatePointPatchTypeField |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value:#define addToPointPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField)
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition at line 531 of file pointPatchField.H.
#define makePointPatchFields |
( |
|
type | ) |
|
Value: type##PointPatchScalarField \
type##PointPatchVectorField \
type##PointPatchSphericalTensorField \
type##PointPatchSymmTensorField \
type##PointPatchTensorField \
);
#define makeTemplatePointPatchTypeField(PatchTypeField, typePatchTypeField)
pointPatchField< sphericalTensor > pointPatchSphericalTensorField
pointPatchField< tensor > pointPatchTensorField
pointPatchField< scalar > pointPatchScalarField
pointPatchField< vector > pointPatchVectorField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
pointPatchField< symmTensor > pointPatchSymmTensorField
Definition at line 536 of file pointPatchField.H.
#define makePointPatchFieldsTypeName |
( |
|
type | ) |
|
Value: type##PointPatchSphericalTensorField, 0 \
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Definition at line 564 of file pointPatchField.H.
#define makePointPatchFieldTypedefs |
( |
|
type | ) |
|
Value:typedef type##PointPatchField<scalar>
type##PointPatchScalarField; \
typedef
type##PointPatchField<vector>
type##PointPatchVectorField; \
typedef
type##PointPatchField<sphericalTensor>
\ type##PointPatchSphericalTensorField; \
typedef
type##PointPatchField<symmTensor>
type##PointPatchSymmTensorField;\
typedef
type##PointPatchField<tensor>
type##PointPatchTensorField;
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Definition at line 575 of file pointPatchField.H.