OpenFOAM logo
Open Source CFD Toolkit

TetPointPatchField.H File Reference


Detailed Description

View TetPointPatchField.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 TetPointPatchField.H.

Go to the source code of this file.

Namespaces

namespace  Foam

Classes

class  TetPointPatchField

Defines

#define makePointPatchTypeFieldTypeName(typePatchTypeField)
#define makeTetPointPatchFieldsTypeName(typePatchField, pointPatchType)
#define makePointPatchTypeField(PatchTypeField, typePatchTypeField)
#define makeTetPointPatchFields(typePatchField, pointPatch, pointPatchType)

Functions

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


Define Documentation

#define makePointPatchTypeField PatchTypeField,
typePatchTypeField   ) 
 

Value:

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

Definition at line 534 of file TetPointPatchField.H.

#define makePointPatchTypeFieldTypeName typePatchTypeField   ) 
 

Value:

\
defineNamedTemplateTypeNameAndDebug(typePatchTypeField, 0);

Definition at line 523 of file TetPointPatchField.H.

#define makeTetPointPatchFields 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 556 of file TetPointPatchField.H.

#define makeTetPointPatchFieldsTypeName typePatchField,
pointPatchType   ) 
 

Value:

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

Definition at line 527 of file TetPointPatchField.H.


Function Documentation

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

Definition at line 500 of file TetPointPatchField.H.

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

For further information go to www.openfoam.org