Foam::coupledFvsPatchField. More...
#include <finiteVolume/coupledFvsPatchField.H>
Definition at line 51 of file coupledFvsPatchField.H.
Public Member Functions | |
TypeName (coupledFvPatch::typeName_()) | |
Runtime type information.
| |
coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &) | |
Construct from patch and internal field.
| |
coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const Field< Type > &) | |
Construct from patch and internal field and patch field.
| |
coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
coupledFvsPatchField (const coupledFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given coupledFvsPatchField onto a new patch.
| |
coupledFvsPatchField (const coupledFvsPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvsPatchField < Type > > | clone () const =0 |
Construct and return a clone.
| |
coupledFvsPatchField (const coupledFvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvsPatchField < Type > > | clone (const DimensionedField< Type, surfaceMesh > &) const =0 |
Construct and return a clone.
| |
virtual bool | coupled () const |
Return true if this patch field is derived from.
| |
virtual void | write (Ostream &) const |
Write.
|
coupledFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file coupledFvsPatchField.C.
coupledFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const Field< Type > & | f | ||
) |
Construct from patch and internal field and patch field.
Definition at line 48 of file coupledFvsPatchField.C.
coupledFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 73 of file coupledFvsPatchField.C.
coupledFvsPatchField | ( | const coupledFvsPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given coupledFvsPatchField onto a new patch.
Definition at line 60 of file coupledFvsPatchField.C.
coupledFvsPatchField | ( | const coupledFvsPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 85 of file coupledFvsPatchField.C.
coupledFvsPatchField | ( | const coupledFvsPatchField< Type > & | ptf, |
const DimensionedField< Type, surfaceMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 95 of file coupledFvsPatchField.C.
TypeName | ( | coupledFvPatch:: | typeName_() ) |
Runtime type information.
virtual tmp<fvsPatchField<Type> > clone | ( | ) | const [pure virtual]
|
Construct and return a clone.
Reimplemented from fvsPatchField< Type >.
Implemented in cyclicFvsPatchField< Type >, and processorFvsPatchField< Type >.
virtual tmp<fvsPatchField<Type> > clone | ( | const DimensionedField< Type, surfaceMesh > & | ) | const [pure virtual]
|
Construct and return a clone.
Reimplemented from fvsPatchField< Type >.
Implemented in cyclicFvsPatchField< Type >, and processorFvsPatchField< Type >.
virtual bool coupled | ( | ) | const [inline, virtual]
|
Return true if this patch field is derived from.
coupledFvsPatchField<Type>.
Reimplemented from fvsPatchField< Type >.
Reimplemented in processorFvsPatchField< Type >.
Definition at line 125 of file coupledFvsPatchField.H.
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fvsPatchField< Type >.
Definition at line 107 of file coupledFvsPatchField.C.
References fvsPatchField< Type >::write().