-
foxes.input.states.OnePointFlowStates(ref_xy, *base_states_args, base_states=
None
, tl_heights=None
, dt_min=None
, **base_states_kwargs)[source] Constructor.
ParametersΒΆ
- ref_xy: list of float
The [x, y] or [x, y, z] coordinates of the base states. If [x, y, z] then z will serve as height
- base_states_args: tuple, optional
Arguments for creating the base states from States.new(), if not given as base_states
- base_states: foxes.core.States, optional
The base states, representing horizontally homogeneous inflow
- tl_heights: list of float, optional
The heights at which timelines will be calculated
- dt_min: float, optional
The delta t value in minutes, if not from timeseries data
- base_states_kwargs: dict, optional
Arguments for creating the base states from States.new(), if not given as base_states