sandialabs / OWENSAero.jl

GNU Lesser General Public License v3.0
0 stars 2 forks source link

Intro Task: Added Mass and Buoyancy in Actuator Cylinder Model #32

Open kevmoor opened 1 week ago

kevmoor commented 1 week ago

Here is the intro task: copy added mass and buoyancy equations/logic from the double multiple streamtube model to the actuator cylinder model.

Successful completion will require:

Recommended workflow:

  1. Copy the added mass and buoyancy equations/logic from the DMS model to the AC model. This is <20 lines of addition/modification.
  1. Install OWENS https://sandialabs.github.io/OWENS.jl/dev/installation/
  1. Run the RM2_medium.jl (https://github.com/sandialabs/OWENSAero.jl/blob/master/examples/RM2/RM2_medium.jl) and update to compare the current “DMS” model to the “AC” model with added mass and buoyancy.

    • There is a flag currently on “DMS” that you’d just need to change to “AC” at the minimum
  2. Create a pull request