Skip to content

Commit d717085

Browse files
committed
Merge branch 'fix.reggie.HEMPT.mesh' into 'master.dev'
Fixed inner BC definition in mesh of WEK_PIC_poisson/HEMPT-90deg-symmetry See merge request piclas/piclas!967
2 parents 42afafd + 0efa9e3 commit d717085

File tree

1 file changed

+13
-13
lines changed
  • regressioncheck/WEK_PIC_poisson/HEMPT-90deg-symmetry/pre-hopr

1 file changed

+13
-13
lines changed

regressioncheck/WEK_PIC_poisson/HEMPT-90deg-symmetry/pre-hopr/hopr.ini

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ DEFVAR = (REAL): ri0 = 0.5 ! inner square dim -> scales the inner square regi
55
! this value heavily changes the Jacobians and thus the quality of the mesh
66
! because this value blends a square slowly into a circle
77

8-
DEFVAR = (REAL): r1 = 1.0 ! [will be scaled with 0.2 m due to post-deform routines]
9-
DEFVAR = (REAL): r2 = 1.2 ! [will be scaled with 0.2 m due to post-deform routines]
10-
DEFVAR = (REAL): r3 = 1.66 ! [will be scaled with 0.2 m due to post-deform routines]
11-
DEFVAR = (REAL): r4 = 2.83 ! [will be scaled with 0.2 m due to post-deform routines]
8+
DEFVAR = (REAL): r1 = 1.0 ! [will be scaled with 0.2 m due to post-deform routines]
9+
DEFVAR = (REAL): r2 = 1.2 ! [will be scaled with 0.2 m due to post-deform routines]
10+
DEFVAR = (REAL): r3 = 1.66 ! [will be scaled with 0.2 m due to post-deform routines]
11+
DEFVAR = (REAL): r4 = 2.83 ! [will be scaled with 0.2 m due to post-deform routines]
1212

1313
! -------------------------------------------------------------------------------------------------------------------------------- !
1414
! z-coordinates
@@ -21,7 +21,7 @@ DEFVAR = (REAL): z6 = 8.05 ! [will be scaled with 0.2 m due to post-deform rout
2121
DEFVAR = (REAL): z7 = 9.05 ! [will be scaled with 0.2 m due to post-deform routines]
2222

2323
! -------------------------------------------------------------------------------------------------------------------------------- !
24-
! AZIMUTHAL:
24+
! AZIMUTHAL:
2525
! no. of elems in azimuthal direction (DO NOT REMOVE THE ZEROS IN "002" -> "2" WILL FAIL)
2626
! -------------------------------------------------------------------------------------------------------------------------------- !
2727
! center: square
@@ -54,18 +54,18 @@ DEFVAR = (INT): i3 = 3 !
5454

5555

5656
! -------------------------------------------------------------------------------------------------------------------------------- !
57-
! RADIAL:
57+
! RADIAL:
5858
! no. elems in r (DO NOT REMOVE THE ZEROS IN "002" -> "2" WILL FAIL)
5959
! -------------------------------------------------------------------------------------------------------------------------------- !
6060

6161
! --- 1st ring: r1
6262
DEFVAR=(INT): ir_6 = 2 ! was 16 refined first ring
6363

6464
! --- 2nd ring: r2
65-
DEFVAR=(INT): ir_2 = 1 !
65+
DEFVAR=(INT): ir_2 = 1 !
6666

6767
! --- 3rd ring: r3
68-
DEFVAR=(INT): ir_3 = 1 !
68+
DEFVAR=(INT): ir_3 = 1 !
6969

7070

7171

@@ -79,7 +79,7 @@ DEFVAR=(REAL): f2 = 1.00
7979

8080

8181
! -------------------------------------------------------------------------------------------------------------------------------- !
82-
! AXIAL:
82+
! AXIAL:
8383
! no. elems in z (DO NOT REMOVE THE ZEROS IN "002" -> "2" WILL FAIL)
8484
! -------------------------------------------------------------------------------------------------------------------------------- !
8585
! z-segment z1-z2 (step) = 5th ring
@@ -168,7 +168,7 @@ elemtype =108 ! element type (108: Hexahedral)
168168
Corner =(/r1,0.,z3 ,, r2,0.,z3 ,, r2,r2,z3 ,, r1,r1,z3 ,, r1,0.,z4 ,, r2,0.,z4 ,, r2,r2,z4 ,, r1,r1,z4 /)
169169
nElems =(/ir_2,i7,iz_11/) ! number of elements in each direction
170170
factor =(/f1,1.,1./) ! stretching
171-
BCIndex =(/2 , 3 , 2 , 0, 0 , 4 /) ! Indices of Boundary Conditions
171+
BCIndex =(/2 , 3 , 2 , 0, 4 , 4 /) ! Indices of Boundary Conditions
172172
! =(/z-, y-, x+, y+, x-, z+/) ! Indices of Boundary Conditions
173173
elemtype =108 ! element type (108: Hexahedral)
174174

@@ -185,7 +185,7 @@ elemtype =108 ! element type (108: Hexahedral)
185185
Corner =(/0.,r1,z3 ,, r1,r1,z3 ,, r2,r2,z3 ,, 0.,r2,z3 ,, 0.,r1,z4 ,, r1,r1,z4 ,, r2,r2,z4 ,, 0.,r2,z4 /)
186186
nElems =(/i7,ir_2,iz_11/) ! number of elements in each direction
187187
factor =(/1.,f1,1./) ! stretching
188-
BCIndex =(/2 , 0 , 0 , 2, 3 , 4 /) ! Indices of Boundary Conditions
188+
BCIndex =(/2 , 4 , 0 , 2, 3 , 4 /) ! Indices of Boundary Conditions
189189
! =(/z-, y-, x+, y+, x-, z+/) ! Indices of Boundary Conditions
190190
elemtype =108 ! element type (108: Hexahedral)
191191

@@ -221,7 +221,7 @@ elemtype =108 ! element type (108: Hexahedral)
221221
Corner =(/r1,0.,z4 ,, r2,0.,z4 ,, r2,r2,z4 ,, r1,r1,z4 ,, r1,0.,z5 ,, r2,0.,z5 ,, r2,r2,z5 ,, r1,r1,z5 /)
222222
nElems =(/ir_2,i7,iz_22/) ! number of elements in each direction
223223
factor =(/f1,1.,1./) ! stretching
224-
BCIndex =(/0 , 3 , 0 , 0, 0 , 0 /) ! Indices of Boundary Conditions
224+
BCIndex =(/4 , 3 , 0 , 0, 0 , 0 /) ! Indices of Boundary Conditions
225225
! =(/z-, y-, x+, y+, x-, z+/) ! Indices of Boundary Conditions
226226
elemtype =108 ! element type (108: Hexahedral)
227227

@@ -245,7 +245,7 @@ elemtype =108 ! element type (108: Hexahedral)
245245
Corner =(/0.,r1,z4 ,, r1,r1,z4 ,, r2,r2,z4 ,, 0.,r2,z4 ,, 0.,r1,z5 ,, r1,r1,z5 ,, r2,r2,z5 ,, 0.,r2,z5 /)
246246
nElems =(/i7,ir_2,iz_22/) ! number of elements in each direction
247247
factor =(/1.,f1,1./) ! stretching
248-
BCIndex =(/0 , 0 , 0 , 0, 3 , 0 /) ! Indices of Boundary Conditions
248+
BCIndex =(/4 , 0 , 0 , 0, 3 , 0 /) ! Indices of Boundary Conditions
249249
! =(/z-, y-, x+, y+, x-, z+/) ! Indices of Boundary Conditions
250250
elemtype =108 ! element type (108: Hexahedral)
251251

0 commit comments

Comments
 (0)