Michael B Kuhn
Michael B Kuhn
## Summary Regression test "ow_w2a" had been nondeterministic; this was due to the use of certain FFTW approaches that are nondeterministic. This PR allows the user to choose which approach...
## Summary This PR enables the code to treat solid bodies in a hybrid solve similar to the immersed boundary approach within the nodal solver ## Pull request type -...
## Summary This PR enables the pressure field from Nalu-Wind to be modified according to the sharpening of the interface via terms applied to the pressure gradient. ## Pull request...
## Summary For better boundary conditions, there is a need to enforce/populate the MAC velocity at valid boundary cells. Implementing a set_inflow routine, similar to what's used for the nodal...
## Summary Resurrecting this branch to complete a walkthrough section in the documentation. ## Pull request type - [ ] Bugfix - [ ] Feature - [ ] Code style...
In the user manual, derived quantities are not mentioned in the io section, which is where they can be used for plotfiles, and the only mention of the available derived...
## Summary Changes requested in conjunction with AMReX-Hydro development. For the sake of time-varying boundary conditions, passing the advected variable data at n+1/2 to the advection routine. ## Pull request...
## Bug description In ABLMeanBoussinesq.cpp, the parser checks for the existence of "read_temperature_profile" and never uses the value of it. This means that the argument "read_temperature_profile" could be set to...
## Bug description When the air-water interface crosses a coarse-fine boundary, a flat, quiescent interface leads to spurious velocities. This is likely due to the discretization of the pressure equation...
The dashboard (and general usage of Nalu-Wind) uses hypre solvers instead of trilinos solvers. However, the majority of the Nalu-Wind reg tests still employ trilinos solvers, and these are not...