Skip to content

Commit

Permalink
Merge pull request #1659 from ebranlard/f/tailfin-test
Browse files Browse the repository at this point in the history
AD: Adding rtest for TailFin polar-based model
  • Loading branch information
andrew-platt committed Jun 28, 2023
2 parents 6e1f443 + f263598 commit a7d27bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions reg_tests/CTestList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ of_regression("EllipticalWing_OLAF" "openfast;aerodyn15;olaf"
of_regression("StC_test_OC4Semi" "openfast;servodyn;hydrodyn;moordyn;offshore;stc")
of_regression("MHK_RM1_Fixed" "openfast;elastodyn;aerodyn15;mhk")
of_regression("MHK_RM1_Floating" "openfast;elastodyn;aerodyn15;hydrodyn;moordyn;mhk")
of_regression("Tailfin_FreeYaw1DOF_PolarBased" "openfast;elastodyn;aerodyn15")

# OpenFAST C++ API test
if(BUILD_OPENFAST_CPP_API)
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/executeOpenfastRegressionCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

# create the local output directory if it does not already exist
# and initialize it with input files for all test cases
for data in ["AOC", "AWT27", "SWRT", "UAE_VI", "WP_Baseline"]:
for data in ["AOC", "AWT27", "_DummyTurbineData", "SWRT", "UAE_VI", "WP_Baseline"]:
dataDir = os.path.join(buildDirectory, data)
if not os.path.isdir(dataDir):
rtl.copyTree(os.path.join(moduleDirectory, data), dataDir, excludeExt=excludeExt)
Expand Down

0 comments on commit a7d27bc

Please sign in to comment.