actuationDiskSource.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8 License
9  This file is part of OpenFOAM.
10 
11  OpenFOAM is free software: you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
16  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19  for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23 
24 Class
25  Foam::fv::actuationDiskSource
26 
27 Description
28  Actuation disk source
29 
30  Constant values for momentum source for actuation disk
31  \f[
32  T = 2 \rho A U_{o}^2 a (1-a)
33  \f]
34  and
35  \f[
36  U_1 = (1 - a)U_{o}
37  \f]
38 
39  where:
40  \vartable
41  A | disk area
42  U_o | upstream velocity
43  a | 1 - Cp/Ct
44  U_1 | velocity at the disk
45  \endvartable
46 
47 Usage
48  Example usage:
49  \verbatim
50  fields (U); // names of fields to apply source
51  diskDir (-1 0 0); // disk direction
52  Cp 0.1; // power coefficient
53  Ct 0.5; // thrust coefficient
54  diskArea 5.0; // disk area
55  upstreamPoint (0 0 0); // upstream point
56  \endverbatim
57 
58 
59 SourceFiles
60  actuationDiskSource.C
61  actuationDiskSourceTemplates.C
62 
63 \*---------------------------------------------------------------------------*/
64 
65 #ifndef actuationDiskSource_H
66 #define actuationDiskSource_H
67 
68 #include "cellSetOption.H"
69 
70 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
71 
72 namespace Foam
73 {
74 namespace fv
75 {
76 
77 /*---------------------------------------------------------------------------*\
78  Class actuationDiskSource Declaration
79 \*---------------------------------------------------------------------------*/
80 
81 class actuationDiskSource
82 :
83  public cellSetOption
84 {
85 
86 protected:
87 
88  // Protected data
89 
90  //- Disk area normal
92 
93  //- Power coefficient
94  scalar Cp_;
95 
96  //- Thrust coefficient
97  scalar Ct_;
98 
99  //- Disk area
100  scalar diskArea_;
101 
102  //- Upstream point sample
104 
105  //- Upstream cell ID
107 
108 
109 private:
110 
111  // Private Member Functions
113  //- Check data
114  void checkData() const;
116  //- Add resistance to the UEqn
117  template<class RhoFieldType>
118  void addActuationDiskAxialInertialResistance
119  (
120  vectorField& Usource,
121  const labelList& cells,
122  const scalarField& V,
123  const RhoFieldType& rho,
124  const vectorField& U
125  ) const;
126 
127  //- Disallow default bitwise copy construct
129 
130  //- Disallow default bitwise assignment
131  void operator=(const actuationDiskSource&);
132 
133 
134 public:
135 
136  //- Runtime type information
137  TypeName("actuationDiskSource");
138 
139 
140  // Constructors
141 
142  //- Construct from components
144  (
145  const word& name,
146  const word& modelType,
147  const dictionary& dict,
148  const fvMesh& mesh
149  );
150 
151 
152  //- Destructor
153  virtual ~actuationDiskSource()
154  {}
155 
156 
157  // Member Functions
158 
159  // Access
160 
161  //- Return Cp
162  scalar Cp() const
163  {
164  return Cp_;
165  }
166 
167  //- Return Ct
168  scalar Ct() const
169  {
170  return Ct_;
171  }
172 
173  //- Normal disk direction
174  const vector& diskDir() const
175  {
176  return diskDir_;
177  }
178 
179  //- Disk area
180  scalar diskArea() const
181  {
182  return diskArea_;
183  }
184 
185 
186  // Add explicit and implicit contributions
187 
188  //- Source term to momentum equation
189  virtual void addSup
190  (
191  fvMatrix<vector>& eqn,
192  const label fieldi
193  );
194 
195  //- Source term to compressible momentum equation
196  virtual void addSup
197  (
198  const volScalarField& rho,
199  fvMatrix<vector>& eqn,
200  const label fieldi
201  );
202 
203 
204  // IO
205 
206  //- Read dictionary
207  virtual bool read(const dictionary& dict);
208 };
209 
210 
211 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
212 
213 } // End namespace fv
214 } // End namespace Foam
215 
216 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
217 
218 #ifdef NoRepository
220 #endif
221 
222 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
223 
224 #endif
225 
226 // ************************************************************************* //
vector diskDir_
Disk area normal.
TypeName("actuationDiskSource")
Runtime type information.
label upstreamCellId_
Upstream cell ID.
dictionary dict
virtual ~actuationDiskSource()
Destructor.
U
Definition: pEqn.H:83
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Definition: label.H:59
scalar diskArea() const
Disk area.
const vector & diskDir() const
Normal disk direction.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Definition: dictionary.H:137
point upstreamPoint_
Upstream point sample.
scalar Cp() const
Return Cp.
const labelList & cells() const
Return const access to the cell set.
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:49
const fvMesh & mesh() const
Return const access to the mesh database.
Definition: fvOptionI.H:34
scalar V() const
Return const access to the total cell volume.
A class for handling words, derived from string.
Definition: word.H:59
labelList fv(nPoints)
virtual void addSup(fvMatrix< vector > &eqn, const label fieldi)
Source term to momentum equation.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
Definition: fvPatchField.H:72
const word & name() const
Return const access to the source name.
Definition: fvOptionI.H:28
scalar Cp_
Power coefficient.
virtual bool read(const dictionary &dict)
Read dictionary.
scalar Ct() const
Return Ct.
scalar Ct_
Thrust coefficient.
Mesh data needed to do the Finite Volume discretisation.
Definition: fvMesh.H:78
Namespace for OpenFOAM.