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