class foxes.models.wake_models.induction.SelfSimilar2020(foxes.models.wake_models.induction.SelfSimilar)[source]

The self-similar 2020 induction wake model from Troldborg and Meyer Forsting

The individual wake effects are superposed linearly, without invoking a wake superposition model.

Notes

References: [1] Troldborg, Niels, and Alexander Raul Meyer Forsting. “A simple model of the wind turbine induction zone derived from numerical simulations.” Wind Energy 20.12 (2017): 2011-2020. https://onlinelibrary.wiley.com/doi/full/10.1002/we.2137

[2] Forsting, Alexander R. Meyer, et al. “On the accuracy of predicting wind-farm blockage.” Renewable Energy (2023). https://www.sciencedirect.com/science/article/pii/S0960148123007620

Public members

SelfSimilar2020(pre_rotor_only=False, induction='Madsen')[source]

Constructor.

sub_models()[source]

List of all sub-models

initialize(algo, verbosity=0, force=False)[source]

Initializes the model.

init_wake_deltas(algo, mdata, fdata, pdata, wake_deltas)[source]

Initialize wake delta storage.

contribute_to_wake_deltas(algo, mdata, fdata, pdata, ...)[source]

Calculate the contribution to the wake deltas by this wake model.

finalize_wake_deltas(algo, mdata, fdata, pdata, amb_results, ...)[source]

Finalize the wake calculation.

classmethod new(wmodel_type, *args, **kwargs)[source]

Run-time wake model factory.

__repr__()[source]

Return repr(self).

property model_id

Unique id based on the model type.

var(v)[source]

Creates a model specific variable name.

property initialized

Initialization flag.

load_data(algo, verbosity=0)[source]

Load and/or create all model data that is subject to chunking.

finalize(algo, verbosity=0)[source]

Finalizes the model.

get_data(variable, target, lookup='smfp', mdata=None, ...)[source]

Getter for a data entry in the model object or provided data sources

data_to_store(name, algo, data)[source]

Adds data from mdata to the local store, intended for iterative runs.

from_data_or_store(name, algo, data, ret_dims=False, safe=False)[source]

Get data from mdata or local store