-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature.coupled.power.AC.and.bias.voltage' into 'master…
….dev' [feature.coupled.power.AC.and.bias.voltage] AC power control + bias voltage See merge request piclas/piclas!807
- Loading branch information
Showing
26 changed files
with
508 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
194 changes: 113 additions & 81 deletions
194
docs/documentation/userguide/features-and-models/BC-field-solver.md
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
regressioncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/externals.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
! --- Externals Tool Reggie | ||
MPI = 1 , 1 | ||
externalbinary = ./hopr/build/bin/hopr , ./hopr/build/bin/hopr | ||
externaldirectory = pre-hopr-DC , pre-hopr-AC | ||
externalruntime = pre , pre | ||
cmd_pre_execute = ln\s-s\s./pre-hopr-DC/parallel_plates_BCType2_DC_mesh.h5\s../. , ln\s-s\s./pre-hopr-AC/parallel_plates_BCType60_AC_mesh.h5\s../. | ||
|
||
nocrosscombination:MPI,externalbinary,externaldirectory,externalruntime,cmd_pre_execute |
65 changes: 0 additions & 65 deletions
65
regressioncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/hopr.ini
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-8.95 KB
...ncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/parallel_plates_mesh.h5
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...sioncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/pre-hopr-AC/hopr.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
DEFVAR=(INT): iz = 1 ! no. of nFineHexa | ||
DEFVAR=(REAL): li = 1 ! length | ||
DEFVAR=(REAL): lx = 1 ! length | ||
!=============================================================================== ! | ||
! OUTPUT | ||
!=============================================================================== ! | ||
ProjectName = parallel_plates_BCType60_AC ! name of the project (used for filenames) | ||
Debugvisu = T ! 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.0,,li,0.,0.0,,li,lx,0.0,,0.,lx,0.0 ,,0.,0.,lx,,li,0.,lx,,li,lx,lx,,0.,lx,lx/) ! [-3,3]x[-3,3]x[-3,3] | ||
nElems =(/5,1,1/) ! Anzahl der Elemente in jede Richtung | ||
BCIndex =(/1,3,6,4,5,2/) ! Indices of Boundary Conditions for six Boundary Faces (z-,y-,x+,y+,x-,z+) | ||
elemtype =108 ! Elementform (108: Hexaeder) | ||
useCurveds =F ! T if curved boundaries defined | ||
SpaceQuandt =1. ! characteristic length of the mesh | ||
ConformConnect=T | ||
|
||
!=============================================================================== ! | ||
! BOUNDARY CONDITIONS | ||
!=============================================================================== ! | ||
nUserDefinedBoundaries=6 | ||
|
||
BoundaryName=BC_periodicz- ! BC index 1 (from position in parameterfile) | ||
BoundaryType=(/1,0,0,1/) ! (/ Type, curveIndex, State, alpha /) | ||
BoundaryName=BC_periodicz+ ! BC index 2 | ||
BoundaryType=(/1,0,0,-1/) ! here the direction of the vector 1 is changed, because it is the opposite side | ||
vv=(/0.,0.,lx/) ! vector for periodic BC in z direction (zminus,zplus), index=1 | ||
|
||
BoundaryName=BC_periodicy- ! BC index 3 | ||
BoundaryType=(/1,0,0,2/) | ||
BoundaryName=BC_periodicy+ ! BC index 4 | ||
BoundaryType=(/1,0,0,-2/) ! (/ BCType=1: periodic, 0, 0, Index of second vector vv in parameter file /) | ||
vv=(/0.,lx,0./) ! vector for periodic BC in y direction (yminus,yplus), index=2 | ||
|
||
|
||
BoundaryName=BC_left | ||
BoundaryType=(/4,0,0,0/) ! ideal conductor | ||
BoundaryName=BC_right | ||
BoundaryType=(/2,0,2,0/) ! ideal conductor |
45 changes: 45 additions & 0 deletions
45
...sioncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/pre-hopr-DC/hopr.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
DEFVAR=(INT): iz = 1 ! no. of nFineHexa | ||
DEFVAR=(REAL): li = 1 ! length | ||
DEFVAR=(REAL): lx = 1 ! length | ||
!=============================================================================== ! | ||
! OUTPUT | ||
!=============================================================================== ! | ||
ProjectName = parallel_plates_BCType2_DC ! name of the project (used for filenames) | ||
Debugvisu = T ! 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.0,,li,0.,0.0,,li,lx,0.0,,0.,lx,0.0 ,,0.,0.,lx,,li,0.,lx,,li,lx,lx,,0.,lx,lx/) ! [-3,3]x[-3,3]x[-3,3] | ||
nElems =(/5,1,1/) ! Anzahl der Elemente in jede Richtung | ||
BCIndex =(/1,3,6,4,5,2/) ! Indices of Boundary Conditions for six Boundary Faces (z-,y-,x+,y+,x-,z+) | ||
elemtype =108 ! Elementform (108: Hexaeder) | ||
useCurveds =F ! T if curved boundaries defined | ||
SpaceQuandt =1. ! characteristic length of the mesh | ||
ConformConnect=T | ||
|
||
!=============================================================================== ! | ||
! BOUNDARY CONDITIONS | ||
!=============================================================================== ! | ||
nUserDefinedBoundaries=6 | ||
|
||
BoundaryName=BC_periodicz- ! BC index 1 (from position in parameterfile) | ||
BoundaryType=(/1,0,0,1/) ! (/ Type, curveIndex, State, alpha /) | ||
BoundaryName=BC_periodicz+ ! BC index 2 | ||
BoundaryType=(/1,0,0,-1/) ! here the direction of the vector 1 is changed, because it is the opposite side | ||
vv=(/0.,0.,lx/) ! vector for periodic BC in z direction (zminus,zplus), index=1 | ||
|
||
BoundaryName=BC_periodicy- ! BC index 3 | ||
BoundaryType=(/1,0,0,2/) | ||
BoundaryName=BC_periodicy+ ! BC index 4 | ||
BoundaryType=(/1,0,0,-2/) ! (/ BCType=1: periodic, 0, 0, Index of second vector vv in parameter file /) | ||
vv=(/0.,lx,0./) ! vector for periodic BC in y direction (yminus,yplus), index=2 | ||
|
||
|
||
BoundaryName=BC_left | ||
BoundaryType=(/4,0,0,0/) ! ideal conductor | ||
BoundaryName=BC_right | ||
BoundaryType=(/60,0,1,0/) ! ideal conductor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
regressioncheck/NIG_PIC_poisson_RK3/turner_bias-voltage_AC-DC/analyze.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
regressioncheck/NIG_PIC_poisson_RK3/turner_bias-voltage_AC-DC/externals.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
! --- Externals Tool Reggie | ||
MPI = 1 , 1 | ||
externalbinary = ./hopr/build/bin/hopr , ./hopr/build/bin/hopr | ||
externaldirectory = pre-hopr-DC , pre-hopr-AC | ||
externalruntime = pre , pre | ||
cmd_pre_execute = ln\s-s\s./pre-hopr-DC/turner2013_BCType50_DC_mesh.h5\s../. , ln\s-s\s./pre-hopr-AC/turner2013_BCType51_AC_mesh.h5\s../. | ||
MPI = 1 , 1 , 1 | ||
externalbinary = ./hopr/build/bin/hopr , ./hopr/build/bin/hopr , ./hopr/build/bin/hopr | ||
externaldirectory = pre-hopr-DC , pre-hopr-AC , pre-hopr-AC-52 | ||
externalruntime = pre , pre , pre | ||
cmd_pre_execute = ln\s-s\s./pre-hopr-DC/turner2013_BCType50_DC_mesh.h5\s../. , ln\s-s\s./pre-hopr-AC/turner2013_BCType51_AC_mesh.h5\s../. , ln\s-s\s./pre-hopr-AC-52/turner2013_BCType52_AC_mesh.h5\s../. | ||
|
||
nocrosscombination:MPI,externalbinary,externaldirectory,externalruntime,cmd_pre_execute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.