Foam::cyclicFvsPatchField. More...
#include <finiteVolume/cyclicFvsPatchField.H>
Definition at line 51 of file cyclicFvsPatchField.H.
Inheritance diagram for cyclicFvsPatchField< Type >:
Collaboration diagram for cyclicFvsPatchField< Type >:Public Member Functions | |
| TypeName (cyclicFvPatch::typeName_()) | |
| Runtime type information.
| |
| cyclicFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &) | |
| Construct from patch and internal field.
| |
| cyclicFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| cyclicFvsPatchField (const cyclicFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given cyclicFvsPatchField onto a new patch.
| |
| cyclicFvsPatchField (const cyclicFvsPatchField< Type > &) | |
| Construct as copy.
| |
| virtual tmp< fvsPatchField < Type > > | clone () const |
| Construct and return a clone.
| |
| cyclicFvsPatchField (const cyclicFvsPatchField< 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.
| |
| cyclicFvsPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, surfaceMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 37 of file cyclicFvsPatchField.C.
| cyclicFvsPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, surfaceMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 81 of file cyclicFvsPatchField.C.
References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.
| cyclicFvsPatchField | ( | const cyclicFvsPatchField< Type > & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< Type, surfaceMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given cyclicFvsPatchField onto a new patch.
Definition at line 49 of file cyclicFvsPatchField.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorIn.
| cyclicFvsPatchField | ( | const cyclicFvsPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 110 of file cyclicFvsPatchField.C.
| cyclicFvsPatchField | ( | const cyclicFvsPatchField< Type > & | ptf, |
| const DimensionedField< Type, surfaceMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 121 of file cyclicFvsPatchField.C.
| TypeName | ( | cyclicFvPatch:: | typeName_() ) |
Runtime type information.
| virtual tmp<fvsPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements coupledFvsPatchField< Type >.
Definition at line 100 of file cyclicFvsPatchField.H.
| virtual tmp<fvsPatchField<Type> > clone | ( | const DimensionedField< Type, surfaceMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements coupledFvsPatchField< Type >.
Definition at line 117 of file cyclicFvsPatchField.H.