This boundary condition provides a slip velocity condition for cases with moving walls. More...
Public Member Functions | |
TypeName ("movingWallSlipVelocity") | |
Runtime type information. More... | |
movingWallSlipVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
movingWallSlipVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
movingWallSlipVelocityFvPatchVectorField (const movingWallSlipVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fieldMapper &) | |
Construct by mapping given movingWallSlipVelocityFvPatchVectorField. More... | |
movingWallSlipVelocityFvPatchVectorField (const movingWallSlipVelocityFvPatchVectorField &)=delete | |
Disallow copy without setting internal field reference. More... | |
movingWallSlipVelocityFvPatchVectorField (const movingWallSlipVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Copy constructor setting internal field reference. More... | |
virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, 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... | |
This boundary condition provides a slip velocity condition for cases with moving walls.
<patchName> { type movingWallSlipVelocity; value uniform (0 0 0); // Initial value }
Definition at line 59 of file movingWallSlipVelocityFvPatchVectorField.H.
movingWallSlipVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 34 of file movingWallSlipVelocityFvPatchVectorField.C.
References n, p, Foam::sqr(), and Foam::Zero.
Referenced by movingWallSlipVelocityFvPatchVectorField::clone().
movingWallSlipVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 51 of file movingWallSlipVelocityFvPatchVectorField.C.
References dict, DimensionedField< Type, GeoMesh >::dimensions(), n, fvPatchField< Type >::operator, p, Foam::sqr(), and Foam::Zero.
movingWallSlipVelocityFvPatchVectorField | ( | const movingWallSlipVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fieldMapper & | mapper | ||
) |
Construct by mapping given movingWallSlipVelocityFvPatchVectorField.
onto a new patch
Definition at line 74 of file movingWallSlipVelocityFvPatchVectorField.C.
|
delete |
Disallow copy without setting internal field reference.
movingWallSlipVelocityFvPatchVectorField | ( | const movingWallSlipVelocityFvPatchVectorField & | mwvpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 87 of file movingWallSlipVelocityFvPatchVectorField.C.
TypeName | ( | "movingWallSlipVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 111 of file movingWallSlipVelocityFvPatchVectorField.H.
References movingWallSlipVelocityFvPatchVectorField::movingWallSlipVelocityFvPatchVectorField().
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 100 of file movingWallSlipVelocityFvPatchVectorField.C.
References Foam::evaluate(), fvMesh::mesh(), Foam::fvc::meshPhi(), polyMesh::moving(), n, p, Foam::sqr(), U, and Foam::Zero.
|
virtual |
Write.
Definition at line 133 of file movingWallSlipVelocityFvPatchVectorField.C.
References fvPatchField< Type >::write(), and Foam::writeEntry().