Skip to content

Commit

Permalink
Merge branch 'feature.bias.voltage' into 'master.dev'
Browse files Browse the repository at this point in the history
[feature.bias.voltage] Bias voltage model for PIC Poisson HDG boundaries AC or DC

See merge request piclas/piclas!804
  • Loading branch information
pnizenkov committed Apr 24, 2023
2 parents fc239c2 + 4a353f2 commit 1290e40
Show file tree
Hide file tree
Showing 26 changed files with 1,235 additions and 239 deletions.
17 changes: 9 additions & 8 deletions REGGIE.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,17 @@ Testing PIC compiled with Boris-Leapfrog integration (poisson,Boris-Leapfrog), s

Testing PIC compiled with Runge-Kutta 3 integration, solving Poisson's equation: [Link to build](regressioncheck/NIG_PIC_poisson_RK3/builds.ini).

| **No.** | **Case** | **CMAKE-CONFIG** | **Feature** | **Execution** | **Comparing** | **Readme** |
| **No.** | **Case** | **CMAKE-CONFIG** | **Feature** | **Execution** | **Comparing** | **Readme** |
| :-----: | :-----------------------------------------------------------: | :--------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------: | :--------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: |
| 1 | parallel_plates | | CalcCoupledPower | nProcs=1 | PartAnalyzeRK3_ref.csv | [Link](regressioncheck/NIG_PIC_poisson_RK3/parallel_plates/readme.md) |
| 2 | parallel_plates_AC | | CalcCoupledPower | nProcs=1 | PartAnalyzeRK3_ref.csv | [Link](regressioncheck/NIG_PIC_poisson_RK3/parallel_plates_AC/readme.md) |
| 3 | plasma_sheath_BR-electrons_conforming | | non-linear HDG (BR electrons) | nProcs=2 | TimeAvg | [Link](regressioncheck/NIG_PIC_poisson_RK3/plasma_sheath_BR-electrons_conforming/readme.md) |
| 4 | plasma_sheath_BR-electrons_conforming_auto-switch | | non-linear HDG (BR electrons), automatic switching BR/kinetic | nProcs=1,2,4 | - | [Link](regressioncheck/NIG_PIC_poisson_RK3-electrons_conforming/plasma_sheath_BR-electrons_conforming_auto-switch/readme.md) |
| 5 | plasma_sheath_BR-electrons_conforming_auto-switch_auto-ref | | non-linear HDG (BR electrons), automatic switching BR/kinetic, automatic ref. values, change nSkipAnalyze during the simulation | nProcs=1,2,4,11 | integrate Te over time (PartAnalyze.csv) | [Link](regressioncheck/NIG_PIC_poisson_RK3-electrons_conforming/plasma_sheath_BR-electrons_conforming_auto-switch_auto-ref/readme.md) |
| 1 | parallel_plates | | CalcCoupledPower | nProcs=1 | PartAnalyzeRK3_ref.csv | [Link](regressioncheck/NIG_PIC_poisson_RK3/parallel_plates/readme.md) |
| 2 | parallel_plates_AC | | CalcCoupledPower | nProcs=1 | PartAnalyzeRK3_ref.csv | [Link](regressioncheck/NIG_PIC_poisson_RK3/parallel_plates_AC/readme.md) |
| 3 | plasma_sheath_BR-electrons_conforming | | non-linear HDG (BR electrons) | nProcs=2 | TimeAvg | [Link](regressioncheck/NIG_PIC_poisson_RK3/plasma_sheath_BR-electrons_conforming/readme.md) |
| 4 | plasma_sheath_BR-electrons_conforming_auto-switch | | non-linear HDG (BR electrons), automatic switching BR/kinetic | nProcs=1,2,4 | - | [Link](regressioncheck/NIG_PIC_poisson_RK3-electrons_conforming/plasma_sheath_BR-electrons_conforming_auto-switch/readme.md) |
| 5 | plasma_sheath_BR-electrons_conforming_auto-switch_auto-ref | | non-linear HDG (BR electrons), automatic switching BR/kinetic, automatic ref. values, change nSkipAnalyze during the simulation | nProcs=1,2,4,11 | integrate Te over time (PartAnalyze.csv) | [Link](regressioncheck/NIG_PIC_poisson_RK3-electrons_conforming/plasma_sheath_BR-electrons_conforming_auto-switch_auto-ref/readme.md) |
| 6 | plasma_sheath_BR-electrons_conforming_auto-switch_variable_Te | | non-linear HDG (BR electrons), automatic switching BR/kinetic, variable Te, change nSkipAnalyze during the simulation | nProcs=1,2,4,11 | integrate Te over time (PartAnalyze.csv) | [Link](regressioncheck/NIG_PIC_poisson_RK3-electrons_conforming/plasma_sheath_BR-electrons_conforming_auto-switch_variable_Te/readme.md) |
| 7 | plasma_sheath_BR-electrons_mortar | | non-linear HDG (BR electrons), Mortars | nProcs=2 | TimeAvg | [Link](regressioncheck/NIG_PIC_poisson_RK3-electrons_conforming/plasma_sheath_BR-electrons_mortar/readme.md) |
| 8 | turner | | | nProcs=4 | L2 error, PartAnalyze.csv | |
| 7 | plasma_sheath_BR-electrons_mortar | | non-linear HDG (BR electrons), Mortars | nProcs=2 | TimeAvg | [Link](regressioncheck/NIG_PIC_poisson_RK3-electrons_conforming/plasma_sheath_BR-electrons_mortar/readme.md) |
| 8 | turner | | | nProcs=4 | L2 error, PartAnalyze.csv | |
| 9 | turner_bias-voltage_AC-DC | | bias voltage for AC and DC potential boundaries (BCType=50) | nProcs=1,2,4,10 | PartAnalyze.csv, SurfaceAnalyze.csv | [Link](regressioncheck/NIG_PIC_poisson_RK3/turner_bias-voltage_AC-DC/readme.md) |

### NIG_PIC_maxwell_RK4

Expand Down
Loading

0 comments on commit 1290e40

Please sign in to comment.