Foam::freestreamFvPatchField. More...
#include <finiteVolume/freestreamFvPatchField.H>
Definition at line 50 of file freestreamFvPatchField.H.
Public Member Functions | |
TypeName ("freestream") | |
Runtime type information.
| |
freestreamFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
freestreamFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
freestreamFvPatchField (const freestreamFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given freestreamFvPatchField onto a new patch.
| |
freestreamFvPatchField (const freestreamFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
freestreamFvPatchField (const freestreamFvPatchField< 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.
| |
const Field< Type > & | freestreamValue () const |
Field< Type > & | freestreamValue () |
virtual void | write (Ostream &) const |
Write.
|
freestreamFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file freestreamFvPatchField.C.
freestreamFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file freestreamFvPatchField.C.
References fvPatchField< Type >::operator=(), and fvPatch::size().
freestreamFvPatchField | ( | const freestreamFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given freestreamFvPatchField onto a new patch.
Definition at line 48 of file freestreamFvPatchField.C.
freestreamFvPatchField | ( | const freestreamFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 92 of file freestreamFvPatchField.C.
freestreamFvPatchField | ( | const freestreamFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 102 of file freestreamFvPatchField.C.
TypeName | ( | "freestream" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from inletOutletFvPatchField< Type >.
Definition at line 94 of file freestreamFvPatchField.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 inletOutletFvPatchField< Type >.
Definition at line 111 of file freestreamFvPatchField.H.
const Field<Type>& freestreamValue | ( | ) | const [inline]
|
Definition at line 126 of file freestreamFvPatchField.H.
References mixedFvPatchField< Type >::refValue().
Field<Type>& freestreamValue | ( | ) | [inline]
|
Definition at line 131 of file freestreamFvPatchField.H.
References mixedFvPatchField< Type >::refValue().
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from inletOutletFvPatchField< Type >.
Definition at line 114 of file freestreamFvPatchField.C.
References token::END_STATEMENT, Foam::nl, fvPatchField< Type >::write(), and Ostream::writeKeyword().