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>v2c</H1> |
---|
6 |
<H2>(./IO_Functions/v2c.m)</H2> |
---|
7 |
<HR><H3>Help text</H3> |
---|
8 |
<pre> |
---|
9 |
V2C Dartmouth FEM File Standard Filetype (Description). |
---|
10 |
|
---|
11 |
Output format for a 2-D, complex-valued (periodic) 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 "help <A HREF = "../4.IO_Functions/read_v2c.html">read_v2c</A>" for more information. |
---|
15 |
|
---|
16 |
The .v2c file contains 3 header lines: |
---|
17 |
1) The geometric meshname |
---|
18 |
2) User-defined file description line |
---|
19 |
3) Frequency (radians/sec) |
---|
20 |
|
---|
21 |
Then, there are NN lines of the form: |
---|
22 |
I Uamp(I) Upha(I) Vamp(I) Vpha(I) |
---|
23 |
|
---|
24 |
where: Uamp(I) - x-component amplitude of velocity |
---|
25 |
Upha(I) - x-component phase of velocity (degrees) |
---|
26 |
Vamp(I) - y-component amplitude of velocity |
---|
27 |
Vpha(I) - y-component phase of velocity (degrees) |
---|
28 |
I=1,NN - the outer loop over 2-D horizontal nodes |
---|
29 |
NN - the number of horizontal nodes in the mesh |
---|
30 |
|
---|
31 |
See the document "DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT" |
---|
32 |
for more details. |
---|
33 |
</pre> |
---|
34 |
<HR> |
---|
35 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
36 |
<BR> |
---|
37 |
Cross-Directory links are: OFF<BR> |
---|
38 |
</BODY> |
---|