An empty boundary condition for pointField. More...
#include <OpenFOAM/emptyPointPatchField.H>
An empty boundary condition for pointField.
Definition at line 51 of file emptyPointPatchField.H.
Inheritance diagram for emptyPointPatchField< Type >:
Collaboration diagram for emptyPointPatchField< Type >:Public Member Functions | |
| TypeName (emptyPointPatch::typeName_()) | |
| Runtime type information.
| |
| emptyPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
| Construct from patch and internal field.
| |
| emptyPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| emptyPointPatchField (const emptyPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
| Construct by mapping given patchField<Type> onto a new patch.
| |
| virtual autoPtr < pointPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| emptyPointPatchField (const emptyPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
| Construct as copy setting internal field reference.
| |
| virtual autoPtr < pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const |
| Construct and return a clone setting internal field reference.
| |
| emptyPointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 37 of file emptyPointPatchField.C.
| emptyPointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file emptyPointPatchField.C.
References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.
| emptyPointPatchField | ( | const emptyPointPatchField< Type > & | ptf, |
| const pointPatch & | p, | ||
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const pointPatchFieldMapper & | |||
| ) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 76 of file emptyPointPatchField.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorIn.
| emptyPointPatchField | ( | const emptyPointPatchField< Type > & | ptf, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 107 of file emptyPointPatchField.C.
| TypeName | ( | emptyPointPatch:: | typeName_() ) |
Runtime type information.
| virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements pointPatchField< Type >.
Definition at line 89 of file emptyPointPatchField.H.
| virtual autoPtr<pointPatchField<Type> > clone | ( | const DimensionedField< Type, pointMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements pointPatchField< Type >.
Definition at line 109 of file emptyPointPatchField.H.