mikekryjak

Results 93 issues of mikekryjak

I'm running some 1D cases and setting the parallel cell width `dy` using an analytical expression in the input file. Through a typo in the expression I managed to get...

xBOUT's default pcolormesh() method creates plotting artifacts around the X-point due to having to plot the grid on a per-region basis and not having corner information. This new method uses...

The walltime variables are defined here: https://github.com/boutproject/BOUT-dev/blob/3d6cb4b7da6605e2d39828f07ece36c8d3886bcd/include/bout/monitor.hxx#L80-L110 They are slightly different in each processor which causes issues with xarray concatenation. For this reason, wall time stats have been dropped from...

enhancement

Use the below flag to compile SD1D with a custom BOUT++ install. This is useful when you want to compile BOUT++ in a specific way, such as @johnomotani's BOUT-config script...

**Problem:** Compilation results in errors which I think are related to the new point source option. **Reproduction steps:** - clone master branch - cmake . -B build - cmake --build...

**Problem** Compiling with the latest BOUT-next results in the below error: ``` /ssd_scratch/SD1D/sd1d.cxx: In member function ‘int SD1D::precon(BoutReal, BoutReal, BoutReal)’: /ssd_scratch/SD1D/sd1d.cxx:1696:24: error: ‘Create’ is not a member of ‘InvertPar’ 1696...

Atomic rates in the manual refer to the E. Havlickova rates from SOLF1D and not to the revised rates by H. Willett, most of which can be tracked back to...

If not solving neutral momentum if the neutral_f_pn flag is set to True, SD1D will overwrite the plasma momentum sink term F with the gradient of the neutral pressure, likely...

**Intro** Closure refers to, among other things, the formulations for particle diffusion, conduction and viscosity. Standard Braginskii closure is only valid when there is only one heavy ion in the...

enhancement

There is an outstanding PR which has fixes for neutral equations as well as the new limiter scheme. It lives on my fork at https://github.com/mikekryjak/hermes-3/pull/5. The flux limiter scheme has...