forked from piclas-framework/piclas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhopr.ini
43 lines (39 loc) · 2.42 KB
/
hopr.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
!=============================================================================== !
! MAKEFILE PARAMETER (put a "#" in front, NO blanks!)
!=============================================================================== !
! This is only a dummy parameter needed for the regression check
#MPI=
!=============================================================================== !
! OUTPUT
!=============================================================================== !
ProjectName =cube ! name of the project (used for filenames)
Debugvisu =F ! Write debug mesh to tecplot file
Logging =F ! Write log files
!=============================================================================== !
! MESH
!=============================================================================== !
Mode =1 ! 1 Cartesian 2 gambit file 3 CGNS
nZones =1 ! number of zones
Corner =(/0.,0.,0.,,4.64E-6,0.,0.,,4.64E-6,4.64E-6,0.,,0.,4.64E-6,0. ,,0.,0.,4.64E-6,,4.64E-6,0.,4.64E-6,,4.64E-6,4.64E-6,4.64E-6,,0.,4.64E-6,4.64E-6/) ! [0,1]x[0,1]x[0,0.05]
nElems =(/1,1,1/) ! Anzahl der Elemente in jede Richtung (nfine 4:16 5:32 6:64 7:128)
BCIndex =(/1,1,1,1,1,1/) ! Indices of UserDefinedBoundaries
elemtype =108 ! Elementform (108: Hexaeder)
useCurveds =F ! T if curved boundaries defined
SpaceQuandt =1. ! characteristic length of the mesh
ConformConnect=T
jacobianTolerance = 1e-27
!=============================================================================== !
! BOUNDARY CONDITIONS
!=============================================================================== !
nUserDefinedBoundaries=1
BoundaryName=BC_adiabat ! Outflow: open (absorbing) [for MAXWELL]
BoundaryType=(/4,0,0,0/) ! Outflow: open (absorbing) [for MAXWELL]
!=============================================================================== !
! BASIS
!=============================================================================== !
NVisu = 7
!=============================================================================== !
! SEARCH
!=============================================================================== !
! nElemsNodeSearch=50
! RefineSideSearch=50