-
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.PCoupl.power.input' into 'master.dev'
[feature.PCoupl.power.input] Controlled power input See merge request piclas/piclas!674
- Loading branch information
Showing
25 changed files
with
675 additions
and
244 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
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
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
2 changes: 2 additions & 0 deletions
2
...ck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/PartAnalyzeLeapfrog_ref.csv
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,2 @@ | ||
001-TIME,002-PCoupled,003-PCoupledMoAv,004-CoupledPowerPotential-[V] | ||
0.4100000000000000E-007,0.1008849463872631E-009,0.1028420650314355E-009,0.2060499015699924E+003 |
12 changes: 12 additions & 0 deletions
12
regressioncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
! Compare last line in file with ref. file | ||
compare_data_file_name = PartAnalyze.csv | ||
compare_data_file_reference = PartAnalyzeLeapfrog_ref.csv | ||
compare_data_file_tolerance = 0.01 | ||
compare_data_file_tolerance_type = relative | ||
|
||
! integrate columns x:y in a data file as integral(y(x), x, x(1), x(end)) | ||
integrate_line_file = PartAnalyze.csv ! data file name | ||
integrate_line_columns = 0:1 ! columns x:y [001-TIME:002-PCoupled] | ||
integrate_line_integral_value = 4.266453016107365e-18 ! from MPI=1 run | ||
integrate_line_tolerance_value = 1.0e-2 ! tolerance | ||
integrate_line_tolerance_type = relative ! special option |
1 change: 1 addition & 0 deletions
1
regressioncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/command_line.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 @@ | ||
MPI=1,2,4,5 |
65 changes: 65 additions & 0 deletions
65
regressioncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/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,65 @@ | ||
DEFVAR=(INT): iz = 1 ! no. of nFineHexa | ||
!DEFVAR=(REAL): li = 6.7 ! length | ||
DEFVAR=(REAL): li = 1 ! length | ||
DEFVAR=(REAL): lx = 1 ! length | ||
! MAKEFILE PARAMETER (put a "#" in front, NO blanks!) | ||
!=============================================================================== ! | ||
! This is only a dummy parameter needed for the regression check | ||
#MPI= | ||
|
||
!=============================================================================== ! | ||
! OUTPUT | ||
!=============================================================================== ! | ||
ProjectName = parallel_plates ! 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 | ||
|
||
!postScaleMesh = T | ||
!MeshScale = 1e-2 | ||
!=============================================================================== ! | ||
! 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=(/4,0,0,0/) ! ideal conductor | ||
|
||
!=============================================================================== ! | ||
! BASIS | ||
!=============================================================================== ! | ||
NVisu = 4 | ||
|
||
!=============================================================================== ! | ||
! SEARCH | ||
!=============================================================================== ! | ||
! nElemsNodeSearch=50 | ||
! RefineSideSearch=50 |
Binary file added
BIN
+8.95 KB
...ncheck/NIG_PIC_poisson_Leapfrog/parallel_plates_fixed_power_input/parallel_plates_mesh.h5
Binary file not shown.
Oops, something went wrong.