OpenFOAM logo
Open Source CFD Toolkit

PointPatchField.H File Reference


Detailed Description

View PointPatchField.H
License
This file is part of OpenFOAM.

OpenFOAM is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Abstract base class for tetrahedral mesh patch fields. Note the special
mechanism at work here: the field itself holds no values, as the point
values belong to the internal field. However, the field will create a
list of values if required.

Source files

Definition in file PointPatchField.H.

Go to the source code of this file.

Namespaces

namespace  Foam

Classes

class  PointPatchField

Defines

#define makePointPatchTypeFieldTypeName(typePatchTypeField)
#define makePointPatchFieldsTypeName(typePatchField, pointPatchType)
#define makePointPatchTypeField(PatchTypeField, typePatchTypeField)
#define makePointPatchFields(typePatchField, pointPatch, pointPatchType)

Functions

template<template< class > class PatchField, class PointPatch, class Type>
Ostream & operator<< (Ostream &, const PointPatchField< PatchField, PointPatch, Type > &)
template<template< class > class PatchField, class PointPatch, class Type>
const PointPatchField< PatchField,
PointPatch, Type > & 
operator+ (const PointPatchField< PatchField, PointPatch, Type > &ppf, const Type &)


Define Documentation

#define makePointPatchFields typePatchField,
pointPatch,
pointPatchType   ) 
 

Value:

\
makePointPatchTypeField                                                    \
(                                                                          \
    pointPatch##ScalarField,                                               \
    typePatchField##pointPatchType##ScalarField                            \
);                                                                         \
                                                                           \
makePointPatchTypeField                                                    \
(                                                                          \
    pointPatch##VectorField,                                               \
    typePatchField##pointPatchType##VectorField                            \
);                                                                         \
                                                                           \
makePointPatchTypeField                                                    \
(                                                                          \
    pointPatch##TensorField,                                               \
    typePatchField##pointPatchType##TensorField                            \
);

Definition at line 498 of file PointPatchField.H.

#define makePointPatchFieldsTypeName typePatchField,
pointPatchType   ) 
 

Value:

\
makePointPatchTypeFieldTypeName(typePatchField##pointPatchType##ScalarField); \
makePointPatchTypeFieldTypeName(typePatchField##pointPatchType##VectorField); \
makePointPatchTypeFieldTypeName(typePatchField##pointPatchType##TensorField);

Definition at line 469 of file PointPatchField.H.

#define makePointPatchTypeField PatchTypeField,
typePatchTypeField   ) 
 

Value:

\
defineNamedTemplateTypeNameAndDebug(typePatchTypeField, 0);                \
                                                                           \
addToRunTimeSelectionTable                                                 \
(                                                                          \
    PatchTypeField, typePatchTypeField, PointPatch                         \
);                                                                         \
                                                                           \
addToRunTimeSelectionTable                                                 \
(                                                                          \
    PatchTypeField,                                                        \
    typePatchTypeField,                                                    \
    patchMapper                                                            \
);                                                                         \
                                                                           \
addToRunTimeSelectionTable                                                 \
(                                                                          \
    PatchTypeField, typePatchTypeField, dictionary                         \
);

Definition at line 476 of file PointPatchField.H.

#define makePointPatchTypeFieldTypeName typePatchTypeField   ) 
 

Value:

\
defineNamedTemplateTypeNameAndDebug(typePatchTypeField, 0);

Definition at line 465 of file PointPatchField.H.


Function Documentation

const PointPatchField<PatchField, PointPatch, Type>& operator+ const PointPatchField< PatchField, PointPatch, Type > &  ppf,
const Type & 
 

Definition at line 442 of file PointPatchField.H.

Ostream& operator<< Ostream &  ,
const PointPatchField< PatchField, PointPatch, Type > & 
 

For further information go to www.openfoam.org