foam to Tecplot360 converter
[OpenFOAM-1.6.x.git] / applications / utilities / postProcessing / dataConversion / foamToTecplot360 / tecio / readme.txt
blob5b47bdb4eae7d52f588aec0629402c9d3b187361
1 ***********************************************
2 **                   README                  **
3 ***********************************************
5 To build the TecIO library and/or the pltview utility 
6 simply run the Runmake script in this directory.
8 If customization is needed it will most likely be done
9 in GLOBAL.h (to identify machine as 64 bit) and/or in
10 dataio4.c.  Just look for CRAY in dataio4.c and you
11 will find most of the critical areas.  Note that the
12 existing code defined by CRAY is quite old and has
13 not been in use for some time.
15 Each example has its own Makefile. You may have to adjust
16 the variables at the top of the Makefile for your platform.
19 ReadTec()
21 The ReadTec() is included in the tecio library but is
22 not supported by Tecplot, Inc.  ReadTec is used 
23 to read Tecplot binary data files (all versions at or 
24 older than the Tecplot version providing the tecio 
25 library). See tecsrc/DATAUTIL.h for more information.
27 The pltview example app gives an example of  using ReadTec
28 to read just the header from a file as well as loading all
29 field data from a file./*
30  * NOTICE and LICENSE for Tecplot Input/Output Library (TecIO) - OpenFOAM
31  *
32  * Copyright (C) 1988-2009 Tecplot, Inc.  All rights reserved worldwide.
33  *
34  * Tecplot hereby grants OpenCFD limited authority to distribute without
35  * alteration the source code to the Tecplot Input/Output library, known 
36  * as TecIO, as part of its distribution of OpenFOAM and the 
37  * OpenFOAM_to_Tecplot converter.  Users of this converter are also hereby
38  * granted access to the TecIO source code, and may redistribute it for the
39  * purpose of maintaining the converter.  However, no authority is granted
40  * to alter the TecIO source code in any form or manner.
41  *
42  * This limited grant of distribution does not supersede Tecplot, Inc.'s 
43  * copyright in TecIO.  Contact Tecplot, Inc. for further information.
44  * 
45  * Tecplot, Inc.
46  * 3535 Factoria Blvd, Ste. 550
47  * Bellevue, WA 98006, USA
48  * Phone: +1 425 653 1200
49  * http://www.tecplot.com/
50  *
51  */