-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathUtilities.html
289 lines (210 loc) · 7.69 KB
/
Utilities.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
<title>CFD General Notation System</title>
</head>
<body text="#000000" bgcolor="#FFFFFF">
<table BORDER=0 CELLSPACING=5 CELLPADDING=5 WIDTH="100%" >
<tr>
<td WIDTH="180"><a href="http://www.cgns.org/"><img SRC="cgns.gif" ALT="CGNS logo" BORDER=0 height=111 width=180 align=CENTER></a></td>
<td ALIGN=CENTER>
<h1>
<font color="#000000">CFD General Notation System<br>
Utilities</font></h1>
</td>
</tr>
<tr>
<td COLSPAN="2">
<hr></td>
<td> </td>
</tr>
<tr>
<td VALIGN=TOP WIDTH="180">
<table BORDER CELLSPACING=0 CELLPADDING=5 WIDTH="100%" >
<tr>
<td VALIGN=TOP>
<p><b>CGNS site pages</b>
<br><a href="index.html">CGNS Home</a>
<br><a href="WhatIsCGNS.html">What is CGNS?</a>
<br><a href="starting.html">Getting Started</a>
<br><a href="news.html">Latest News</a>
<br><a href="hdf5.html">Switch to HDF5</a>
<br><a href="steering.html">Steering Committee</a>
<br><a href="Implementations.html">Implementations</a>
<br><a href="CGNStalk.html">Discussion Group</a>
<br><a href="download.html">Download</a>
<br><b><font color=red>Contributed Utilities</font></b>
<br><a href="CGNSFiles.html">Example CGNS Files</a>
<br><a href="Proposals.html">Proposed Extensions</a>
<br><a href="FAQs.html">FAQs</a>
<p><b>Documentation pages</b>
<br><a href="CGNS_docs_current/index.html">Documentation Home</a>
<br><a href="CGNS_docs_current/index.html#Papers">Papers and Slides</a>
<br><a href="CGNS_docs_current/index.html#Minutes">Meeting Minutes</a>
<br><a href="CGNS_docs_current/user/index.html">User's Guide</a>
<br><a href="CGNS_docs_current/overview/index.html">Overview</a>
<br><a href="CGNS_docs_current/sids/index.html">SIDS</a>
<br><a href="CGNS_docs_current/filemap/index.html">SIDS File Mapping</a>
<br><a href="CGNS_docs_current/midlevel/index.html">Mid-Level Library</a>
<br><a href="CGNS_docs_current/cgio/index.html">CGIO User's Guide</a>
</td>
</tr>
</table>
</td>
<td VALIGN=TOP>These utilities are distributed as a service from CGNS users
to CGNS users.
<p>If you have any questions about these utilities, please contact
the person listed in the table. The CGNS Committee is not able to provide
technical support for the utilities listed on this webpage.
<p>Please post any CGNS software applications which you would like to share them with
the CGNS user community to
<a href="https://github.com/CGNS/CGNS/discussions">cgnstalk</a>.
<p>Only source code or links to external sites are posted on this page.
<br>
<center><table BORDER=2 CELLSPACING=0 CELLPADDING=5 NOSAVE >
<tr>
<th BGCOLOR="#CCCCCC">Description</th>
<th BGCOLOR="#CCCCCC">Source code</th>
<th BGCOLOR="#CCCCCC">Dates:
<br>(Posted)
<br>Last revised</th>
<th BGCOLOR="#CCCCCC">Contact</th>
</tr>
<tr>
<td><b>Fortran90 module generator</b>: reads cgnslib_f.h and creates f90 module</td>
<td><a href="utilities/cgns_for_f90.tar.gz">cgns_for_f90.tar.gz</a>
</td>
<td>Mar.05.14</td>
<td><a href="mailto:[email protected]">Mirco Valentini</a></td>
</tr>
<tr>
<td><b>File utility</b>: reads CGNS file and tells what type it is (ADF or HDF5),
and allows translation to the other type</td>
<td><a href="utilities/cgns_type.f.gz">cgns_type.f.gz</a>
</td>
<td>Feb.03.14</td>
<td><a href="mailto:[email protected]">Chris Rumsey</a></td>
</tr>
<tr>
<td><b>Interface for MATLAB and Octave</b>: complete CGNS mid-level library
interface for MATLAB/Octave (formerly known as mexCGNS)</td>
<td><a href="https://github.com/meshkit/cgns4m">CGNS4m link</a></td>
<td>external site</td>
<td><a href="mailto:[email protected]">Xiangmin (Jim) Jiao</a></td>
</tr>
<tr>
<td><b>CHLone CGNS/HDF5 Implementation</b>: library with three interface
levels for mapping SIDS-to-HDF5</td>
<td><a href="http://chlone.sourceforge.net/">CHLone link</a></td>
<td>external site</td>
<td><a href="mailto:[email protected]">Marc Poinot</a></td>
</tr>
<tr>
<td><b>Various unstructured-to-CGNS Translators</b>: convert certain
unstructured grid file formats to CGNS</td>
<td><a href="utilities/aflr3_to_cgns.f90.gz">aflr3_to_cgns.f90.gz</a>
<br>
<a href="utilities/fast_to_cgns.f90.gz">fast_to_cgns.f90.gz</a>
<br>
<a href="utilities/vgrid_to_cgns.f90.gz">vgrid_to_cgns.f90.gz</a>
<br></td>
<td>Dec.01.09</td>
<td><a href="mailto:[email protected]">Chris Rumsey</a></td>
</tr>
<tr>
<td><b>New set of Python bindings using swig</b></td>
<td><a href="http://pypi.python.org/pypi/CGNS">Python binding link</a></td>
<td>external site</td>
<td><a href="mailto:[email protected]">Oliver Borm</a></td>
</tr>
<tr>
<td><b>cgns_to_vtk patch for 2D meshes</b></td>
<td><a href="utilities/cgns_to_vtk2D.patch.gz">cgns_to_vtk2D.patch.gz</a></td>
<td>Nov.03.09</td>
<td><a href="mailto:[email protected]">Oliver Borm</a></td>
</tr>
<tr>
<td><b>CGNS to Plot3D Function-File Translator</b>: converts a CGNS file
to "standard" PLOT3D grid + function files
(where the functions are specified by the user)</td>
<td><a href="utilities/cgns_to_plot3d_function.f.gz">cgns_to_plot3d_function.f.gz</a>
<br></td>
<td>Jul.24.07</td>
<td><a href="mailto:[email protected]">Chris Rumsey</a></td>
</tr>
<tr>
<td><b>CGNS to Plot3D Translator</b>: converts a CGNS file
to "standard" PLOT3D grid + conserved-variable-Q files</td>
<td><a href="utilities/cgns_to_plot3d.f.gz">cgns_to_plot3d.f.gz</a>
<br></td>
<td>(Apr.20.00)
<br> Jul.23.07</td>
<td><a href="mailto:[email protected]">Chris Rumsey</a></td>
</tr>
<tr>
<td NOSAVE><b>Plot3d to CGNS Translator</b>: converts a "standard" PLOT3D grid
file or grid and Q file to a CGNS file</td>
<td><a href="utilities/plot3d_to_cgns.f.gz">plot3d_to_cgns.f.gz</a>
<br></td>
<td>(Apr.20.00)
<br> Oct.28.09</td>
<td><a href="mailto:[email protected]">Chris Rumsey</a></td>
</tr>
<tr>
<td><b>CGNS++ </b>: Object Oriented Interface </td>
<td><a href="http://cgnspp.sourceforge.net">CGNS++ link</a></td>
<td>external site</td>
<td><a href="mailto:[email protected]">Manuel Kessler</a></td>
</tr>
<tr>
<td><b>PyCGNS</b></td>
<td><a href="https://pycgns.github.io">PyCGNS link</a></td>
<td>external site</td>
<td><a href="mailto:[email protected]">Marc Poinot</a></td>
</tr>
<!--<tr>
<td><a href="utilities/CGNSBrowse/CGNSBrowse.gif">CGNS Viewer</a>
<br><a href="utilities/CGNSBrowse/README">README file</a></td>
<td><a href="http://sourceforge.net/projects/cgnsbrowse/">CGNS Viewer Source link</a></td>
<td>external site</td>
<td><a href="mailto:[email protected]">Christian Lundh</a></td>
</tr>-->
<tr>
<td>Header file for Data-Name Identifiers</td>
<td><a href="utilities/fvname.h">fvname.h</a></td>
<td>Feb.15.02</td>
<td><a href="mailto:[email protected]">Alan Sayre</a></td>
</tr>
<tr>
<td>In-memory Tree Proposal</td>
<td><a href="http://elsa.onera.fr/CGNS/releases">ADFM package link</a></td>
<td>external site</td>
<td><a href="mailto:[email protected]">Marc Poinot</a></td>
</tr>
<tr>
<td><b>Extract History Data</b>: program to read CGNS file and print out
history data to a formatted file</td>
<td><a href="utilities/cgns_readhist.f.gz">cgns_readhist.f.gz</a>
<br></td>
<td>(Apr.20.00)
<br> Jan.31.01</td>
<td><a href="mailto:[email protected]">Chris Rumsey</a></td>
</tr>
<tr>
<td><b>FTU (File Transfer Utility)</b>: Converter to and from Plot3D
format. Has a text-based menu allowing the manipulation of a CGNS
base.</td>
<td><a href="utilities/ftu.tar.gz">ftu.tar.gz</a>
<br></td>
<td>Jun.14.00</td>
<td><a href="mailto:[email protected]">Robert Bush</a></td>
</tr>
</table></center>
</td>
</tr>
</table>
</body>
</html>