125 lines
2.5 KiB
Plaintext
125 lines
2.5 KiB
Plaintext
netcdf out_2D_tri_eltset {
|
|
dimensions:
|
|
len_name = 256 ;
|
|
time_step = UNLIMITED ; // (0 currently)
|
|
num_dim = 2 ;
|
|
num_nodes = 16 ;
|
|
num_elem = 18 ;
|
|
num_el_blk = 3 ;
|
|
num_elem_sets = 3 ;
|
|
num_qa_rec = 1 ;
|
|
four = 4 ;
|
|
len_string = 33 ;
|
|
num_el_in_blk1 = 9 ;
|
|
num_nod_per_el1 = 3 ;
|
|
num_el_in_blk2 = 3 ;
|
|
num_nod_per_el2 = 3 ;
|
|
num_el_in_blk3 = 6 ;
|
|
num_nod_per_el3 = 3 ;
|
|
num_ele_els1 = 9 ;
|
|
num_ele_els2 = 3 ;
|
|
num_ele_els3 = 6 ;
|
|
variables:
|
|
double time_whole(time_step) ;
|
|
int eb_status(num_el_blk) ;
|
|
int eb_prop1(num_el_blk) ;
|
|
eb_prop1:name = "ID" ;
|
|
int els_status(num_elem_sets) ;
|
|
int els_prop1(num_elem_sets) ;
|
|
els_prop1:name = "ID" ;
|
|
double coordx(num_nodes) ;
|
|
double coordy(num_nodes) ;
|
|
char eb_names(num_el_blk, len_name) ;
|
|
eb_names:_FillValue = "" ;
|
|
char els_names(num_elem_sets, len_name) ;
|
|
els_names:_FillValue = "" ;
|
|
char coor_names(num_dim, len_name) ;
|
|
coor_names:_FillValue = "" ;
|
|
char qa_records(num_qa_rec, four, len_string) ;
|
|
int connect1(num_el_in_blk1, num_nod_per_el1) ;
|
|
connect1:elem_type = "TRI3" ;
|
|
int connect2(num_el_in_blk2, num_nod_per_el2) ;
|
|
connect2:elem_type = "TRI3" ;
|
|
int connect3(num_el_in_blk3, num_nod_per_el3) ;
|
|
connect3:elem_type = "TRI3" ;
|
|
int elem_els1(num_ele_els1) ;
|
|
int elem_els2(num_ele_els2) ;
|
|
int elem_els3(num_ele_els3) ;
|
|
|
|
// global attributes:
|
|
:api_version = 7.21f ;
|
|
:version = 7.21f ;
|
|
:floating_point_word_size = 8 ;
|
|
:file_size = 1 ;
|
|
:maximum_name_length = 32 ;
|
|
:int64_status = 0 ;
|
|
:title = "LaGriT to Exodus" ;
|
|
data:
|
|
|
|
eb_status = 1, 1, 1 ;
|
|
|
|
eb_prop1 = 1, 2, 3 ;
|
|
|
|
els_status = 1, 1, 1 ;
|
|
|
|
els_prop1 = 1, 2, 3 ;
|
|
|
|
coordx = 0, 0.333333333333333, 0.666666666666667, 1, 0, 0.333333333333333,
|
|
0.666666666666667, 1, 0, 0.333333333333333, 0.666666666666667, 1, 0,
|
|
0.333333333333333, 0.666666666666667, 1 ;
|
|
|
|
coordy = 0, 0, 0, 0, 0.333333333333333, 0.333333333333333,
|
|
0.333333333333333, 0.333333333333333, 0.666666666666667,
|
|
0.666666666666667, 0.666666666666667, 0.666666666666667, 1, 1, 1, 1 ;
|
|
|
|
eb_names =
|
|
"",
|
|
"",
|
|
"" ;
|
|
|
|
els_names =
|
|
"e1",
|
|
"e2",
|
|
"e3" ;
|
|
|
|
coor_names =
|
|
"",
|
|
"" ;
|
|
|
|
qa_records =
|
|
"motri",
|
|
"probname",
|
|
"Today",
|
|
"Time" ;
|
|
|
|
connect1 =
|
|
11, 15, 14,
|
|
9, 10, 13,
|
|
15, 12, 16,
|
|
6, 7, 10,
|
|
7, 4, 8,
|
|
7, 8, 11,
|
|
11, 8, 12,
|
|
10, 14, 13,
|
|
5, 6, 9 ;
|
|
|
|
connect2 =
|
|
2, 3, 6,
|
|
11, 12, 15,
|
|
2, 6, 5 ;
|
|
|
|
connect3 =
|
|
1, 2, 5,
|
|
6, 10, 9,
|
|
10, 11, 14,
|
|
7, 11, 10,
|
|
3, 7, 6,
|
|
3, 4, 7 ;
|
|
|
|
elem_els1 = 1, 2, 3, 4, 5, 6, 7, 8, 9 ;
|
|
|
|
elem_els2 = 10, 11, 12 ;
|
|
|
|
elem_els3 = 13, 14, 15, 16, 17, 18 ;
|
|
}
|