flasc.utilities.utilities_examples.load_floris_artificial#
- flasc.utilities.utilities_examples.load_floris_artificial(wake_model='gch', wd_std=0.0, cosine_exponent=None)[source]#
Load a FlorisModel object for the wind farm at hand.
- Parameters:
wake_model (str, optional) -- The wake model that FLORIS should use. Common options are 'cc', 'gch', 'jensen', 'turbopark' and 'emgauss' . Defaults to "gch".
wd_std (float, optional) -- Uncertainty; standard deviation in the inflow wind direction in degrees. Defaults to 0.0 deg meaning no uncertainty.
cosine_exponent (float, optional) -- The cosine exponent for the power-thrust table. Defaults to None.
- Returns:
Floris object.
- Return type:
FlorisModel