velocityLaplacianFvMotionSolver.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-2015 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::velocityLaplacianFvMotionSolver
26 
27 Description
28  Mesh motion solver for an fvMesh. Based on solving the cell-centre
29  Laplacian for the motion velocity.
30 
31 SourceFiles
32  velocityLaplacianFvMotionSolver.C
33 
34 \*---------------------------------------------------------------------------*/
35 
36 #ifndef velocityLaplacianFvMotionSolver_H
37 #define velocityLaplacianFvMotionSolver_H
38 
39 #include "velocityMotionSolver.H"
40 #include "fvMotionSolverCore.H"
41 
42 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
43 
44 namespace Foam
45 {
46 
47 // Forward class declarations
48 class motionInterpolation;
49 class motionDiffusivity;
50 
51 /*---------------------------------------------------------------------------*\
52  Class velocityLaplacianFvMotionSolver Declaration
53 \*---------------------------------------------------------------------------*/
54 
56 :
57  public velocityMotionSolver,
58  public fvMotionSolverCore
59 {
60  // Private data
61 
62  //- Cell-centre motion field
64 
65  //- Interpolation used to transfer cell displacement to the points
67 
68  //- Diffusivity used to control the motion
70 
71 
72  // Private Member Functions
73 
74  //- Disallow default bitwise copy construct
76  (
78  );
79 
80  //- Disallow default bitwise assignment
82 
83 
84 public:
85 
86  //- Runtime type information
87  TypeName("velocityLaplacian");
88 
89 
90  // Constructors
91 
92  //- Construct from polyMesh and IOdictionary
94  (
95  const polyMesh&,
96  const IOdictionary&
97  );
98 
99 
100  //- Destructor
102 
103 
104  // Member Functions
105 
106  //- Return reference to the cell motion velocity field
108  {
109  return cellMotionU_;
110  }
111 
112  //- Return const reference to the cell motion velocity field
113  const volVectorField& cellMotionU() const
114  {
115  return cellMotionU_;
116  }
117 
118  //- Return point location obtained from the current motion field
119  virtual tmp<pointField> curPoints() const;
120 
121  //- Solve for motion
122  virtual void solve();
123 
124  //- Update topology
125  virtual void updateMesh(const mapPolyMesh&);
126 };
127 
128 
129 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
130 
131 } // End namespace Foam
132 
133 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
134 
135 #endif
136 
137 // ************************************************************************* //
Foam::velocityLaplacianFvMotionSolver::operator=
void operator=(const velocityLaplacianFvMotionSolver &)
Disallow default bitwise assignment.
Foam::IOdictionary
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Definition: IOdictionary.H:53
Foam::velocityLaplacianFvMotionSolver::TypeName
TypeName("velocityLaplacian")
Runtime type information.
Foam::tmp
A class for managing temporary objects.
Definition: PtrList.H:118
Foam::velocityMotionSolver
Virtual base class for velocity motion solver.
Definition: velocityMotionSolver.H:54
Foam::velocityLaplacianFvMotionSolver::cellMotionU
volVectorField & cellMotionU()
Return reference to the cell motion velocity field.
Definition: velocityLaplacianFvMotionSolver.H:106
velocityMotionSolver.H
Foam::velocityLaplacianFvMotionSolver::cellMotionU_
volVectorField cellMotionU_
Cell-centre motion field.
Definition: velocityLaplacianFvMotionSolver.H:62
Foam::polyMesh
Mesh consisting of general polyhedral cells.
Definition: polyMesh.H:74
Foam::velocityLaplacianFvMotionSolver::cellMotionU
const volVectorField & cellMotionU() const
Return const reference to the cell motion velocity field.
Definition: velocityLaplacianFvMotionSolver.H:112
Foam::fvMotionSolverCore
Base class for fvMesh based motionSolvers.
Definition: fvMotionSolverCore.H:48
Foam::velocityLaplacianFvMotionSolver::~velocityLaplacianFvMotionSolver
~velocityLaplacianFvMotionSolver()
Destructor.
Definition: velocityLaplacianFvMotionSolver.C:91
Foam::velocityLaplacianFvMotionSolver::velocityLaplacianFvMotionSolver
velocityLaplacianFvMotionSolver(const velocityLaplacianFvMotionSolver &)
Disallow default bitwise copy construct.
Foam::velocityLaplacianFvMotionSolver
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion velocity.
Definition: velocityLaplacianFvMotionSolver.H:54
Foam::velocityLaplacianFvMotionSolver::curPoints
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Definition: velocityLaplacianFvMotionSolver.C:98
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30
Foam::velocityLaplacianFvMotionSolver::updateMesh
virtual void updateMesh(const mapPolyMesh &)
Update topology.
Definition: velocityLaplacianFvMotionSolver.C:140
Foam::velocityLaplacianFvMotionSolver::diffusivityPtr_
autoPtr< motionDiffusivity > diffusivityPtr_
Diffusivity used to control the motion.
Definition: velocityLaplacianFvMotionSolver.H:68
Foam::autoPtr
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Definition: PtrList.H:117
fvMotionSolverCore.H
Foam::mapPolyMesh
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Definition: mapPolyMesh.H:158
Foam::velocityLaplacianFvMotionSolver::solve
virtual void solve()
Solve for motion.
Definition: velocityLaplacianFvMotionSolver.C:118
Foam::GeometricField
Generic GeometricField class.
Definition: surfaceFieldsFwd.H:52
Foam::velocityLaplacianFvMotionSolver::interpolationPtr_
autoPtr< motionInterpolation > interpolationPtr_
Interpolation used to transfer cell displacement to the points.
Definition: velocityLaplacianFvMotionSolver.H:65