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>v3c</H1> |
---|
6 |
<H2>(./IO_Functions/v3c.m)</H2> |
---|
7 |
<HR><H3>Help text</H3> |
---|
8 |
<pre> |
---|
9 |
V3C Dartmouth FEM File Standard Filetype (Description). |
---|
10 |
|
---|
11 |
Output format for a 3-D, complex-valued vector field. |
---|
12 |
|
---|
13 |
This filetype is read by the OPNML MATLAB function |
---|
14 |
<A HREF = "../4.IO_Functions/read_v3c.html">READ_V3C</A>. Type "help <A HREF = "../4.IO_Functions/read_v3c.html">read_v3c</A>" for more information. |
---|
15 |
|
---|
16 |
The .v3c file contains 4 header lines: |
---|
17 |
1) The geometric meshname |
---|
18 |
2) User-defined file description line |
---|
19 |
3) NNV - number of vertical nodes |
---|
20 |
4) Frequency (radians/sec) |
---|
21 |
|
---|
22 |
Then, there are NN lines of the form: |
---|
23 |
I Z(I,J) Uamp(I,J) Upha(I,J) Vamp(I,J) Vpha(I,J) Wamp(I,J) Wpha(I,J) |
---|
24 |
|
---|
25 |
where: Z(I,J) - vertical co-ordinate at node (I,J) |
---|
26 |
Uamp(I,J) - amp of x-velocity at node (I,J) |
---|
27 |
Upha(I,J) - phase of x-velocity at node (I,J) (degrees) |
---|
28 |
Vamp(I,J) - amp of y-velocity at node (I,J) |
---|
29 |
Vpha(I,J) - phase of y-velocity at node (I,J) (degrees) |
---|
30 |
Wamp(I,J) - amp of z-velocity at node (I,J) |
---|
31 |
Wpha(I,J) - phase of z-velocity at node (I,J) (degrees) |
---|
32 |
J=1,NNV - the inner loop over 1-D vertical nodes |
---|
33 |
I=1,NN - the outer loop over 2-D horizontal nodes |
---|
34 |
NN - the number of horizontal nodes in the mesh |
---|
35 |
|
---|
36 |
See the document "DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT" |
---|
37 |
for more details. |
---|
38 |
</pre> |
---|
39 |
<HR><H3>Cross-Reference Information</H3>This is called by |
---|
40 |
<pre><UL> |
---|
41 |
<LI><A HREF = "../4.IO_Functions/read_fem_data.html">read_fem_data</A> ./IO_Functions/read_fem_data.m</LI> |
---|
42 |
</UL></pre> |
---|
43 |
<HR> |
---|
44 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
45 |
<BR> |
---|
46 |
Cross-Directory links are: OFF<BR> |
---|
47 |
</BODY> |
---|