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

fluxCorrectedVelocityFvPatchVectorField Class Reference

Velocity outlet boundary condition for patches where the pressure is specified. The outflow velocity is obtained by "zeroGradient" and then corrected from the flux. If reverse flow is possible or expected use the "pressureInletOutletVelocityFvPatchVectorField" BC instead. More...

#include <finiteVolume/fluxCorrectedVelocityFvPatchVectorField.H>


Detailed Description

Velocity outlet boundary condition for patches where the pressure is specified. The outflow velocity is obtained by "zeroGradient" and then corrected from the flux. If reverse flow is possible or expected use the "pressureInletOutletVelocityFvPatchVectorField" BC instead.

Source files

Definition at line 53 of file fluxCorrectedVelocityFvPatchVectorField.H.

Collaboration diagram for fluxCorrectedVelocityFvPatchVectorField:

List of all members.

Public Member Functions

 TypeName ("fluxCorrectedVelocity")
 Runtime type information.
 fluxCorrectedVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 fluxCorrectedVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 fluxCorrectedVelocityFvPatchVectorField (const fluxCorrectedVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given fluxCorrectedVelocityFvPatchVectorField.
virtual tmp< fvPatchVectorField >  clone () const
 Construct and return a clone.
 fluxCorrectedVelocityFvPatchVectorField (const fluxCorrectedVelocityFvPatchVectorField &, 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  evaluate (const Pstream::commsTypes commsType=Pstream::blocking)
 Evaluate the patch field.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 38 of file fluxCorrectedVelocityFvPatchVectorField.C.

Referenced by fluxCorrectedVelocityFvPatchVectorField::clone().

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

Construct from patch, internal field and dictionary.

Definition at line 66 of file fluxCorrectedVelocityFvPatchVectorField.C.

Construct by mapping given fluxCorrectedVelocityFvPatchVectorField.

onto a new patch

Definition at line 51 of file fluxCorrectedVelocityFvPatchVectorField.C.

Construct as copy setting internal field reference.

Definition at line 82 of file fluxCorrectedVelocityFvPatchVectorField.C.


Member Function Documentation

TypeName ( "fluxCorrectedVelocity"    )

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 114 of file fluxCorrectedVelocityFvPatchVectorField.H.

References fluxCorrectedVelocityFvPatchVectorField::fluxCorrectedVelocityFvPatchVectorField().

void evaluate ( const Pstream::commsTypes   commsType = Pstream::blocking  ) [virtual]
void write ( Ostream &   os  ) const [virtual]

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