Wall-velocity condition to be used in conjunction with the single rotating frame (SRF) model (see: FOAM::SRFModel). More...
#include <SRFWallVelocityFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("SRFWallVelocity") | |
| Runtime type information. | |
| SRFWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| SRFWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| SRFWallVelocityFvPatchVectorField (const SRFWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given SRFWallVelocityFvPatchVectorField. | |
| SRFWallVelocityFvPatchVectorField (const SRFWallVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| SRFWallVelocityFvPatchVectorField (const SRFWallVelocityFvPatchVectorField &, 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 | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. | |
| virtual void | rmap (const fvPatchVectorField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
Wall-velocity condition to be used in conjunction with the single rotating frame (SRF) model (see: FOAM::SRFModel).
The condition applies the appropriate rotation transformation in time and space to determine the local SRF velocity of the wall.
![\[ U_p = - U_{p,srf}
\]](form_104.png)
where
![]() | = |
![]() | = |
The normal component of 
<patchName>
{
type SRFWallVelocity;
value uniform (0 0 0); // Initial value
}
Definition at line 89 of file SRFWallVelocityFvPatchVectorField.H.
| SRFWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 29 of file SRFWallVelocityFvPatchVectorField.C.
References p.
Referenced by SRFWallVelocityFvPatchVectorField(), SRFWallVelocityFvPatchVectorField(), SRFWallVelocityFvPatchVectorField(), and TypeName().

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

| SRFWallVelocityFvPatchVectorField | ( | const SRFWallVelocityFvPatchVectorField & | srfvpvf | ) |
Construct as copy.
Definition at line 62 of file SRFWallVelocityFvPatchVectorField.C.
References SRFWallVelocityFvPatchVectorField().

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

| TypeName | ( | "SRFWallVelocity" | ) |
Runtime type information.
References SRFWallVelocityFvPatchVectorField().

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

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

|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 83 of file SRFWallVelocityFvPatchVectorField.C.
References Field< vector >::autoMap().

|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 92 of file SRFWallVelocityFvPatchVectorField.C.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 102 of file SRFWallVelocityFvPatchVectorField.C.
References n, Field< vector >::operator=(), and SRFModel::velocity().

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