derivedFieldsFunctionObject.C
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  Copyright : (C) 2011 Symscape
3  Website : www.symscape.com
4 -------------------------------------------------------------------------------
5 License
6  This file is part of OpenFOAM.
7 
8  OpenFOAM is free software: you can redistribute it and/or modify it
9  under the terms of the GNU General Public License as published by
10  the Free Software Foundation, either version 3 of the License, or
11  (at your option) any later version.
12 
13  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
14  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16  for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
20 
21 \*---------------------------------------------------------------------------*/
22 
24 
25 // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
26 
27 namespace Foam
28 {
30 
32  (
33  functionObject,
35  dictionary
36  );
37 }
38 
39 // ************************************************************************* //
Foam::addToRunTimeSelectionTable
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Foam::derivedFieldsFunctionObject
OutputFilterFunctionObject< derivedFields > derivedFieldsFunctionObject
FunctionObject wrapper around derivedFields to allow them to be created via the functions list within...
Definition: derivedFieldsFunctionObject.H:43
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30
Foam::defineNamedTemplateTypeNameAndDebug
defineNamedTemplateTypeNameAndDebug(writer< scalar >, 0)
derivedFieldsFunctionObject.H