Exawind / nalu-wind

Solver for wind farm simulations targeting exascale computational platforms
https://nalu-wind.readthedocs.io
Other
122 stars 83 forks source link

ADM Turbine Level Search #1266

Open gyalla opened 2 months ago

gyalla commented 2 months ago

Hi Phil,

The question is regarding the line auto points = pointCentroid_.template view<ActuatorFixedMemSpace>(); in ActuatorBulk.C and why it does not work when replacing pointCentroid with hubLocations as in auto points = hubLocations_.template view<ActuatorFixedMemSpace>();

Best, Gopal