Skip to content

Commit b7fd75c

Browse files
authored
update test example to adjust changing of kwdreader.so (#264)
1 parent 16167bb commit b7fd75c

15 files changed

+42
-42
lines changed

tests/testfiles/standard/em/resistive_heating.k

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$# title
44
EM heated metal bar example
55
*CONTROL_SOLUTION
6-
$# soln nlq isnan lcint lcacc ncdcf nocop
7-
2
6+
$# soln nlq isnan lcint lcacc ncdcf nocop crvp
7+
2
88
*CONTROL_TERMINATION
99
$# endtim endcyc dtmin endeng endmas nosol
1010
20.0 0 0.0 0.01.000000E8 0
@@ -28,7 +28,7 @@ $# title
2828

2929
$ pid secid mid eosid hgid grav adpopt tmid
3030
$# pid secid mid eosid hgid grav adpopt tmid
31-
1 3 3 3
31+
1 3 3 0 0 0 0 3
3232
*SECTION_SOLID
3333
$# secid elform aet unused unused unused cohoff gaskeit
3434
3 1 0 0.0 0.0
@@ -40,7 +40,7 @@ $# title
4040

4141
$ pid secid mid eosid hgid grav adpopt tmid
4242
$# pid secid mid eosid hgid grav adpopt tmid
43-
2 1 1 1
43+
2 1 1 0 0 0 0 1
4444
*SECTION_SOLID
4545
$# secid elform aet unused unused unused cohoff gaskeit
4646
1 1 0 0.0 0.0
@@ -52,7 +52,7 @@ $# title
5252

5353
$ pid secid mid eosid hgid grav adpopt tmid
5454
$# pid secid mid eosid hgid grav adpopt tmid
55-
3 2 2 2
55+
3 2 2 0 0 0 0 2
5656
*SECTION_SOLID
5757
$# secid elform aet unused unused unused cohoff gaskeit
5858
2 1 0 0.0 0.0

tests/testfiles/standard/em/resistive_heating_2d.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$# title
44
EM Resistive heating basic 2D problem
55
*CONTROL_SOLUTION
6-
$# soln nlq isnan lcint lcacc ncdcf nocop
7-
2
6+
$# soln nlq isnan lcint lcacc ncdcf nocop crvp
7+
2
88
*CONTROL_TERMINATION
99
$# endtim endcyc dtmin endeng endmas nosol
1010
0.0101 0 0.0 0.01.000000E8 0

tests/testfiles/standard/em/resistive_heating_2d_isopots.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$# title
44
EM Resistive heating basic 2D problem with connected isopots
55
*CONTROL_SOLUTION
6-
$# soln nlq isnan lcint lcacc ncdcf nocop
7-
2
6+
$# soln nlq isnan lcint lcacc ncdcf nocop crvp
7+
2
88
*CONTROL_TERMINATION
99
$# endtim endcyc dtmin endeng endmas nosol
1010
0.0101 0 0.0 0.01.000000E8 0

tests/testfiles/standard/em/resistive_heating_2d_multi_isopots.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$# title
44
EM Resistive heating basic 2D problem with connected isopots
55
*CONTROL_SOLUTION
6-
$# soln nlq isnan lcint lcacc ncdcf nocop
7-
2
6+
$# soln nlq isnan lcint lcacc ncdcf nocop crvp
7+
2
88
*CONTROL_TERMINATION
99
$# endtim endcyc dtmin endeng endmas nosol
1010
0.0101 0 0.0 0.01.000000E8 0

tests/testfiles/standard/icfd/imposed_move.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ $# spid1 spid2 spid3 spid4 spid5 spid6 spid7 spid8
9090
$# sid
9191
1
9292
*MESH_BL
93-
$# pid nelth blth blfe blst
94-
4 2 0.0 0.0 0
93+
$# pid nelth blth blfe blst bldr
94+
4 2 0.0 0.0 0 0
9595
*MESH_SURFACE_ELEMENT
9696
$# eid pid n1 n2 n3 n4
9797
1 1 1 2 0 0

tests/testfiles/standard/icfd/internal_3d_flow.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ $# pid1 pid2 pid3 pid4 pid5 pid6 pid7 pid8
8383
$# pid1 pid2 pid3 pid4 pid5 pid6 pid7 pid8
8484
2
8585
*MESH_BL
86-
$# pid nelth blth blfe blst
87-
3 1 0.0 0.0 0
86+
$# pid nelth blth blfe blst bldr
87+
3 1 0.0 0.0 0 0
8888
*MESH_SURFACE_ELEMENT
8989
$# eid pid n1 n2 n3 n4
9090
3151 1 1 2 8 7

tests/testfiles/standard/icfd/mesh_adaptivity.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ $# spid1 spid2 spid3 spid4 spid5 spid6 spid7 spid8
8686
$# sid
8787
1
8888
*MESH_BL
89-
$# pid nelth blth blfe blst
90-
4 1 0.0 0.0 0
89+
$# pid nelth blth blfe blst bldr
90+
4 1 0.0 0.0 0 0
9191
*MESH_SURFACE_ELEMENT
9292
$# eid pid n1 n2 n3 n4
9393
1 1 1 2 0 0

tests/testfiles/standard/icfd/mesh_morphing.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ $# spid1 spid2 spid3 spid4 spid5 spid6 spid7 spid8
109109
$# sid
110110
1
111111
*MESH_BL
112-
$# pid nelth blth blfe blst
113-
4 1 0.0 0.0 0
112+
$# pid nelth blth blfe blst bldr
113+
4 1 0.0 0.0 0 0
114114
*MESH_INTERF
115115
$# volid
116116
1

tests/testfiles/standard/icfd/mesh_size.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ $# spid1 spid2 spid3 spid4 spid5 spid6 spid7 spid8
8686
$# sid
8787
1
8888
*MESH_BL
89-
$# pid nelth blth blfe blst
90-
4 1 0.0 0.0 0
89+
$# pid nelth blth blfe blst bldr
90+
4 1 0.0 0.0 0 0
9191
*MESH_SIZE
9292
$# volid
9393
1

tests/testfiles/standard/icfd/plate_flow.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ $# spid1 spid2 spid3 spid4 spid5 spid6 spid7 spid8
8080
$# sid
8181
1
8282
*MESH_BL
83-
$# pid nelth blth blfe blst
84-
4 1 0.0 0.0 0
83+
$# pid nelth blth blfe blst bldr
84+
4 1 0.0 0.0 0 0
8585
*MESH_EMBEDSHELL
8686
$# volid
8787
1

0 commit comments

Comments
 (0)