initial upload
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
netcdf output_hex_final {
|
||||
dimensions:
|
||||
len_name = 256 ;
|
||||
time_step = UNLIMITED ; // (0 currently)
|
||||
num_dim = 3 ;
|
||||
num_nodes = 27 ;
|
||||
num_elem = 8 ;
|
||||
num_el_blk = 2 ;
|
||||
num_side_sets = 2 ;
|
||||
num_qa_rec = 1 ;
|
||||
four = 4 ;
|
||||
len_string = 33 ;
|
||||
num_el_in_blk1 = 6 ;
|
||||
num_nod_per_el1 = 8 ;
|
||||
num_el_in_blk2 = 2 ;
|
||||
num_nod_per_el2 = 8 ;
|
||||
num_side_ss1 = 4 ;
|
||||
num_side_ss2 = 4 ;
|
||||
variables:
|
||||
double time_whole(time_step) ;
|
||||
int eb_status(num_el_blk) ;
|
||||
int eb_prop1(num_el_blk) ;
|
||||
eb_prop1:name = "ID" ;
|
||||
int ss_status(num_side_sets) ;
|
||||
int ss_prop1(num_side_sets) ;
|
||||
ss_prop1:name = "ID" ;
|
||||
double coordx(num_nodes) ;
|
||||
double coordy(num_nodes) ;
|
||||
double coordz(num_nodes) ;
|
||||
char eb_names(num_el_blk, len_name) ;
|
||||
eb_names:_FillValue = "" ;
|
||||
char ss_names(num_side_sets, len_name) ;
|
||||
ss_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 = "HEX" ;
|
||||
int connect2(num_el_in_blk2, num_nod_per_el2) ;
|
||||
connect2:elem_type = "HEX" ;
|
||||
int elem_ss1(num_side_ss1) ;
|
||||
int side_ss1(num_side_ss1) ;
|
||||
int elem_ss2(num_side_ss2) ;
|
||||
int side_ss2(num_side_ss2) ;
|
||||
|
||||
// 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 ;
|
||||
|
||||
eb_prop1 = 1, 2 ;
|
||||
|
||||
ss_status = 1, 1 ;
|
||||
|
||||
ss_prop1 = 1, 2 ;
|
||||
|
||||
coordx = 0, 0.5, 1, 0, 0.5, 1, 0, 0.5, 1, 0, 0.5, 1, 0, 0.5, 1, 0, 0.5, 1,
|
||||
0, 0.5, 1, 0, 0.5, 1, 0, 0.5, 1 ;
|
||||
|
||||
coordy = 0, 0, 0, 0.5, 0.5, 0.5, 1, 1, 1, 0, 0, 0, 0.5, 0.5, 0.5, 1, 1, 1,
|
||||
0, 0, 0, 0.5, 0.5, 0.5, 1, 1, 1 ;
|
||||
|
||||
coordz = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
|
||||
0.5, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;
|
||||
|
||||
eb_names =
|
||||
"",
|
||||
"" ;
|
||||
|
||||
ss_names =
|
||||
"",
|
||||
"" ;
|
||||
|
||||
coor_names =
|
||||
"",
|
||||
"",
|
||||
"" ;
|
||||
|
||||
qa_records =
|
||||
"mohex",
|
||||
"probname",
|
||||
"Today",
|
||||
"Time" ;
|
||||
|
||||
connect1 =
|
||||
10, 11, 14, 13, 19, 20, 23, 22,
|
||||
4, 5, 8, 7, 13, 14, 17, 16,
|
||||
13, 14, 17, 16, 22, 23, 26, 25,
|
||||
11, 12, 15, 14, 20, 21, 24, 23,
|
||||
5, 6, 9, 8, 14, 15, 18, 17,
|
||||
14, 15, 18, 17, 23, 24, 27, 26 ;
|
||||
|
||||
connect2 =
|
||||
1, 2, 5, 4, 10, 11, 14, 13,
|
||||
2, 3, 6, 5, 11, 12, 15, 14 ;
|
||||
|
||||
elem_ss1 = 2, 5, 7, 8 ;
|
||||
|
||||
side_ss1 = 5, 5, 5, 5 ;
|
||||
|
||||
elem_ss2 = 1, 3, 4, 6 ;
|
||||
|
||||
side_ss2 = 6, 6, 6, 6 ;
|
||||
}
|
||||
Reference in New Issue
Block a user