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>s2c</H1> |
---|
6 |
<H2>(./IO_Functions/s2c.m)</H2> |
---|
7 |
<HR><H3>Help text</H3> |
---|
8 |
<pre> |
---|
9 |
S2C Dartmouth FEM File Standard Filetype (Description). |
---|
10 |
|
---|
11 |
Output format for a 2-D, complex-valued (periodic) scalar 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 "help <A HREF = "../4.IO_Functions/read_v2r.html">read_v2r</A>" for more information. |
---|
15 |
|
---|
16 |
The .s2c 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 Samp(I) Spha(I) |
---|
23 |
|
---|
24 |
where: Samp(I) - scalar amplitude at node I |
---|
25 |
Spha(I) - scalar phase at node I (degrees) |
---|
26 |
I=1,NN - the outer loop over 2-D horizontal nodes |
---|
27 |
NN - the number of horizontal nodes in the mesh |
---|
28 |
|
---|
29 |
See the document "DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT" |
---|
30 |
for more details. |
---|
31 |
</pre> |
---|
32 |
<HR><H3>Cross-Reference Information</H3>This is called by |
---|
33 |
<pre><UL> |
---|
34 |
<LI><A HREF = "../4.IO_Functions/read_fem_data.html">read_fem_data</A> ./IO_Functions/read_fem_data.m</LI> |
---|
35 |
</UL></pre> |
---|
36 |
<HR> |
---|
37 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
38 |
<BR> |
---|
39 |
Cross-Directory links are: OFF<BR> |
---|
40 |
</BODY> |
---|