- class foxes.models.wake_frames.Timelines(foxes.core.WakeFrame)[source]
Dynamic wakes for spatially uniform timeseries states.
Attributes¶
- max_length_km: float
The maximal wake length in km
- cl_ipars: dict
Interpolation parameters for centre line point interpolation
- dt_min: float
The delta t value in minutes, if not from timeseries data
Public members¶
-
initialize(algo, verbosity=
0
)[source] Initializes the model.
-
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
- calc_order(algo, mdata, fdata)[source]
Calculates the order of turbine evaluation.
- get_wake_coos(algo, mdata, fdata, tdata, downwind_index)[source]
Calculate wake coordinates of rotor points.
- get_centreline_points(algo, mdata, fdata, downwind_index, x)[source]
Gets the points along the centreline for given values of x.
- get_wake_modelling_data(algo, variable, downwind_index, fdata, ...)[source]
Return data that is required for computing the wake from source turbines to evaluation points.
- calc_centreline_integral(algo, mdata, fdata, downwind_index, ...)[source]
Integrates variables along the centreline.
- classmethod new(wframe_type, *args, **kwargs)[source]
Run-time wake frame factory.
- property model_id
Unique id based on the model type.
- property initialized
Initialization flag.
- sub_models()[source]
List of all sub-models
- property running
Flag for currently running models
-
get_data(variable, target, lookup=
'smfp'
, mdata=None
, ...)[source] Getter for a data entry in the model object or provided data sources