Example of the boundary condition specification: More...
Public Member Functions | |
TypeName ("waveAlpha") | |
Runtime type information. More... | |
waveAlphaFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. More... | |
waveAlphaFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
waveAlphaFvPatchScalarField (const waveAlphaFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
waveAlphaFvPatchScalarField (const waveAlphaFvPatchScalarField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone. More... | |
waveAlphaFvPatchScalarField (const waveAlphaFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Example of the boundary condition specification:
inlet { type waveAlpha; value uniform (0 0 0); }
Property | Description | Required | Default value |
---|---|---|---|
type | type: waveAlpha | yes | |
waveDict | Dictionary specifying wave variables | no | waveProperties |
Definition at line 84 of file waveAlphaFvPatchScalarField.H.
waveAlphaFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 36 of file waveAlphaFvPatchScalarField.C.
waveAlphaFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 60 of file waveAlphaFvPatchScalarField.C.
waveAlphaFvPatchScalarField | ( | const waveAlphaFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
waveAlphaFvPatchScalarField onto a new patch
Definition at line 47 of file waveAlphaFvPatchScalarField.C.
waveAlphaFvPatchScalarField | ( | const waveAlphaFvPatchScalarField & | ptf | ) |
Construct as copy.
Definition at line 72 of file waveAlphaFvPatchScalarField.C.
waveAlphaFvPatchScalarField | ( | const waveAlphaFvPatchScalarField & | ptf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 82 of file waveAlphaFvPatchScalarField.C.
TypeName | ( | "waveAlpha" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 135 of file waveAlphaFvPatchScalarField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 151 of file waveAlphaFvPatchScalarField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 95 of file waveAlphaFvPatchScalarField.C.
References waveModel::alpha(), tmp< T >::constCast(), waveModel::correct(), waveModel::lookupOrCreate(), mesh, Foam::operator==(), and atmBoundaryLayerInletEpsilonFvPatchScalarField::updateCoeffs().
|
virtual |
Write.
Definition at line 122 of file waveAlphaFvPatchScalarField.C.
References os(), ObukhovLength::write(), and Ostream::writeEntry().