Skip to content

Two aligned wind turbine example case#313

Draft
ia267 wants to merge 3 commits into
xcompact3d:mainfrom
ia267:309_two_aligned_wind_turbines_examples
Draft

Two aligned wind turbine example case#313
ia267 wants to merge 3 commits into
xcompact3d:mainfrom
ia267:309_two_aligned_wind_turbines_examples

Conversation

@ia267

@ia267 ia267 commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Created the flow case for the wind turbine example, including an interface for the turbine models (to be implemented later and only contains a dummy model for now).

changes

  • added c_nu and nu0_nu for compact6-hyperviscous. This is the LES model for the turbune case. These params are optional
  • turbine_model_t - interface with methods init, update, project_forces, write_output
  • wind_turbine case - uniform inflow/convective outflow using poloymorphic turbine_model_t

Boundary conditions

  • Dirichlet / periodic / periodic (matches the cylinder case). In Incompact3d, the example uses free-slip walls in y and z (currenty FFT Poison solver requires z periodic and only supports a single MPI rank for non-periodic directions).

Closes #309

@ia267 ia267 added this to the Wind Turbine Example milestone Jun 9, 2026
@ia267 ia267 self-assigned this Jun 9, 2026
@ia267 ia267 added the examples Example simulation case label Jun 9, 2026
@ia267 ia267 force-pushed the 309_two_aligned_wind_turbines_examples branch from 7933e0b to 0b7249a Compare June 9, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

examples Example simulation case

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add two aligned wind turbines example case

1 participant