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

## Summary This PR adds 2 features that work together: the ability to output the ABL forcing values to a text file and the ability to read in forces from...

#### Description We are implementing the uniform CT disk in uniform inflow. In checking that we have set up the problem correctly, we have tried validating the velocity at the...

no-issue-activity

Is there a way to use the sampling utilities to sample derived quantities such as vorticity and q_criterion? @mbkuhn and I looked at the code but could not find a...

enhancement

I am encountering segfault issues with AMR-Wind on the initial MAC projection step, which aborts with the following message: ``` System Iters Initial residual Final residual ---------------------------------------------------------------------------- L-inf norm MAC...

bug:amr-wind

Can we add the ability to prescribe varying wind speeds and wind directions in the precursor, and then use in turbine simulations? @mbkuhn and I think this could be accomplished...

enhancement

I see two problems in the Geostrophic Forcing routine 1. The intended vertical forcing component (in z) has a 1 as the component index, instead of a 2. This is...

bug:amr-wind

Bumps [submods/amrex](https://github.com/AMReX-Codes/amrex) from `748f8df` to `b752027`. Commits b752027 fix a HIP/Frontier issue (#3902) 2c9e432 Update HIP CIs for rocm 6.1.0 (#3897) 64d2360 Set AMD wavefront size according to AMReX_AMD_ARCH (#3881)...

dependencies

I'm running a stable ABL case on Summit, and now encountering a situation where the MAC projection iterations are maxing out. Contrary to issue https://github.com/Exawind/amr-wind/issues/859, the nodal projections are fine,...

no-issue-activity

I am working with @jfrederik-nrel, @ndevelder, @gyalla, and others at NREL/SNL regarding a turbine performance issue that we see with OpenFAST/ALM runs in unsteady ABL runs. The problem is observed...

OpenFAST 3.5.* has a bunch of fixes. Including - https://github.com/OpenFAST/openfast/pull/2097 - https://github.com/OpenFAST/openfast/pull/2120 and probably others. But this requires that we update our interface to OpenFAST. We've had discussions about this...