Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class Type > |
Ostream & | operator<< (Ostream &, const fvsPatchField< Type > &) |
|
Original source file fvsPatchField.H
Definition in file fvsPatchField.H.
◆ makeFvsPatchTypeFieldTypeName
#define makeFvsPatchTypeFieldTypeName |
( |
|
type | ) |
|
Value:\
defineNamedTemplateTypeNameAndDebug(
type, 0);
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition at line 387 of file fvsPatchField.H.
◆ makeFvsPatchFieldsTypeName
#define makeFvsPatchFieldsTypeName |
( |
|
type | ) |
|
Value:\
makeFvsPatchTypeFieldTypeName(
type##FvsPatchScalarField); \
makeFvsPatchTypeFieldTypeName(
type##FvsPatchVectorField); \
makeFvsPatchTypeFieldTypeName(
type##FvsPatchSphericalTensorField); \
makeFvsPatchTypeFieldTypeName(
type##FvsPatchSymmTensorField); \
makeFvsPatchTypeFieldTypeName(
type##FvsPatchTensorField);
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition at line 391 of file fvsPatchField.H.
◆ makeFvsPatchTypeField
#define makeFvsPatchTypeField |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value:\
defineNamedTemplateTypeNameAndDebug(typePatchTypeField, 0); \
\
addToRunTimeSelectionTable \
( \
PatchTypeField, typePatchTypeField, patch \
); \
\
addToRunTimeSelectionTable \
( \
PatchTypeField, \
typePatchTypeField, \
patchMapper \
); \
\
addToRunTimeSelectionTable \
( \
PatchTypeField, typePatchTypeField, dictionary \
);
Definition at line 399 of file fvsPatchField.H.
◆ makeFvsPatchFields
#define makeFvsPatchFields |
( |
|
type | ) |
|
Value:\
makeFvsPatchTypeField \
( \
fvsPatchSphericalTensorField, \
type##FvsPatchSphericalTensorField \
); \
fvsPatchField< vector > fvsPatchVectorField
fvsPatchField< scalar > fvsPatchScalarField
fvsPatchField< tensor > fvsPatchTensorField
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
fvsPatchField< symmTensor > fvsPatchSymmTensorField
Definition at line 421 of file fvsPatchField.H.
◆ makeFvsPatchTypeFieldTypedefs
#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;
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition at line 434 of file fvsPatchField.H.