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