thetisproject / thetis

Finite element flow solver for simulating coastal and estuarine flows.
Other
68 stars 28 forks source link

Discrete turbines callback example #362

Closed cpjordan closed 4 months ago

cpjordan commented 5 months ago

Adds a callback to the existing discrete turbines example that allows monitoring of individual discrete turbines. We compare the results to the farm callback to make sure that the results are the same. This callback can be used with or without turbines added to the simulation for comparison in the 'ambient' case.

Callback is slow for meshes with a large number of elements in the subdomain of interest, but fine for smaller scales.