This boundary condition provides a velocity outlet boundary condition for free surface patches. More...
#include <freeSurfaceVelocityFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("freeSurfaceVelocity") | |
| Runtime type information. | |
| freeSurfaceVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| freeSurfaceVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| freeSurfaceVelocityFvPatchVectorField (const freeSurfaceVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given freeSurfaceVelocityFvPatchVectorField. | |
| freeSurfaceVelocityFvPatchVectorField (const freeSurfaceVelocityFvPatchVectorField &, 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. | |
This boundary condition provides a velocity outlet boundary condition for free surface patches.
Definition at line 51 of file freeSurfaceVelocityFvPatchVectorField.H.
| freeSurfaceVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 31 of file freeSurfaceVelocityFvPatchVectorField.C.
References p.
Referenced by freeSurfaceVelocityFvPatchVectorField(), freeSurfaceVelocityFvPatchVectorField(), and TypeName().

| freeSurfaceVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 55 of file freeSurfaceVelocityFvPatchVectorField.C.
References dict, p, and fvPatchFieldBase::readDict().

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

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

| TypeName | ( | "freeSurfaceVelocity" | ) |
Runtime type information.
References freeSurfaceVelocityFvPatchVectorField().

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

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

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 84 of file freeSurfaceVelocityFvPatchVectorField.C.
References Foam::isA(), and mesh.

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