fvc.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 | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2011 OpenFOAM Foundation
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM.
12 
13  OpenFOAM is free software: you can redistribute it and/or modify it
14  under the terms of the GNU General Public License as published by
15  the Free Software Foundation, either version 3 of the License, or
16  (at your option) any later version.
17 
18  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21  for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
25 
26 Namespace
27  Foam::fvc
28 
29 Description
30  Namespace of functions to calculate explicit derivatives.
31 
32 \*---------------------------------------------------------------------------*/
33 
34 #ifndef fvc_H
35 #define fvc_H
36 
37 #include "fv.H"
38 
39 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
40 
41 #include "surfaceInterpolate.H"
42 #include "fvcVolumeIntegrate.H"
43 #include "fvcSurfaceIntegrate.H"
44 #include "fvcAverage.H"
45 #include "fvcReconstruct.H"
46 #include "fvcDdt.H"
47 #include "fvcDDt.H"
48 #include "fvcD2dt2.H"
49 #include "fvcDiv.H"
50 #include "fvcFlux.H"
51 #include "fvcGrad.H"
52 #include "fvcMagSqrGradGrad.H"
53 #include "fvcSnGrad.H"
54 #include "fvcCurl.H"
55 #include "fvcLaplacian.H"
56 #include "fvcSup.H"
57 #include "fvcMeshPhi.H"
58 
59 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
60 
61 #endif
62 
63 // ************************************************************************* //
fv.H
fvcMeshPhi.H
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
fvcSnGrad.H
Calculate the snGrad of the given volField.
fvcDiv.H
Calculate the divergence of the given field.
fvcSup.H
Calculate the field for explicit evaluation of implicit and explicit sources.
fvcD2dt2.H
Calculate the second temporal derivative.
fvcCurl.H
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
fvcSurfaceIntegrate.H
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField.
fvcLaplacian.H
Calculate the laplacian of the given field.
fvcDDt.H
Calculate the substantive (total) derivative.
fvcGrad.H
Calculate the gradient of the given field.
fvcFlux.H
Calculate the face-flux of the given field.
fvcVolumeIntegrate.H
Volume integrate volField creating a volField.
fvcReconstruct.H
Reconstruct volField from a face flux field.
fvcDdt.H
Calculate the first temporal derivative.
fvcAverage.H
Area-weighted average a surfaceField creating a volField.
fvcMagSqrGradGrad.H
Calculate the magnitiude of the square of the gradient of the gradient of the given volField.