movingWallVelocityFvPatchVectorField Class Reference

This boundary condition provides a velocity condition for cases with moving walls. More...

Inheritance diagram for movingWallVelocityFvPatchVectorField:
Collaboration diagram for movingWallVelocityFvPatchVectorField:

Public Member Functions

 TypeName ("movingWallVelocity")
 Runtime type information. More...
 
 movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given movingWallVelocityFvPatchVectorField. More...
 
 movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &)
 Construct as copy. More...
 
 movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchField< vector > > clone () const
 Return a clone. More...
 
virtual tmp< fvPatchField< vector > > clone (const DimensionedField< vector, volMesh > &iF) const
 Clone with an internal field reference. More...
 
tmp< vectorFieldUwall () const
 Return wall velocity field. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Detailed Description

This boundary condition provides a velocity condition for cases with moving walls.

Usage
Example of the boundary condition specification:
<patchName>
{
    type            movingWallVelocity;
    value           uniform (0 0 0);    // Initial value
}
See also
Foam::fixedValueFvPatchVectorField Foam::MRFZone
Source files

Definition at line 65 of file movingWallVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ movingWallVelocityFvPatchVectorField() [1/5]

Construct from patch and internal field.

Definition at line 32 of file movingWallVelocityFvPatchVectorField.C.

◆ movingWallVelocityFvPatchVectorField() [2/5]

movingWallVelocityFvPatchVectorField ( const fvPatch p,
const DimensionedField< vector, volMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 43 of file movingWallVelocityFvPatchVectorField.C.

◆ movingWallVelocityFvPatchVectorField() [3/5]

Construct by mapping given movingWallVelocityFvPatchVectorField.

onto a new patch

Definition at line 55 of file movingWallVelocityFvPatchVectorField.C.

◆ movingWallVelocityFvPatchVectorField() [4/5]

◆ movingWallVelocityFvPatchVectorField() [5/5]

Construct as copy setting internal field reference.

Definition at line 78 of file movingWallVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "movingWallVelocity"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchField<vector> > clone ( ) const
inlinevirtual

Return a clone.

Definition at line 131 of file movingWallVelocityFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp<fvPatchField<vector> > clone ( const DimensionedField< vector, volMesh > &  iF) const
inlinevirtual

Clone with an internal field reference.

Definition at line 140 of file movingWallVelocityFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ Uwall()

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, Foam::foamVersion::patch, pp(), and U.

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 124 of file movingWallVelocityFvPatchVectorField.C.

References mesh, polyMesh::moving(), and Field< vector >::operator=().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 143 of file movingWallVelocityFvPatchVectorField.C.

References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().

Here is the call graph for this function:

The documentation for this class was generated from the following files: