Go to the source code of this file.
|
class | fvsPatchField< Type > |
| An abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used. More...
|
|
class | fvsPatchField< Type > |
| An abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used. More...
|
|
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class Type > |
Ostream & | operator<< (Ostream &os, const fvsPatchField< Type > &ptf) |
|
Original source file fvsPatchField.H
Definition in file fvsPatchField.H.
#define makeFvsPatchTypeFieldTypeName |
( |
|
type | ) |
|
Value:#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 388 of file fvsPatchField.H.
#define makeFvsPatchFieldsTypeName |
( |
|
type | ) |
|
Value:#define makeFvsPatchTypeFieldTypeName(type)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Definition at line 392 of file fvsPatchField.H.
#define makeFvsPatchTypeField |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value:( \
PatchTypeField, typePatchTypeField, patch \
); \
( \
PatchTypeField, \
typePatchTypeField, \
patchMapper \
); \
( \
PatchTypeField, typePatchTypeField, dictionary \
);
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition at line 400 of file fvsPatchField.H.
#define makeFvsPatchFields |
( |
|
type | ) |
|
Value:( \
fvsPatchSphericalTensorField, \
type##FvsPatchSphericalTensorField \
fvsPatchField< scalar > fvsPatchScalarField
fvsPatchField< vector > fvsPatchVectorField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
fvsPatchField< tensor > fvsPatchTensorField
#define makeFvsPatchTypeField(PatchTypeField, typePatchTypeField)
fvsPatchField< symmTensor > fvsPatchSymmTensorField
Definition at line 422 of file fvsPatchField.H.
#define makeFvsPatchTypeFieldTypedefs |
( |
|
type | ) |
|
Value:\
typedef
type##FvsPatchField<scalar>
type##FvsPatchScalarField; \
typedef
type##FvsPatchField<vector>
type##FvsPatchVectorField; \
typedef
type##FvsPatchField<sphericalTensor> \
type##FvsPatchSphericalTensorField; \
typedef
type##FvsPatchField<symmTensor>
type##FvsPatchSymmTensorField; \
typedef
type##FvsPatchField<tensor>
type##FvsPatchTensorField;
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Definition at line 435 of file fvsPatchField.H.