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

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

Revision 495 (checked in by cbc, 11 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>v2r</H1>
6 <H2>(./IO_Functions/v2r.m)</H2>
7 <HR><H3>Help text</H3>
8 <pre>
9 V2R Dartmouth FEM File Standard Filetype (Description).
10
11        Output format for a 2-D, real-valued (steady-state) vector field.
12
13        This filetype is read by the OPNML MATLAB function
14        <A HREF = "../4.IO_Functions/read_v2r.html">READ_V2R</A>.  Type &quot;help <A HREF = "../4.IO_Functions/read_v2r.html">read_v2r</A>&quot; for more information.
15
16        The .v2r file contains 2 header lines:
17           1) The geometric meshname
18           2) User-defined file description line
19
20        Then, there are NN lines of the form:
21              I  U(I)  V(I) 
22
23        where:  U(I) - x-component of velocity
24                V(I) - y-component of velocity
25                I=1,NN  - the loop over 2-D horizontal nodes
26                NN - the number of horizontal nodes in the mesh
27  
28       See the document &quot;DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT&quot;
29       for more details.
30 </pre>
31 <HR><H3>Cross-Reference Information</H3>This  is called by
32 <pre><UL>
33 <LI><A HREF = "../4.IO_Functions/read_fem_data.html">read_fem_data</A>  ./IO_Functions/read_fem_data.m</LI>
34 </UL></pre>
35 <HR>
36 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
37 <BR>
38 Cross-Directory links are: OFF<BR>
39 </BODY>
Note: See TracBrowser for help on using the browser.