IOderivedFields.H
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 Typedef
22  Foam::IOderivedFields
23 
24 Description
25  Instance of the generic IOOutputFilter for derivedFields.
26 
27 \*---------------------------------------------------------------------------*/
28 
29 #ifndef IOderivedFields_H
30 #define IOderivedFields_H
31 
32 #include "derivedFields.H"
33 #include "IOOutputFilter.H"
34 
35 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
36 
37 namespace Foam
38 {
40 }
41 
42 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
43 
44 #endif
45 
46 // ************************************************************************* //
IOOutputFilter.H
Foam::IOOutputFilter
IOdictionary wrapper around OutputFilter to allow them to read from their associated dictionaries.
Definition: IOOutputFilter.H:59
derivedFields.H
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30
Foam::IOderivedFields
IOOutputFilter< derivedFields > IOderivedFields
Instance of the generic IOOutputFilter for derivedFields.
Definition: IOderivedFields.H:39