Skip to main content

Class: RawProfileField<GridType>

Defined in: RawField.ts:200

A class grid of wind profiles

Type Parameters

Type Parameter
GridType extends Grid

Constructors

Constructor

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

Defined in: RawField.ts:209

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:202
profilesreadonlyWindProfile[]RawField.ts:201