Skip to content

Commit 276e99a

Browse files
authored
Update glossary (#117)
* Update glossary * Fix building docu * Fix building the docu * Fix building docu * Fix CI.yml * Fix CI * Fix CI.yml * Fix CI * Fix CI.yml * Fix CI.yml * Fix CI.yml * Cleanup * Cleanup * Use wording of Bart --------- Co-authored-by: Uwe Fechner <[email protected]>
1 parent 0de226e commit 276e99a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,16 @@ jobs:
6767
runs-on: ubuntu-latest
6868
timeout-minutes: 40
6969
steps:
70-
- name: Install matplotlib
71-
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
72-
shell: bash
7370
- uses: actions/checkout@v4
7471
- uses: julia-actions/setup-julia@v2
72+
- name: Build PyCall
73+
run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
74+
shell: bash
7575
- uses: julia-actions/cache@v2
7676
- uses: julia-actions/julia-buildpkg@v1
7777
- uses: julia-actions/julia-docdeploy@v1
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
81-
- run: |
82-
julia --project=docs -e '
83-
using Documenter: DocMeta, doctest
84-
using VortexStepMethod
85-
DocMeta.setdocmeta!(VortexStepMethod, :DocTestSetup, :(using VortexStepMethod); recursive=true)
86-
doctest(VortexStepMethod)'
81+
8782

docs/src/glossary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
| alpha $\alpha$| Angle of attack [rad]|
1414
| beta $\beta$ | Elevation angle of the kite [rad]|
1515
| beta\_s $\beta_s$ | Side slip angle [rad] |
16-
| lambda $\lambda$| Trailing edge deformation angle relative to the chordwise x-axis [rad] |
16+
| delta $\delta$ | Angle of the trailing edge’s deformation relative to the chord [rad] |
17+
| theta $\theta$ | Angle between the panel’s chord and the kite body x-axis, showing twist [rad]|
1718
| gamma $\Gamma$ |The circulation, which is a measure of the rotational speed of the spinning flow in a vortex [m²/s]. |
1819
| CL, cl | Lift coefficient [-] |
1920
| CD, cd | Drag coefficient [-] |

0 commit comments

Comments
 (0)