cylindricalInletVelocityFvPatchVectorField Class Reference

This boundary condition describes an inlet vector boundary condition in cylindrical co-ordinates given a central axis, central point, rpm, axial and radial velocity. More...

Collaboration diagram for cylindricalInletVelocityFvPatchVectorField:

List of all members.

Public Member Functions

 TypeName ("cylindricalInletVelocity")
 Runtime type information.
 cylindricalInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 cylindricalInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 cylindricalInletVelocityFvPatchVectorField (const cylindricalInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 cylindricalInletVelocityFvPatchVectorField (const cylindricalInletVelocityFvPatchVectorField &)
 Construct as copy.
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone.
 cylindricalInletVelocityFvPatchVectorField (const cylindricalInletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchVectorFieldclone (const DimensionedField< vector, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.

Detailed Description

This boundary condition describes an inlet vector boundary condition in cylindrical co-ordinates given a central axis, central point, rpm, axial and radial velocity.


Patch usage

Property Description Required Default value
axis axis of rotation yes
centre centre of rotation yes
axialVelocity axial velocity profile [m/s] yes
radialVelocity radial velocity profile [m/s] yes
rpm rotational speed (revolutions per minute) yes

Example of the boundary condition specification:

    myPatch
    {
        type            cylindricalInletVelocity;
        axis            (0 0 1);
        centre          (0 0 0);
        axialVelocity   constant 30;
        radialVelocity  constant -10;
        rpm             constant 100;
    }
    
Note:
The axialVelocity, radialVelocity and rpm entries are DataEntry types, able to describe time varying functions. The example above gives the usage for supplying constant values.
See also:
Foam::fixedValueFvPatchField Foam::DataEntry
Source files

Definition at line 117 of file cylindricalInletVelocityFvPatchVectorField.H.


Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 37 of file cylindricalInletVelocityFvPatchVectorField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 71 of file cylindricalInletVelocityFvPatchVectorField.C.

Construct by mapping given.

flowRateInletVelocityFvPatchVectorField onto a new patch

Definition at line 53 of file cylindricalInletVelocityFvPatchVectorField.C.

Construct as copy setting internal field reference.

Definition at line 103 of file cylindricalInletVelocityFvPatchVectorField.C.


Member Function Documentation

TypeName ( "cylindricalInletVelocity"  )

Runtime type information.

virtual tmp<fvPatchVectorField> clone ( ) const [inline, virtual]

Construct and return a clone.

Definition at line 180 of file cylindricalInletVelocityFvPatchVectorField.H.

virtual tmp<fvPatchVectorField> clone ( const DimensionedField< vector, volMesh > &  iF) const [inline, virtual]

Construct and return a clone setting internal field reference.

Definition at line 197 of file cylindricalInletVelocityFvPatchVectorField.H.

void updateCoeffs ( ) [virtual]

Update the coefficients associated with the patch field.

Definition at line 119 of file cylindricalInletVelocityFvPatchVectorField.C.

References d(), Foam::mag(), Foam::operator==(), Foam::constant::mathematical::pi(), and fvPatchField< Type >::updateCoeffs().

Here is the call graph for this function:

void write ( Ostream os) const [virtual]

Write.

Definition at line 147 of file cylindricalInletVelocityFvPatchVectorField.C.

References token::END_STATEMENT, Foam::nl, fvPatchField< Type >::write(), and Ostream::writeKeyword().

Here is the call graph for this function:


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