surfaceWriterCaching.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) 2022 OpenCFD Ltd.
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
12 
13 Typedef
14  Foam::surfaceWriters::writerCaching
15 
16 Description
17  Compatibility name. Replaced (JAN-2022) by
18  Foam::ensightOutput::writerCaching
19 
20 \*---------------------------------------------------------------------------*/
21 
22 #ifndef Foam_surfaceWriters_writerCaching_H
23 #define Foam_surfaceWriters_writerCaching_H
24 
25 #include "ensightWriterCaching.H"
26 
27 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
28 
29 namespace Foam
30 {
31 namespace surfaceWriters
32 {
33 
35 
36 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
37 
38 } // End namespace surfaceWriters
39 } // End namespace Foam
40 
41 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
42 
43 #endif
44 
45 // ************************************************************************* //
State information for writers with collated times.
Foam::ensightOutput::writerCaching writerCaching
Namespace for OpenFOAM.