NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/html/4.IO_Functions/v3r.html

Revision 495 (checked in by cbc, 12 years ago)

Initial import of Stark code.

Line 
1 <TITLE>/</TITLE>
2 <BODY>
3 <A HREF = "index.html">[Index for ./IO_Functions]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>v3r</H1>
6 <H2>(./IO_Functions/v3r.m)</H2>
7 <HR><H3>Help text</H3>
8 <pre>
9 V3R Dartmouth FEM File Standard Filetype (Description).
10
11        Output format for a 3-D, Steady-state, vector field.
12
13        This filetype is read by the OPNML MATLAB function
14        <A HREF = "../4.IO_Functions/read_v2c.html">read_v2c</A>.  Type &quot;help <A HREF = "../4.IO_Functions/read_v2c.html">read_v2c</A>&quot; for more information.
15
16        The .v3r file contains 3 header lines:
17           1) The geometric meshname
18           2) User-defined file description line
19           3) NNV, the number of vertical sigme mesh nodes
20              under each horizontal 2-D node.
21
22        Then, there are NN*NNV lines of the form:
23              I  Z(I,J) U(I,J) V(I,J) W(I,J)
24
25        where:  Z(I,J) = vertical coordinate at horizontal node I,
26                         vertical node J (MKS)
27                 (U,V,W) = (x,y,z) vector amplitudes of the 3-D
28                           velocity at node (I,J)
29                J=1,NNV - the inner loop over 1-D vertical nodes
30                I=1,NN  - the outer loop over 2-D horizontal nodes
31                NN = the number of horizontal nodes in the mesh
32  
33       See the document &quot;DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT&quot;
34       for more details.
35 </pre>
36 <HR><H3>Cross-Reference Information</H3>This  is called by
37 <pre><UL>
38 <LI><A HREF = "../4.IO_Functions/read_fem_data.html">read_fem_data</A>  ./IO_Functions/read_fem_data.m</LI>
39 </UL></pre>
40 <HR>
41 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
42 <BR>
43 Cross-Directory links are: OFF<BR>
44 </BODY>
Note: See TracBrowser for help on using the browser.