nekRS icon indicating copy to clipboard operation
nekRS copied to clipboard

our next generation fast and scalable CFD code

Results 31 nekRS issues
Sort by recently updated
recently updated
newest added

In nekRS a boundary type has to be specified for each boundary ID (tag). If we import the boundary conditions from nek, there are usually no IDs available (unless the...

bug

I think this include file is missing -- in NekRS standalone this ends up being fine because `#include inipp.hpp` exists just above `#include nekrs.hpp` in `main.cpp`, but in Cardinal we...

### Support Newton cooling BC (Robin) for scalars. In the examples/robin, we have three tests. 1. TEMPERATURE: diffusion equation with Newton cooling BC. The temperature decays at a known asymptotic...

Workaround: Remove https://github.com/Nek5000/nekRS/blob/master/src/lib/nekrs.cpp#L422

bug

**Describe the bug** It appears that we don't pass the "AMGX CONFIG FILE" to solver->options so it's not using the user specified "amgx.json". **To Reproduce** In par file ``` [PRESSURE]...

bug

**Describe the bug** We should only call `bcMap::checkBoundaryAlignment` with v-mesh. https://github.com/Nek5000/nekRS/blob/4f87e0e2ec0492e2a3edf27791252d6886814d00/src/setup/setup.cpp#L253-L262 **To Reproduce** This bug can be observed in the conj_ht example with the following changes where the number of...

bug

**Describe the bug** The code does not throw an error when trying to set periodic BC in the .par file. A user may have a mesh where they have non-zero...

bug