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 80 of file waveAlphaFvPatchScalarField.H.
| waveAlphaFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 30 of file waveAlphaFvPatchScalarField.C.
Referenced by waveAlphaFvPatchScalarField::clone().

| waveAlphaFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 54 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 41 of file waveAlphaFvPatchScalarField.C.
| waveAlphaFvPatchScalarField | ( | const waveAlphaFvPatchScalarField & | ptf | ) |
Construct as copy.
Definition at line 66 of file waveAlphaFvPatchScalarField.C.
| waveAlphaFvPatchScalarField | ( | const waveAlphaFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 76 of file waveAlphaFvPatchScalarField.C.
| TypeName | ( | "waveAlpha" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 146 of file waveAlphaFvPatchScalarField.H.
References waveAlphaFvPatchScalarField::waveAlphaFvPatchScalarField().

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 167 of file waveAlphaFvPatchScalarField.H.
References waveAlphaFvPatchScalarField::waveAlphaFvPatchScalarField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 88 of file waveAlphaFvPatchScalarField.C.
References waveModel::alpha(), tmp< T >::constCast(), waveModel::correct(), waveModel::lookupOrCreate(), mesh, Foam::operator==(), Foam::foamVersion::patch, and fvPatchField< Type >::updateCoeffs().

|
virtual |
Write.
Definition at line 115 of file waveAlphaFvPatchScalarField.C.
References os(), fvPatchField< Type >::write(), Ostream::writeEntry(), and fvPatchField< Type >::writeValueEntry().
