Foam::inletOutletFvPatchField. More...
#include <finiteVolume/inletOutletFvPatchField.H>
Foam::inletOutletFvPatchField.
Definition at line 50 of file inletOutletFvPatchField.H.
Inheritance diagram for inletOutletFvPatchField< Type >:
Collaboration diagram for inletOutletFvPatchField< Type >:Public Member Functions | |
| TypeName ("inletOutlet") | |
| Runtime type information.
| |
| inletOutletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
| Construct from patch and internal field.
| |
| inletOutletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| inletOutletFvPatchField (const inletOutletFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given inletOutletFvPatchField onto a new patch.
| |
| inletOutletFvPatchField (const inletOutletFvPatchField< Type > &) | |
| Construct as copy.
| |
| virtual tmp< fvPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| inletOutletFvPatchField (const inletOutletFvPatchField< 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.
| |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field.
| |
| virtual void | write (Ostream &) const |
| Write.
| |
| virtual void | operator= (const fvPatchField< Type > &pvf) |
Protected Attributes | |
| word | phiName_ |
| inletOutletFvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 37 of file inletOutletFvPatchField.C.
| inletOutletFvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 67 of file inletOutletFvPatchField.C.
References fvPatchField< Type >::operator=(), and fvPatch::size().
| inletOutletFvPatchField | ( | const inletOutletFvPatchField< Type > & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< Type, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given inletOutletFvPatchField onto a new patch.
Definition at line 53 of file inletOutletFvPatchField.C.
| inletOutletFvPatchField | ( | const inletOutletFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 97 of file inletOutletFvPatchField.C.
| inletOutletFvPatchField | ( | const inletOutletFvPatchField< Type > & | ptf, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 108 of file inletOutletFvPatchField.C.
| TypeName | ( | "inletOutlet" | ) |
Runtime type information.
| virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from mixedFvPatchField< Type >.
Reimplemented in freestreamFvPatchField< Type >, and timeVaryingUniformInletOutletFvPatchField< Type >.
Definition at line 101 of file inletOutletFvPatchField.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 mixedFvPatchField< Type >.
Reimplemented in freestreamFvPatchField< Type >, and timeVaryingUniformInletOutletFvPatchField< Type >.
Definition at line 118 of file inletOutletFvPatchField.H.
| void updateCoeffs | ( | ) | [virtual]
|
Update the coefficients associated with the patch field.
Reimplemented from fvPatchField< Type >.
Reimplemented in timeVaryingUniformInletOutletFvPatchField< Type >.
Definition at line 121 of file inletOutletFvPatchField.C.
References Foam::pos(), and fvPatchField< Type >::updateCoeffs().
| void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from mixedFvPatchField< Type >.
Reimplemented in freestreamFvPatchField< Type >, and timeVaryingUniformInletOutletFvPatchField< Type >.
Definition at line 142 of file inletOutletFvPatchField.C.
References token::END_STATEMENT, Foam::nl, fvPatchField< Type >::write(), and Ostream::writeKeyword().
| void operator= | ( | const fvPatchField< Type > & | pvf ) | [virtual]
|
Reimplemented from mixedFvPatchField< Type >.
Definition at line 158 of file inletOutletFvPatchField.C.
Definition at line 59 of file inletOutletFvPatchField.H.