- class foxes.models.axial_induction.MadsenAxialInduction(foxes.core.AxialInductionModel)[source]
Computes the induction factor through polynomial fit, extending validity for high ct values
Notes¶
Reference: Helge Aagaard Madsen, Torben Juul Larsen, Georg Raimund Pirrung, Ang Li, and Frederik Zahle “Implementation of the blade element momentum model on a polar grid and its aeroelastic load impact” https://doi.org/10.5194/wes-5-1-2020
Attributes¶
- k1: float
Model coefficient
- k2: float
Model coefficient
- k3: float
Model coefficient
Public members¶
-
MadsenAxialInduction(k1=
0.246, k2=0.0586, k3=0.0883)[source] Constructor.
- classmethod new(induction_type, *args, **kwargs)[source]
Run-time axial induction model factory.
- property model_id
Unique id based on the model type.
- property initialized
Initialization flag.
- sub_models()[source]
List of all sub-models
-
initialize(algo, verbosity=
0, force=False)[source] Initializes the model.
- property running
Flag for currently running models
-
set_running(algo, data_stash, sel=
None, isel=None, verbosity=0)[source] Sets this model status to running, and moves all large data to stash.
-
unset_running(algo, data_stash, sel=
None, isel=None, verbosity=0)[source] Sets this model status to not running, recovering large data from stash
-
get_data(variable, target, lookup=
'smfp', mdata=None, ...)[source] Getter for a data entry in the model object or provided data sources