FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

cylindricalInletVelocityFvPatchVectorField Class Reference

Describes an inlet vector boundary condition in cylindrical coordinates given a central axis, central point, rpm, axial and radial velocity. More...

#include <finiteVolume/cylindricalInletVelocityFvPatchVectorField.H>


Detailed Description

Describes an inlet vector boundary condition in cylindrical coordinates given a central axis, central point, rpm, axial and radial velocity.

Example of the boundary condition specification:

inlet
{
typecylindricalInletVelocity;
axis(0 0 1);
centre  (0 0 0);
axialVelocity   30;
rpm 100;
radialVelocity  -10;
}
Source files

Definition at line 64 of file cylindricalInletVelocityFvPatchVectorField.H.

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< fvPatchVectorField >  clone () const
 Construct and return a clone.
 cylindricalInletVelocityFvPatchVectorField (const cylindricalInletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchVectorField >  clone (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.

Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 39 of file cylindricalInletVelocityFvPatchVectorField.C.

Referenced by cylindricalInletVelocityFvPatchVectorField::clone().

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

Construct from patch, internal field and dictionary.

Definition at line 75 of file cylindricalInletVelocityFvPatchVectorField.C.

Construct by mapping given.

flowRateInletVelocityFvPatchVectorField onto a new patch

Definition at line 56 of file cylindricalInletVelocityFvPatchVectorField.C.

Construct as copy setting internal field reference.

Definition at line 109 of file cylindricalInletVelocityFvPatchVectorField.C.


Member Function Documentation

TypeName ( "cylindricalInletVelocity"    )

Runtime type information.

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

Construct and return a clone setting internal field reference.

Definition at line 144 of file cylindricalInletVelocityFvPatchVectorField.H.

References cylindricalInletVelocityFvPatchVectorField::cylindricalInletVelocityFvPatchVectorField().

void updateCoeffs (  ) [virtual]

Update the coefficients associated with the patch field.

Definition at line 125 of file cylindricalInletVelocityFvPatchVectorField.C.

References d, Foam::mag(), Foam::operator==(), and Foam::mathematicalConstant::pi().

void write ( Ostream &   os  ) const [virtual]

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