You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppImage distribution of Linux binaries via GitHub Assets for piclasDSMC, piclasLeapfrogHDG, piclas2vtk and superB [546975d]
Parameters for the linear temperature gradient have been chagend from TemperatureGradientStart and TemperatureGradientEnd to TempGradStart and TempGradEnd
downloads and compiles the hopr source code via LIBS_BUILD_HOPR=ON [fc5c599]
downloads and tests the hopr AppImage executable from GitHub [546975d]
Added unit test that initializes the Mortar 1D interpolation operators and tests them [c75b4fa]
Added new section to the developer guide Troubleshooting for quick reference when debugging very cumbersome bugs, see Section Troubleshooting [fe37889]
Updated hopr version tag for installation or download to v1.2.0 [c3346b5]
Gitlab CI: Fixed duplicate template definition in .gitlab-ci.yml, download of reggie as a separate job, removed old if clause for DO_NIGHTLY, added a DSMC build job [1db1c3e]
Features
Added reflective BCs to BPO (boundary particle output) for measuring the impacts of specific species IDs on specific BC IDs, see Section Surface Variables in the user guide [cf6ebf8]
Output of electric displacement current for each BC to .csv, see Section Field Solver and PIC in the user guide [a5ededc]
Floating Boundary Condition (FPC) for the HDG solver to models perfectly conducting surfaces, see Section Floating boundary condition (FPC) in the user guide [0b1e3ba]
Added PIC analysis output to measure the percentage of all elements that fulfill the Debye length and time step criteria, see Section Element-constant field/particle properties in the user guide [3961c97]
Mixing planes for rotational periodic BCs, allowing to connect non-conformal meshes in combination with rotationally periodic BCs [fea50b3]
Improvements
Output ETA (status line) during dt_analyze but with new line instead of carriage return [309d2df]
Removed old vMPF routines (doParticleMerge), ExcludeRegion and AuxBC [9f550e0]
Added sanity check in WriteArrayToHDF5() to avoid integer overflows in case of KIND=4 [9d011d3]
Updated HOPR library version in CMake compilation to v1.1.1 [0032eb3]
Surface analyze output: Avoid output of zero arrays for Porous BC sensor [f438f0d]
Restructured particle mesh and normal mesh to allow compilation of certain element/node containers when PARTICLES=OFF is used [b981c48]
Added a cycle statement in loop for symmetry BC sides in TriaTracking in case of 2D simulations [ae216e6]
Multi-core operations on shared memory (SHM) arrays should never overlap + moved some CN-local mapping arrays into SHM [d7654da]
Added shared memory window name, calling file and line number to DEBUG_MEMORY compile option [8a912f2]
Fixes
Fixes for photon emission and SF adaptive output to std.out [68fad44]
Fixed inquiry when compiling on HLRS: always use fully qualified domain name (FQDN) [77beb27]
Fixed bug in index usage for output of electric potential via "boundary field output" (BFO) on specific BCs over time to FieldAnalyze.csv [fc239c2]
Fix in cmake for compilation with externally built HDF5 1.14.0 [20ce793]
Bugfix and extension of temperature gradient calculation [713f044]
Adaptive Surface Flux BCs: corrected the average over BC feature and improved the treatment of the Type=4 surface flux BC during init, restart and load balance [012e2bf]
Resolved ASSOCIATE construct that might redefine the input variable [433cc92]