amr-wind icon indicating copy to clipboard operation
amr-wind copied to clipboard

AMReX-based structured wind solver

Results 37 amr-wind issues
Sort by recently updated
recently updated
newest added

When running a case that takes boundary data as input, it fails on this assert: https://github.com/Exawind/amr-wind/blob/add85b1e6800a28023f0c535f426fd8f6a10106e/amr-wind/wind_energy/ABLBoundaryPlane.cpp#L766 I have a simple test case that starts at 19500 s, with boundary data...

no-issue-activity

## Bug description I am using `u_mac` (MAC velocity in x-direction) as an example. The index `i=0` lies at the boundary for u_mac, but does not get filled by `fillpatch_sibling_fields`...

bug:amr-wind

## Summary Replace mfiter loops with the MF parallel for versions. These take care of a bunch of defaults for use, creates fused parallelfors for the GPU (nominally results in...

help wanted

## Summary Enabling the `mass_inflow_outflow` (MIO) BC which allows for both inflow and outflow cells in a boundary. ## Pull request type Please check the type of change introduced: -...

## Bug description I'm running into a segmentation fault when trying to simulate multiple turbines. If I run just one, everything works fine and the program runs to completion. The...

bug:amr-wind

## Summary Next step in incorporating multiphase hybrid into main. This PR should bring main up to the code version used for the FY23 Q4 milestone. ## Pull request type...

## Bug description Using the meso/microscale forcing (`ABLMesoForcingMom` source term) seems to fail on GPU's for me, but works fine on CPU's. Failure here is observed when the velocities blow...

bug:amr-wind

## Is this feature request related to a problem? Please describe. For MMC coupled wind farm simulations, we need to add a body force which varies in both z and...

enhancement

## Summary Adding a walkthrough section to the documentation to clarify the typical workflow and usage recommendations associated with common AMR-Wind applications. Other documentation updates may be included here too....

A little over a month ago, I was told that people were having segfaults using amr-wind + openfast on Kestrel and using oneapi compilers. I was able to reproduce and...

bug:amr-wind