Simulation methods
This chapter gives references to papers and other literature that use similar or identical methods as the ones implemented in Stormbird. These can be read to gain better understanding of the underlying methods, or to find alternative implementations to the Stormbird library.
Publications using Stormbird
Articles that use the Stormbird library directly is shown in the sub sections below.
- Sail-induced resistance on a wind-powered cargo ship (2022), by J. V. Kramer and S. Steen. A larger article that was really about the hydrodynamic modelling of wind-powered ships. However, an early version of the lifting line method implemented in Stormbird was used for the sail modelling. It also contains a simple validation experiment that compares lifting line simulations against CFD.
 - Actuator line for wind propulsion modelling (2023), by J. V. Kramer and S. Steen. Compares CFD, lifting line and actuator line simulations against each other for a case that includes two wing sails in close proximity. The actuator line simulations also contains the effect of a superstructure.
 
Lifting line
Open source projects
Below is a list of other open source lifting line implementations that have similar functionality as Stormbird
- CN-AeroModels. An open source implementation of a discrete static lifting line, intended for wind propulsion modelling. The capabilities of this software are very similar to the static lifting line implementation in Stormbird.
 - MachUpX. An open source implementation of a discrete static lifting line, intended for wings with and without sweep.
 
Papers
Below is a list of papers that either use lifting line methods for sail modeling or serves as direct inspiration for the lifting line method implemented in Stormbird.
- Modern Adaptation of Prandtl's Classic Lifting-Line Theory (2000) by W. F. Phillips and more. First known example of a discrete lifting line, as in, capable of modelling multiple wings in the same simulation.
 - A Numerical Lifting-Line Method Using Horseshoe Vortex Sheets (2011) by W. F. Phillips. Another example of a discrete lifting line implementation.
 - Numerical analysis of multiple, thin-sail geometries based on Prandtl’s lifting-line theory (2013) by R. E. Spall and more. A paper about modeling sails using lifting line theory. The output is compared against other potential theory methods with good results.
 - Local Results Verification of a 3D Non-Linear Lifting Line Method for Fluid-Structure Interactions Simulation on a Towing Kite for Vessels (2017) by C. Duport and more. Example of a discrete lifting line being used for towing kite modelling.
 - Practical Implementation of a General Numerical Lifting-Line Method (2021) by C. Goates. Another discrete lifting line method, with particular focus on how to deal with swept wings.
 - Rapid aerodynamic method for predicting the performance of interacting wing sails (2023) by K. Malmek and more. About a lifting line method that employs a practical simplification; rather than solving for the vortex strength on the individual line elements, the lift and drag on a single sail is computed directly from the simplified elliptic wing equations for 3D effects, as a function of the local angle of attack. Interaction effects between multiple sails are still computed using a discrete lifting line approach, but with where the circulation distribution is assumed to be elliptic. This allows for a quicker solution, but still with good results. A similar simulation type is possible in Stormbird, by using a "prescribed circulation" with an elliptical shape.
 
Actuator line
Papers
- Numerical Modeling of Wind Turbine Wakes (2002) by J. N. Sørrensen and more. As far as we know, the first paper about actuator line modelling.
 - Actuator Disc Methods Applied to Wind Turbines (2004) by R. F. Mikkelsen. A PhD thesis that include investigations of actuator line modelling. The thesis introduces the concept of using a 'planar force distribution' that is constant along a line section. The same principle is used in Stormbird.
 - A Comparison of Actuator Disk and Actuator Line Wind Turbine Models and Best Practices for Their Use (2012) by L A. Martinez and more. A paper that tests different settings for actuator line simulations.
 - An Advanced Actuator Line Method for Wind Energy Applications and Beyond (2017) by M. Churchfield and more. Introduces two "advanced" functionalities for actuator line simulations (both of which are also available in Stormbird): the concept of an anisotropic force distribution and weighted integral sampling of the control point velocity.
 - A RANS-BEM Method to Efficiently Include Appendage Effects in RANS-Based Hull Shape Evaluation (2021) by H. Renzsch and more. A paper about the use of actuator lines to model a sail boat keel.