Niklas Neher
Niklas Neher
based on #900 # Poiseuille Flow 2D ### RMSEP error (%) # Hagen-Poiseuille Flow 3D ### RMSEP error (%) # Pulsatile Channel Flow 3D ### velocity profile in x-direction
based on #935 Note that the reference paper uses ISPH # Reference Yu et al. (2024) | displacement | pressure | |----------|---------------| | | | # This PR
The variable name `volume` is misleading, since it stores the kernel values, which are the inverse of volume.
This PR serves as a roadmap to track the necessary changes and implementations required to enable robust open boundary simulations for non-trivial flow scenarios. The primary goal is to systematically...
In this PR, I aimed to further improve the robustness of the open boundary implementation. To test this, I simulated a pulse wave propagation scenario with `prescribed_pressure_in = 1000` and...
https://github.com/trixi-framework/TrixiParticles.jl/blob/114a57b1338992ea56ce36aa429bcc11e62e7278/src/general/buffer.jl#L53 See https://github.com/JuliaGPU/AMDGPU.jl/pull/771 https://github.com/JuliaGPU/AcceleratedKernels.jl/issues/41
On a node with 4× AMD MI300A GPUs, the automatic detection of the setup via `MPIPreferences.use_system_binary(vendor="cray")` fails. ```julia julia> MPIPreferences.use_system_binary(vendor="cray") ERROR: ArgumentError: Collection has multiple elements, must contain exactly 1...