Skip to content

Commit 33ab9d3

Browse files
docs: new link for nlf airfoil mesh (#1653)
1 parent 4ad2497 commit 33ab9d3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

flow360/examples/NLF_airfoil.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""
2+
volume mesh NLF airfoil 2D example
3+
"""
4+
5+
from .base_test_case import BaseTestCase
6+
7+
8+
class NLFAirfoil2D(BaseTestCase):
9+
name = "nlf2d"
10+
11+
class url:
12+
mesh = "https://simcloud-public-1.s3.amazonaws.com/examples/nlf/NLF_U1_2D.cgns"

flow360/examples/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from .evtol import EVTOL
1212
from .isolated_propeller import IsolatedPropeller
1313
from .monitors import MonitorsAndSlices
14+
from .NLF_airfoil import NLFAirfoil2D
1415
from .om6wing import OM6wing
1516
from .quadcopter import Quadcopter
1617
from .rotating_spheres import RotatingSpheres
@@ -41,6 +42,7 @@
4142
"EVTOL",
4243
"IsolatedPropeller",
4344
"MonitorsAndSlices",
45+
"NLFAirfoil2D",
4446
"OM6wing",
4547
"RotatingSpheres",
4648
"Tutorial2DCRM",

0 commit comments

Comments
 (0)