Skip to content

Remove supercontroller from FAST.Farm files #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions openfast_toolbox/fastfarm/FASTFarmCaseCreation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2195,10 +2195,6 @@ def _FF_setup_LES(self, seedsToKeep=1):
#if checkWindFiles:
# ff_file['ChkWndFiles'] = 'TRUE'

# Super controller
ff_file['UseSC'] = False
ff_file['SC_FileName'] = '/path/to/SC_DLL.dll'

# Shared mooring system
if self.hasMD and not self.multi_MD:
ff_file['Mod_SharedMooring'] = 3 # {0: None, 3=MoorDyn}
Expand Down Expand Up @@ -2301,10 +2297,6 @@ def _FF_setup_TS(self):
ff_file['Mod_AmbWind'] = self.Mod_AmbWind # 3: multiple TurbSim
ff_file['TMax'] = self.tmax

# Super controller
ff_file['UseSC'] = False
ff_file['SC_FileName'] = '/path/to/SC_DLL.dll'

# Shared mooring system
if self.hasMD and not self.multi_MD:
ff_file['Mod_SharedMooring'] = 3 # {0: None, 3=MoorDyn}
Expand Down
3 changes: 0 additions & 3 deletions openfast_toolbox/fastfarm/examples/SampleFiles/TestCase.fstf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ Sample FAST.Farm input file
False Echo Echo input data to <RootName>.ech? (flag)
FATAL AbortLevel Error level when simulation should abort (string) {"WARNING", "SEVERE", "FATAL"}
2000.0 TMax Total run time (s) [>=0.0]
False UseSC Use a super controller? (flag)
2 Mod_AmbWind Ambient wind model (-) (switch) {1: high-fidelity precursor in VTK format, 2: InflowWind module}
--- SUPER CONTROLLER --- [used only for UseSC=True]
"SC_DLL.dll" SC_FileName Name/location of the dynamic library {.dll [Windows] or .so [Linux]} containing the Super Controller algorithms (quoated string)
--- AMBIENT WIND: PRECURSOR IN VTK FORMAT --- [used only for Mod_AmbWind=1]
2.0 DT_Low-VTK Time step for low -resolution wind data input files; will be used as the global FAST.Farm time step (s) [>0.0]
0.1 DT_High-VTK Time step for high-resolution wind data input files (s) [>0.0]
Expand Down
Loading