Foam::symmetryFvPatchField. More...
#include <finiteVolume/symmetryFvPatchField.H>
Definition at line 51 of file symmetryFvPatchField.H.
Public Member Functions | |
TypeName (symmetryFvPatch::typeName_()) | |
Runtime type information.
| |
symmetryFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
symmetryFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
symmetryFvPatchField (const symmetryFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given symmetryFvPatchField onto a new patch.
| |
symmetryFvPatchField (const symmetryFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
symmetryFvPatchField (const symmetryFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &iF) const |
Construct and return a clone setting internal field reference.
|
symmetryFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file symmetryFvPatchField.C.
symmetryFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 80 of file symmetryFvPatchField.C.
References Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, and fvPatch::name().
symmetryFvPatchField | ( | const symmetryFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given symmetryFvPatchField onto a new patch.
Definition at line 48 of file symmetryFvPatchField.C.
References Foam::exit(), FatalErrorIn, Foam::FatalIOError, and fvPatch::name().
symmetryFvPatchField | ( | const symmetryFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 111 of file symmetryFvPatchField.C.
symmetryFvPatchField | ( | const symmetryFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 121 of file symmetryFvPatchField.C.
TypeName | ( | symmetryFvPatch:: | typeName_() ) |
Runtime type information.
Reimplemented from basicSymmetryFvPatchField< Type >.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from basicSymmetryFvPatchField< Type >.
Definition at line 95 of file symmetryFvPatchField.H.
virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from basicSymmetryFvPatchField< Type >.
Definition at line 112 of file symmetryFvPatchField.H.