This boundary condition provides a velocity condition for translational motion on walls. More...


This boundary condition provides a velocity condition for translational motion on walls.
| Property | Description | Required | Default value |
|---|---|---|---|
U | translational velocity | yes |
Example of the boundary condition specification:
<patchName>
{
type translatingWallVelocity;
U (100 0 0);
}The U entry is a Function1 of time, see Foam::Function1Types.
Definition at line 83 of file translatingWallVelocityFvPatchVectorField.H.
| translatingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 30 of file translatingWallVelocityFvPatchVectorField.C.
| translatingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 42 of file translatingWallVelocityFvPatchVectorField.C.
| translatingWallVelocityFvPatchVectorField | ( | const translatingWallVelocityFvPatchVectorField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given a.
translatingWallVelocityFvPatchVectorField onto a new patch
Definition at line 58 of file translatingWallVelocityFvPatchVectorField.C.
| translatingWallVelocityFvPatchVectorField | ( | const translatingWallVelocityFvPatchVectorField & | twvpvf | ) |
Construct as copy.
Definition at line 72 of file translatingWallVelocityFvPatchVectorField.C.
| translatingWallVelocityFvPatchVectorField | ( | const translatingWallVelocityFvPatchVectorField & | twvpvf, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 83 of file translatingWallVelocityFvPatchVectorField.C.
| TypeName | ( | "translatingWallVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Definition at line 157 of file translatingWallVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

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

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 95 of file translatingWallVelocityFvPatchVectorField.C.
References n, Field< vector >::operator=(), Foam::foamVersion::patch, and U.

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