-
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 'master.dev' into improvement.2Daxi.circularinflow
- Loading branch information
Showing
102 changed files
with
3,135 additions
and
1,521 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
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
1 change: 1 addition & 0 deletions
1
...essioncheck/NIG_PIC_Deposition/Plasma_Ball_cell_volweight_mean_save_CVWM/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 |
---|---|---|
@@ -1 +1,2 @@ | ||
! Only 2 elements, therefore max. 2 cores | ||
MPI = 1,2 |
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
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,6 +1,7 @@ | ||
# N2 Reservoir Relaxation | ||
* Test relaxation of N2 from a thermal non-equilibrium to equilibrium (rotational, vibrational, electronic) | ||
* Testing two different models | ||
* Testing three different models | ||
* Liechty: Each simulation particle has a single energy level | ||
* Burt: Each simulation particle carries an electronic energy distribution functions | ||
* T_t = 50000K, T_r = 1000K, T_v = 15000K, T_e = 200000K | ||
* BGK-LT: Each simulation particle has a single energy level, relaxation with BGK type equation | ||
* T_t = 50000K, T_r = 1000K, T_v = 15000K, T_e = 200000K |
6 changes: 6 additions & 0 deletions
6
regressioncheck/NIG_SuperB/CircularCoilTimeDependentMulti/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,6 @@ | ||
! hdf5 diff | ||
!h5diff_file = SuperB_CircularCoil_BGField.h5 | ||
!h5diff_reference_file = SuperB_CircularCoil_BGField_reference.h5 | ||
!5diff_data_set = DG_Solution\sBGField ! data set name in h5diff_file and h5diff_reference_file | ||
!h5diff_tolerance_value = 1.0e-5 | ||
!h5diff_tolerance_type = relative |
1 change: 1 addition & 0 deletions
1
regressioncheck/NIG_SuperB/CircularCoilTimeDependentMulti/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,4 |
Binary file added
BIN
+18.2 KB
regressioncheck/NIG_SuperB/CircularCoilTimeDependentMulti/cube_mesh.h5
Binary file not shown.
38 changes: 38 additions & 0 deletions
38
regressioncheck/NIG_SuperB/CircularCoilTimeDependentMulti/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,38 @@ | ||
!=========================================================================================================================== | ||
DEFVAR = (REAL): minus_x = 0.0 | ||
DEFVAR = (REAL): plus_x = 1.0 | ||
|
||
DEFVAR = (REAL): minus_y = 0.0 | ||
DEFVAR = (REAL): plus_y = 1.0 | ||
|
||
DEFVAR = (REAL): minus_z = 0.0 | ||
DEFVAR = (REAL): plus_z = 1.0 | ||
!=========================================================================================================================== | ||
ProjectName = cube | ||
Debugvisu = T | ||
DebugVisuLevel = 2 | ||
NVisu = 1 | ||
Mode = 1 | ||
|
||
Corner = (/minus_x,minus_y,minus_z ,, plus_x,minus_y,minus_z ,, plus_x,plus_y,minus_z ,, minus_x,plus_y,minus_z ,, minus_x,minus_y,plus_z ,, plus_x,minus_y,plus_z ,, plus_x,plus_y,plus_z ,, minus_x,plus_y,plus_z /) | ||
nElems = (/3,3,3/) | ||
elemtype = 108 | ||
|
||
BCIndex = (/6 ,4 ,1 ,3 ,2 ,5/) | ||
! = (/z-,y-,x+,y+,x-,z+/) | ||
nZones = 1 | ||
|
||
! BCs | ||
nUserDefinedBoundaries = 6 | ||
BoundaryName = BC_Xplus | ||
BoundaryType = (/4,0,0,0/) | ||
BoundaryName = BC_Xminus | ||
BoundaryType = (/4,0,0,0/) | ||
BoundaryName = BC_Yplus | ||
BoundaryType = (/4,0,0,0/) | ||
BoundaryName = BC_Yminus | ||
BoundaryType = (/4,0,0,0/) | ||
BoundaryName = BC_Zplus | ||
BoundaryType = (/4,0,0,0/) | ||
BoundaryName = BC_Zminus | ||
BoundaryType = (/4,0,0,0/) |
Oops, something went wrong.