Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
%S3C Dartmouth FEM File Standard Filetype (Description). |
---|
2 |
% |
---|
3 |
% Output format for a 3-D, complex-valued (periodic) scalar field. |
---|
4 |
% |
---|
5 |
% This filetype is read by the OPNML MATLAB function |
---|
6 |
% READ_S3C. Type "help read_s3c" for more information. |
---|
7 |
% |
---|
8 |
% The .s3c file contains 4 header lines: |
---|
9 |
% 1) The geometric meshname |
---|
10 |
% 2) User-defined file description line |
---|
11 |
% 3) NNV - number of vertical nodes |
---|
12 |
% 4) Frequency (radians/sec) |
---|
13 |
% |
---|
14 |
% Then, there are NN lines of the form: |
---|
15 |
% I Z(I,J) Samp(I,J) Spha(I,J) |
---|
16 |
% |
---|
17 |
% where: Z(I,J) - vertical co-ordinate at node (I,J) |
---|
18 |
% Samp(I,J) - scalar amplitude at node I |
---|
19 |
% Spha(I,J) - scalar phase at node I (degrees) |
---|
20 |
% J=1,NNV - the inner loop over 1-D vertical nodes |
---|
21 |
% I=1,NN - the outer loop over 2-D horizontal nodes |
---|
22 |
% NN - the number of horizontal nodes in the mesh |
---|
23 |
% |
---|
24 |
% See the document "DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT" |
---|
25 |
% for more details. |
---|
26 |
|
---|