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-------------------------------------------------------------------------------
10License
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
26Namespace
27 Foam::fvc
28
29Description
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// ************************************************************************* //
Area-weighted average a surfaceField creating a volField.
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
Calculate the second temporal derivative.
Calculate the substantive (total) derivative.
Calculate the first temporal derivative.
Calculate the divergence of the given field.
Calculate the face-flux of the given field.
Calculate the gradient of the given field.
Calculate the laplacian of the given field.
Calculate the magnitiude of the square of the gradient of the gradient of the given volField.
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
Reconstruct volField from a face flux field.
Calculate the snGrad of the given volField.
Calculate the field for explicit evaluation of implicit and explicit sources.
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField.
Volume integrate volField creating a volField.