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
| Parameter | Type | Description |
|---|---|---|
grid | GridType | The grid on which the profiles are defined |
profiles | WindProfile[] | 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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
grid | readonly | GridType | RawField.ts:202 |
profiles | readonly | WindProfile[] | RawField.ts:201 |