|
|
|
advectiveFvPatchField< Type > Class Template ReferenceAdvective outflow boundary condition based on solving DDt(psi, U) = 0 at the boundary. More...
Inheritance diagram for advectiveFvPatchField< Type >:
![]()
Collaboration diagram for advectiveFvPatchField< Type >:
![]()
Detailed Descriptiontemplate<class Type>
Advective outflow boundary condition based on solving DDt(psi, U) = 0 at the boundary.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| advectiveFvPatchField | ( | const fvPatch & | p, | |
| const DimensionedField< Type, volMesh > & | iF | |||
| ) | [inline] |
Construct from patch and internal field.
Definition at line 35 of file advectiveFvPatchField.C.
References p.
| advectiveFvPatchField | ( | const fvPatch & | p, | |
| const DimensionedField< Type, volMesh > & | iF, | |||
| const dictionary & | dict | |||
| ) | [inline] |
Construct from patch, internal field and dictionary.
Definition at line 71 of file advectiveFvPatchField.C.
| advectiveFvPatchField | ( | const advectiveFvPatchField< Type > & | , | |
| const fvPatch & | , | |||
| const DimensionedField< Type, volMesh > & | , | |||
| const fvPatchFieldMapper & | ||||
| ) |
Construct by mapping given advectiveFvPatchField.
onto a new patch
| advectiveFvPatchField | ( | const advectiveFvPatchField< Type > & | ptpsf | ) | [inline] |
| advectiveFvPatchField | ( | const advectiveFvPatchField< Type > & | ptpsf, | |
| const DimensionedField< Type, volMesh > & | iF | |||
| ) | [inline] |
Construct as copy setting internal field reference.
Definition at line 137 of file advectiveFvPatchField.C.
| TypeName | ( | "advective" | ) |
Runtime type information.
| virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual] |
Construct and return a clone.
Reimplemented from mixedFvPatchField< Type >.
Reimplemented in waveTransmissiveFvPatchField< Type >.
Definition at line 139 of file advectiveFvPatchField.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 waveTransmissiveFvPatchField< Type >.
Definition at line 156 of file advectiveFvPatchField.H.
| const Type& fieldInf | ( | ) | const [inline] |
| Type& fieldInf | ( | ) | [inline] |
Return reference to the field at infinity to allow adjustment.
Definition at line 178 of file advectiveFvPatchField.H.
| scalar lInf | ( | ) | const [inline] |
| scalar& lInf | ( | ) | [inline] |
Return reference to the relaxation length-scale.
to allow adjustment
Definition at line 193 of file advectiveFvPatchField.H.
| tmp< scalarField > advectionSpeed | ( | ) | const [inline, virtual] |
Calculate and return the advection speed at the boundary.
Reimplemented in waveTransmissiveFvPatchField< Type >.
Definition at line 153 of file advectiveFvPatchField.C.
| void updateCoeffs | ( | ) | [inline, virtual] |
Update the coefficients associated with the patch field.
Reimplemented from fvPatchField< Type >.
Definition at line 184 of file advectiveFvPatchField.C.
| void write | ( | Ostream & | os | ) | const [inline, virtual] |
Write.
Reimplemented from mixedFvPatchField< Type >.
Reimplemented in waveTransmissiveFvPatchField< Type >.
Definition at line 299 of file advectiveFvPatchField.C.
Name of the density field used to normalise the mass flux.
if neccessary
Definition at line 88 of file advectiveFvPatchField.H.
Field value of the far-field.
Definition at line 91 of file advectiveFvPatchField.H.
Referenced by advectiveFvPatchField< Type >::fieldInf().
Relaxation length-scale.
Definition at line 94 of file advectiveFvPatchField.H.
Referenced by advectiveFvPatchField< Type >::lInf().