PeleC icon indicating copy to clipboard operation
PeleC copied to clipboard

An AMR code for compressible reacting flow simulations

Results 10 PeleC issues
Sort by recently updated
recently updated
newest added

Dear all, Hi! I want to build and run PeleC using GPU, however, I am not able to find any tutorial on installations relevant to GPU or the CUDA enviroment....

I tried to compile the HIT_forced case on the Emmanuel/NSCBC_time_varying branch (this case also exists on other branches but the problem is the same) when I perform `make -j4`, an...

Opening an issue to discuss inhomogeneous boundary conditions on the embedded boundaries, as suggested by @drummerdoc . This might be implemented in PeleLM by @esclapez first (https://github.com/AMReX-Combustion/PeleLM/issues/157) and then taken...

Currently, when using the NSCBC treatment for BCs in PeleC, the characteristic treatment is used for velocities, pressure and density (for outflow BCs). Species mass fractions are not changed (looking...

I added a case that flows Hagen–Poiseuille flow over a cylinder defined with embedded boundaries. The case utilizes the Godunov method instead of the MOL.

On the latest `development` branch (commit cd601a2b4b92118d659fd11ca90a4775e24ff707), configuring a PeleC build using CMake with CUDA enabled fails due to a build target name clash between AMReX and SUNDIALS. This happens...

Hello. Recently I wanted to run the PMF case with my laptop GPU, I changed `USE_CUDA` to `TRUE` in `GNUmakefile` and recompiled following the instruction on the document. While when...

Hello, I am working with LES and I would like to know specifically what this message means: 'WARNING -- Need to implement LES extrap here, see diffusion,' which appears in...

Hello, Thanks for this code. I am trying to compile and build the code (GNU). I am following the commands listed in the main page git clone --recursive [email protected]:AMReX-Combustion/PeleC.git cd...

Updated PeleC to include Chemical mask implementation in PelePhysics. The PR for that update has already been made.