Example of the boundary condition specification: More...
#include <waveVelocityFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("waveVelocity") | |
| Runtime type information. | |
| waveVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| waveVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| waveVelocityFvPatchVectorField (const waveVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| waveVelocityFvPatchVectorField (const waveVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| waveVelocityFvPatchVectorField (const waveVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< vector > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< vector > > | clone (const DimensionedField< vector, volMesh > &iF) const |
| Clone with an internal field reference. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
Example of the boundary condition specification:
inlet
{
type waveVelocity;
value uniform (0 0 0);
}
| Property | Description | Required | Default value |
|---|---|---|---|
type | type: waveVelocity | yes | |
waveDict | Dictionary specifying wave variables | no | waveProperties |
Definition at line 80 of file waveVelocityFvPatchVectorField.H.
| waveVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 29 of file waveVelocityFvPatchVectorField.C.
References dictName(), and p.
Referenced by TypeName(), waveVelocityFvPatchVectorField(), waveVelocityFvPatchVectorField(), and waveVelocityFvPatchVectorField().


| waveVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 53 of file waveVelocityFvPatchVectorField.C.
References dict, dictName(), and p.

| waveVelocityFvPatchVectorField | ( | const waveVelocityFvPatchVectorField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given.
waveVelocityFvPatchVectorField onto a new patch
Definition at line 40 of file waveVelocityFvPatchVectorField.C.
References p, and waveVelocityFvPatchVectorField().

| waveVelocityFvPatchVectorField | ( | const waveVelocityFvPatchVectorField & | ptf | ) |
Construct as copy.
Definition at line 65 of file waveVelocityFvPatchVectorField.C.
References waveVelocityFvPatchVectorField().

| waveVelocityFvPatchVectorField | ( | const waveVelocityFvPatchVectorField & | ptf, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 75 of file waveVelocityFvPatchVectorField.C.
References waveVelocityFvPatchVectorField().

| TypeName | ( | "waveVelocity" | ) |
Runtime type information.
References waveVelocityFvPatchVectorField().

|
inlinevirtual |
Return a clone.
Definition at line 155 of file waveVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 163 of file waveVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

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

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