You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
239 lines
4.7 KiB
239 lines
4.7 KiB
netcdf testcpd {
|
|
dimensions:
|
|
len_name = 256 ;
|
|
time_step = UNLIMITED ; // (0 currently)
|
|
num_dim = 3 ;
|
|
num_nodes = 26 ;
|
|
num_elem = 5 ;
|
|
num_el_blk = 5 ;
|
|
num_node_sets = 2 ;
|
|
num_side_sets = 5 ;
|
|
num_el_in_blk1 = 1 ;
|
|
num_nod_per_el1 = 4 ;
|
|
num_att_in_blk1 = 1 ;
|
|
num_el_in_blk2 = 1 ;
|
|
num_nod_per_el2 = 4 ;
|
|
num_att_in_blk2 = 1 ;
|
|
num_el_in_blk3 = 1 ;
|
|
num_nod_per_el3 = 8 ;
|
|
num_att_in_blk3 = 1 ;
|
|
num_el_in_blk4 = 1 ;
|
|
num_nod_per_el4 = 4 ;
|
|
num_att_in_blk4 = 1 ;
|
|
num_el_in_blk5 = 1 ;
|
|
num_nod_per_el5 = 6 ;
|
|
num_att_in_blk5 = 1 ;
|
|
num_nod_ns1 = 5 ;
|
|
num_nod_ns2 = 3 ;
|
|
num_side_ss1 = 2 ;
|
|
num_df_ss1 = 4 ;
|
|
num_side_ss2 = 2 ;
|
|
num_df_ss2 = 4 ;
|
|
num_side_ss3 = 7 ;
|
|
num_side_ss4 = 4 ;
|
|
num_side_ss5 = 5 ;
|
|
variables:
|
|
double time_whole(time_step) ;
|
|
int eb_status(num_el_blk) ;
|
|
int eb_prop1(num_el_blk) ;
|
|
eb_prop1:name = "ID" ;
|
|
int ns_status(num_node_sets) ;
|
|
int ns_prop1(num_node_sets) ;
|
|
ns_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) ;
|
|
char ns_names(num_node_sets, len_name) ;
|
|
char ss_names(num_side_sets, len_name) ;
|
|
char coor_names(num_dim, len_name) ;
|
|
int elem_num_map(num_elem) ;
|
|
double attrib1(num_el_in_blk1, num_att_in_blk1) ;
|
|
char attrib_name1(num_att_in_blk1, len_name) ;
|
|
int connect1(num_el_in_blk1, num_nod_per_el1) ;
|
|
connect1:elem_type = "quad" ;
|
|
double attrib2(num_el_in_blk2, num_att_in_blk2) ;
|
|
char attrib_name2(num_att_in_blk2, len_name) ;
|
|
int connect2(num_el_in_blk2, num_nod_per_el2) ;
|
|
connect2:elem_type = "quad" ;
|
|
double attrib3(num_el_in_blk3, num_att_in_blk3) ;
|
|
char attrib_name3(num_att_in_blk3, len_name) ;
|
|
int connect3(num_el_in_blk3, num_nod_per_el3) ;
|
|
connect3:elem_type = "hex" ;
|
|
double attrib4(num_el_in_blk4, num_att_in_blk4) ;
|
|
char attrib_name4(num_att_in_blk4, len_name) ;
|
|
int connect4(num_el_in_blk4, num_nod_per_el4) ;
|
|
connect4:elem_type = "tetra" ;
|
|
double attrib5(num_el_in_blk5, num_att_in_blk5) ;
|
|
char attrib_name5(num_att_in_blk5, len_name) ;
|
|
int connect5(num_el_in_blk5, num_nod_per_el5) ;
|
|
connect5:elem_type = "wedge" ;
|
|
int eb_prop2(num_el_blk) ;
|
|
eb_prop2:name = "MATL" ;
|
|
int eb_prop3(num_el_blk) ;
|
|
eb_prop3:name = "DENSITY" ;
|
|
int node_ns1(num_nod_ns1) ;
|
|
double dist_fact_ns1(num_nod_ns1) ;
|
|
int node_ns2(num_nod_ns2) ;
|
|
double dist_fact_ns2(num_nod_ns2) ;
|
|
int ns_prop2(num_node_sets) ;
|
|
ns_prop2:name = "FACE" ;
|
|
int ns_prop3(num_node_sets) ;
|
|
ns_prop3:name = "VELOCITY" ;
|
|
int elem_ss1(num_side_ss1) ;
|
|
int side_ss1(num_side_ss1) ;
|
|
double dist_fact_ss1(num_df_ss1) ;
|
|
int elem_ss2(num_side_ss2) ;
|
|
int side_ss2(num_side_ss2) ;
|
|
double dist_fact_ss2(num_df_ss2) ;
|
|
int elem_ss3(num_side_ss3) ;
|
|
int side_ss3(num_side_ss3) ;
|
|
int elem_ss4(num_side_ss4) ;
|
|
int side_ss4(num_side_ss4) ;
|
|
int elem_ss5(num_side_ss5) ;
|
|
int side_ss5(num_side_ss5) ;
|
|
int ss_prop2(num_side_sets) ;
|
|
ss_prop2:name = "COLOR" ;
|
|
|
|
// global attributes:
|
|
:file_size = 1 ;
|
|
:maximum_name_length = 32 ;
|
|
:title = "This is a test" ;
|
|
data:
|
|
|
|
eb_status = 1, 1, 1, 1, 1 ;
|
|
|
|
eb_prop1 = 10, 11, 12, 13, 14 ;
|
|
|
|
ns_status = 1, 1 ;
|
|
|
|
ns_prop1 = 20, 21 ;
|
|
|
|
ss_status = 1, 1, 1, 1, 1 ;
|
|
|
|
ss_prop1 = 30, 31, 32, 33, 34 ;
|
|
|
|
coordx = 0, 1, 1, 0, 1, 2, 2, 1, 0, 10, 10, 1, 1, 10, 10, 1, 0, 1, 10, 7, 3,
|
|
6, 0, 3, 6, 0 ;
|
|
|
|
coordy = 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 0, 0, 0, 5, 0,
|
|
0, 0, 2, 2, 2 ;
|
|
|
|
coordz = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -10, -10, 0, 0, -10, -10, 0, 5, 2, 3,
|
|
6, 0, 0, 6, 2, 0 ;
|
|
|
|
eb_names =
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"" ;
|
|
|
|
ns_names =
|
|
"",
|
|
"" ;
|
|
|
|
ss_names =
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"" ;
|
|
|
|
coor_names =
|
|
"xcoor",
|
|
"ycoor",
|
|
"zcoor" ;
|
|
|
|
elem_num_map = 1, 2, 3, 4, 5 ;
|
|
|
|
attrib1 =
|
|
3.1416 ;
|
|
|
|
attrib_name1 =
|
|
"" ;
|
|
|
|
connect1 =
|
|
1, 2, 3, 4 ;
|
|
|
|
attrib2 =
|
|
6.1416 ;
|
|
|
|
attrib_name2 =
|
|
"" ;
|
|
|
|
connect2 =
|
|
5, 6, 7, 8 ;
|
|
|
|
attrib3 =
|
|
6.1416 ;
|
|
|
|
attrib_name3 =
|
|
"" ;
|
|
|
|
connect3 =
|
|
9, 10, 11, 12, 13, 14, 15, 16 ;
|
|
|
|
attrib4 =
|
|
6.1416 ;
|
|
|
|
attrib_name4 =
|
|
"" ;
|
|
|
|
connect4 =
|
|
17, 18, 19, 20 ;
|
|
|
|
attrib5 =
|
|
6.1416 ;
|
|
|
|
attrib_name5 =
|
|
"" ;
|
|
|
|
connect5 =
|
|
21, 22, 23, 24, 25, 26 ;
|
|
|
|
eb_prop2 = 10, 20, 30, 40, 50 ;
|
|
|
|
eb_prop3 = _, _, _, _, _ ;
|
|
|
|
node_ns1 = 10, 11, 12, 13, 14 ;
|
|
|
|
dist_fact_ns1 = 1, 2, 3, 4, 5 ;
|
|
|
|
node_ns2 = 20, 21, 22 ;
|
|
|
|
dist_fact_ns2 = 1.1, 2.1, 3.1 ;
|
|
|
|
ns_prop2 = 4, 5 ;
|
|
|
|
ns_prop3 = 1000, 2000 ;
|
|
|
|
elem_ss1 = 2, 2 ;
|
|
|
|
side_ss1 = 4, 2 ;
|
|
|
|
dist_fact_ss1 = 30, 30.1, 30.2, 30.3 ;
|
|
|
|
elem_ss2 = 1, 2 ;
|
|
|
|
side_ss2 = 2, 3 ;
|
|
|
|
dist_fact_ss2 = 31, 31.1, 31.2, 31.3 ;
|
|
|
|
elem_ss3 = 3, 3, 3, 3, 3, 3, 3 ;
|
|
|
|
side_ss3 = 5, 3, 3, 2, 4, 1, 6 ;
|
|
|
|
elem_ss4 = 4, 4, 4, 4 ;
|
|
|
|
side_ss4 = 1, 2, 3, 4 ;
|
|
|
|
elem_ss5 = 5, 5, 5, 5, 5 ;
|
|
|
|
side_ss5 = 1, 2, 3, 4, 5 ;
|
|
|
|
ss_prop2 = 100, 101, _, _, _ ;
|
|
}
|
|
|