Forum

Important Notice for New User Registrations

To combat an increasing number of spam and bot registrations, we now manually approve all new user registrations. While this may cause a delay until your account is approved, this step is essential to ensure the quality and security of this forum.

To help us verify your registration as legitimate, please use a clear name as user name or an official email address (such as a work, university, or similar address). If you’re concerned that we may not recognize your registration as non-spam, feel free to email us at with a request to approve your username.

Please or Register to create posts and topics.

Speedup of simulation for SIL Interface

Hello, when I carried out the simulation in Matlab, I found that the main part of calculation time is due to advanceTurbineSimulation(), and the device used for calculation was just one of CPUs/GPUs. Now I knew how to choose device by calling createInstance(), do I have any method to choose more CPUs and GPUs at the same time to speed up a single simulation? Thank you!

Best Regards,

Chen

Hello Chen,

your observation makes sense, as a call to advanceTurbineSimulation() progresses the simulation and solves the aeroelastic problem.

The device selected during the call to createInstance() is only used during the free vortex wake calculations. If you’re simulating with unsteady polar BEM, changing this device will not impact performance at all.

Other parts of the code have already been optimized with parallelization through OpenMP, wherever applicable. Thus, there are no additional settings available to further increase simulation speed through device selection.

To improve simulation speed, one approach is to reduce the resolution of the model being simulated, such as adjusting wake resolution, timestep size, structural and aerodynamic discretization, or the number of components within the wave field in offshore simulations, the frequency resolution of potential flow databases etc…

Furthermore, QBlade-EE offers a significant speedup for both structural and aerodynamic evaluations.

BR,

David

Scroll to Top