Skip to main content

Class: RawProfileField<GridType>

Defined in: RawField.ts:639

A class grid of wind profiles

Type Parameters

Type Parameter
GridType extends AutoZoomGrid

Constructors

Constructor

new RawProfileField<GridType>(grid, profiles): RawProfileField<GridType>

Defined in: RawField.ts:648

Create a grid of wind profiles

Parameters

ParameterTypeDescription
gridGridTypeThe grid on which the profiles are defined
profilesWindProfile[]The wind profiles themselves, which should be given as a 1D array in row-major order, with the first profile being at the lower-left corner of the grid

Returns

RawProfileField<GridType>

Properties

PropertyModifierTypeDefined in
gridreadonlyGridTypeRawField.ts:641
profilesreadonlyWindProfile[]RawField.ts:640