Test

This speed function is a test. The outward speed of the fire perimeter is set to a constant rate of spreadĀ (of 0.01 m/s) plus an extra component in the direction of the wind (0.01 m/s times the component of the wind in the direction of the perimeter).

Fuel inputs

none

Code

speed = 0.01*(1.0+wind);