-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcalkit.yaml
52 lines (52 loc) · 1.47 KB
/
calkit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: nacafoil-openfoam
title: Simulating a NACA airfoil with OpenFOAM
description:
dependencies:
- docker
- uv
datasets:
- path: processed/NACA0012_6e6_Ladson_80grit.csv
imported_from:
url: http://turbmodels.larc.nasa.gov/naca0012_val.html
- path: processed/NACA0012_6e6_Ladson_120grit.csv
imported_from:
url: http://turbmodels.larc.nasa.gov/naca0012_val.html
- path: processed/NACA0012_6e6_Ladson_180grit.csv
imported_from:
url: http://turbmodels.larc.nasa.gov/naca0012_val.html
- path: processed/all-simulated.csv
title: All simulation results
stage: aggregate-results
environments:
foam:
kind: docker
image: openfoam-2406-foampy
wdir: /work
path: Dockerfile
default: true
layers:
- miniforge
- foampy
py:
path: requirements.txt
kind: uv-venv
prefix: .venv
figures:
- path: figures/naca0012-clcd.json
title: NACA 0012 lift-to-drag ratio
description: >
Plotted against the Ladson 180 grit experimental data.
stage: plot-clcd
- path: figures/naca0012-re2e5-aoa-0-umag.png
title: Velocity magnitude at 0 degrees angle of attack
stage: plot-flow@0
- path: figures/naca0012-re2e5-aoa-0-umag.html
title: Velocity magnitude at 0 degrees angle of attack (interactive)
stage: plot-flow@0
app:
path: app
url: https://petebachant-nacafoil-openfoam.hf.space
title: NACA 0012
kind: hf
questions:
- How well does a 2-D steady RANS simulation predict airfoil loading?