File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1111from .evtol import EVTOL
1212from .isolated_propeller import IsolatedPropeller
1313from .monitors import MonitorsAndSlices
14+ from .NLF_airfoil import NLFAirfoil2D
1415from .om6wing import OM6wing
1516from .quadcopter import Quadcopter
1617from .rotating_spheres import RotatingSpheres
4142 "EVTOL" ,
4243 "IsolatedPropeller" ,
4344 "MonitorsAndSlices" ,
45+ "NLFAirfoil2D" ,
4446 "OM6wing" ,
4547 "RotatingSpheres" ,
4648 "Tutorial2DCRM" ,
You can’t perform that action at this time.
0 commit comments