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

pressureDirectedInletOutletVelocityFvPatchVectorField.H

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------------*\
00002   =========                 |
00003   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
00004    \\    /   O peration     |
00005     \\  /    A nd           | Copyright (C) 1991-2010 OpenCFD Ltd.
00006      \\/     M anipulation  |
00007 -------------------------------------------------------------------------------
00008 License
00009     This file is part of OpenFOAM.
00010 
00011     OpenFOAM is free software: you can redistribute it and/or modify it
00012     under the terms of the GNU General Public License as published by
00013     the Free Software Foundation, either version 3 of the License, or
00014     (at your option) any later version.
00015 
00016     OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
00017     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00018     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
00019     for more details.
00020 
00021     You should have received a copy of the GNU General Public License
00022     along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
00023 
00024 Class
00025     Foam::pressureDirectedInletOutletVelocityFvPatchVectorField
00026 
00027 Description
00028     Velocity inlet/outlet boundary condition for pressure boundary where the
00029     pressure is specified.  zero-gradient is applied for outflow (as defined
00030     by the flux) and for inflow the velocity is obtained from the flux with
00031     the specified `inletDirection'.
00032 
00033 SourceFiles
00034     pressureDirectedInletOutletVelocityFvPatchVectorField.C
00035 
00036 \*---------------------------------------------------------------------------*/
00037 
00038 #ifndef pressureDirectedInletOutletVelocityFvPatchVectorField_H
00039 #define pressureDirectedInletOutletVelocityFvPatchVectorField_H
00040 
00041 #include <finiteVolume/fvPatchFields.H>
00042 #include <finiteVolume/mixedFvPatchFields.H>
00043 
00044 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
00045 
00046 namespace Foam
00047 {
00048 
00049 /*---------------------------------------------------------------------------*\
00050           Class pressureDirectedInletOutletVelocityFvPatch Declaration
00051 \*---------------------------------------------------------------------------*/
00052 
00053 class pressureDirectedInletOutletVelocityFvPatchVectorField
00054 :
00055     public mixedFvPatchVectorField
00056 {
00057     // Private data
00058 
00059         word phiName_;
00060         word rhoName_;
00061         vectorField inletDir_;
00062 
00063 
00064 public:
00065 
00066     //- Runtime type information
00067     TypeName("pressureDirectedInletOutletVelocity");
00068 
00069 
00070     // Constructors
00071 
00072         //- Construct from patch and internal field
00073         pressureDirectedInletOutletVelocityFvPatchVectorField
00074         (
00075             const fvPatch&,
00076             const DimensionedField<vector, volMesh>&
00077         );
00078 
00079         //- Construct from patch, internal field and dictionary
00080         pressureDirectedInletOutletVelocityFvPatchVectorField
00081         (
00082             const fvPatch&,
00083             const DimensionedField<vector, volMesh>&,
00084             const dictionary&
00085         );
00086 
00087         //- Construct by mapping given
00088         //  pressureDirectedInletOutletVelocityFvPatchVectorField
00089         //  onto a new patch
00090         pressureDirectedInletOutletVelocityFvPatchVectorField
00091         (
00092             const pressureDirectedInletOutletVelocityFvPatchVectorField&,
00093             const fvPatch&,
00094             const DimensionedField<vector, volMesh>&,
00095             const fvPatchFieldMapper&
00096         );
00097 
00098         //- Construct as copy
00099         pressureDirectedInletOutletVelocityFvPatchVectorField
00100         (
00101             const pressureDirectedInletOutletVelocityFvPatchVectorField&
00102         );
00103 
00104         //- Construct and return a clone
00105         virtual tmp<fvPatchVectorField> clone() const
00106         {
00107             return tmp<fvPatchVectorField>
00108             (
00109                 new pressureDirectedInletOutletVelocityFvPatchVectorField
00110                 (
00111                     *this
00112                 )
00113             );
00114         }
00115 
00116         //- Construct as copy setting internal field reference
00117         pressureDirectedInletOutletVelocityFvPatchVectorField
00118         (
00119             const pressureDirectedInletOutletVelocityFvPatchVectorField&,
00120             const DimensionedField<vector, volMesh>&
00121         );
00122 
00123         //- Construct and return a clone setting internal field reference
00124         virtual tmp<fvPatchVectorField> clone
00125         (
00126             const DimensionedField<vector, volMesh>& iF
00127         ) const
00128         {
00129             return tmp<fvPatchVectorField>
00130             (
00131                 new pressureDirectedInletOutletVelocityFvPatchVectorField
00132                 (
00133                     *this,
00134                     iF
00135                 )
00136             );
00137         }
00138 
00139 
00140     // Member functions
00141 
00142         // Access
00143 
00144             //- Return the name of rho
00145             const word& rhoName() const
00146             {
00147                 return rhoName_;
00148             }
00149 
00150             //- Return reference to the name of rho to allow adjustment
00151             word& rhoName()
00152             {
00153                 return rhoName_;
00154             }
00155 
00156             //- Return the name of phi
00157             const word& phiName() const
00158             {
00159                 return phiName_;
00160             }
00161 
00162             //- Return reference to the name of phi to allow adjustment
00163             word& phiName()
00164             {
00165                 return phiName_;
00166             }
00167 
00168 
00169         // Mapping functions
00170 
00171             //- Map (and resize as needed) from self given a mapping object
00172             virtual void autoMap
00173             (
00174                 const fvPatchFieldMapper&
00175             );
00176 
00177             //- Reverse map the given fvPatchField onto this fvPatchField
00178             virtual void rmap
00179             (
00180                 const fvPatchVectorField&,
00181                 const labelList&
00182             );
00183 
00184 
00185         //- Update the coefficients associated with the patch field
00186         virtual void updateCoeffs();
00187 
00188         //- Write
00189         virtual void write(Ostream&) const;
00190 
00191 
00192     // Member operators
00193 
00194         virtual void operator=(const fvPatchField<vector>& pvf);
00195 };
00196 
00197 
00198 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
00199 
00200 } // End namespace Foam
00201 
00202 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
00203 
00204 #endif
00205 
00206 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines