Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update glossary #117

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,16 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Install matplotlib
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
shell: bash
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- name: Build PyCall
run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
shell: bash
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using VortexStepMethod
DocMeta.setdocmeta!(VortexStepMethod, :DocTestSetup, :(using VortexStepMethod); recursive=true)
doctest(VortexStepMethod)'


3 changes: 2 additions & 1 deletion docs/src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
| alpha $\alpha$| Angle of attack [rad]|
| beta $\beta$ | Elevation angle of the kite [rad]|
| beta\_s $\beta_s$ | Side slip angle [rad] |
| lambda $\lambda$| Trailing edge deformation angle relative to the chordwise x-axis [rad] |
| delta $\delta$ | Angle of the trailing edge’s deformation relative to the chord [rad] |
| theta $\theta$ | Angle between the panel’s chord and the kite body x-axis, showing twist [rad]|
| gamma $\Gamma$ |The circulation, which is a measure of the rotational speed of the spinning flow in a vortex [m²/s]. |
| CL, cl | Lift coefficient [-] |
| CD, cd | Drag coefficient [-] |
Expand Down
Loading