Public Member Functions | List of all members
movingWallVelocityFvPatchVectorField Class Reference

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

Inheritance diagram for movingWallVelocityFvPatchVectorField:
Inheritance graph
[legend]
Collaboration diagram for movingWallVelocityFvPatchVectorField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("movingWallVelocity")
 
 movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 
 movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 
 movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 
 movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &)
 
virtual tmp< fvPatchVectorFieldclone () const
 
 movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 
virtual tmp< fvPatchVectorFieldclone (const DimensionedField< vector, volMesh > &iF) const
 
tmp< vectorFieldUwall () const
 
virtual void updateCoeffs ()
 
virtual void write (Ostream &) const
 

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]

Definition at line 32 of file movingWallVelocityFvPatchVectorField.C.

Referenced by movingWallVelocityFvPatchVectorField::clone().

Here is the caller graph for this function:

◆ movingWallVelocityFvPatchVectorField() [2/5]

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

Definition at line 43 of file movingWallVelocityFvPatchVectorField.C.

◆ movingWallVelocityFvPatchVectorField() [3/5]

Definition at line 55 of file movingWallVelocityFvPatchVectorField.C.

◆ movingWallVelocityFvPatchVectorField() [4/5]

Definition at line 68 of file movingWallVelocityFvPatchVectorField.C.

◆ movingWallVelocityFvPatchVectorField() [5/5]

Definition at line 78 of file movingWallVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "movingWallVelocity"  )

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Definition at line 109 of file movingWallVelocityFvPatchVectorField.H.

References movingWallVelocityFvPatchVectorField::movingWallVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [2/2]

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

Definition at line 126 of file movingWallVelocityFvPatchVectorField.H.

References movingWallVelocityFvPatchVectorField::movingWallVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ Uwall()

Foam::tmp< Foam::vectorField > Uwall ( ) const

Definition at line 90 of file movingWallVelocityFvPatchVectorField.C.

References polyPatch::faceCentres(), forAll, mesh, Foam::fvc::meshPhi(), n, p, Foam::foamVersion::patch, and U.

Referenced by liquidFilmBase::Uw().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Definition at line 124 of file movingWallVelocityFvPatchVectorField.C.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Definition at line 143 of file movingWallVelocityFvPatchVectorField.C.

References os(), and fvPatchField::write().

Here is the call graph for this function:

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