Foam::processorFvsPatchField. More...
#include <finiteVolume/processorFvsPatchField.H>
Definition at line 51 of file processorFvsPatchField.H.
Public Member Functions | |
TypeName (processorFvPatch::typeName_()) | |
Runtime type information.
| |
processorFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &) | |
Construct from patch and internal field.
| |
processorFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const Field< Type > &) | |
Construct from patch and internal field and patch field.
| |
processorFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
processorFvsPatchField (const processorFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given processorFvsPatchField onto a new patch.
| |
processorFvsPatchField (const processorFvsPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvsPatchField < Type > > | clone () const |
Construct and return a clone.
| |
processorFvsPatchField (const processorFvsPatchField< 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.
| |
~processorFvsPatchField () | |
virtual bool | coupled () const |
Return true if running parallel.
|
processorFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file processorFvsPatchField.C.
processorFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const Field< Type > & | f | ||
) |
Construct from patch and internal field and patch field.
Definition at line 49 of file processorFvsPatchField.C.
processorFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 95 of file processorFvsPatchField.C.
References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.
processorFvsPatchField | ( | const processorFvsPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given processorFvsPatchField onto a new patch.
Definition at line 63 of file processorFvsPatchField.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorIn.
processorFvsPatchField | ( | const processorFvsPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 124 of file processorFvsPatchField.C.
processorFvsPatchField | ( | const processorFvsPatchField< Type > & | ptf, |
const DimensionedField< Type, surfaceMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 135 of file processorFvsPatchField.C.
Definition at line 148 of file processorFvsPatchField.C.
TypeName | ( | processorFvPatch:: | typeName_() ) |
Runtime type information.
virtual tmp<fvsPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements coupledFvsPatchField< Type >.
Definition at line 105 of file processorFvsPatchField.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 122 of file processorFvsPatchField.H.
virtual bool coupled | ( | ) | const [inline, virtual]
|
Return true if running parallel.
Reimplemented from coupledFvsPatchField< Type >.
Definition at line 143 of file processorFvsPatchField.H.
References Pstream::parRun().