This boundary condition provides a velocity condition for cases with moving walls. More...
#include <movingWallVelocityFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("movingWallVelocity") | |
| Runtime type information. | |
| movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given movingWallVelocityFvPatchVectorField. | |
| movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, 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. | |
| tmp< vectorField > | Uwall () const |
| Return wall velocity field. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
This boundary condition provides a velocity condition for cases with moving walls.
<patchName>
{
type movingWallVelocity;
value uniform (0 0 0); // Initial value
}
Definition at line 65 of file movingWallVelocityFvPatchVectorField.H.
| movingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 30 of file movingWallVelocityFvPatchVectorField.C.
References p.
Referenced by movingWallVelocityFvPatchVectorField(), movingWallVelocityFvPatchVectorField(), movingWallVelocityFvPatchVectorField(), and TypeName().

| movingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 41 of file movingWallVelocityFvPatchVectorField.C.
| movingWallVelocityFvPatchVectorField | ( | const movingWallVelocityFvPatchVectorField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given movingWallVelocityFvPatchVectorField.
onto a new patch
Definition at line 53 of file movingWallVelocityFvPatchVectorField.C.
References movingWallVelocityFvPatchVectorField(), and p.

| movingWallVelocityFvPatchVectorField | ( | const movingWallVelocityFvPatchVectorField & | mwvpvf | ) |
Construct as copy.
Definition at line 66 of file movingWallVelocityFvPatchVectorField.C.
References movingWallVelocityFvPatchVectorField().

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

| TypeName | ( | "movingWallVelocity" | ) |
Runtime type information.
References movingWallVelocityFvPatchVectorField().

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

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

| Foam::tmp< Foam::vectorField > Uwall | ( | ) | const |
Return wall velocity field.
Definition at line 90 of file movingWallVelocityFvPatchVectorField.C.
References forAll, mesh, Foam::fvc::meshPhi(), n, p, pp(), and U.
Referenced by updateCoeffs().


|
virtual |
Update the coefficients associated with the patch field.
Definition at line 124 of file movingWallVelocityFvPatchVectorField.C.
References mesh, Field< vector >::operator=(), and Uwall().

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