crestlength
algorithm
- calculates length of a flame
- defined as crestline of a variable
- does not stop if flame consists of several parts
- crestlength needs curvilinear coordinate cc of crestline
- to calculate cc use crestcutn
syntax
[dflength,flength]=crestlength(cc)
example for input
[dflength,flength]=crestlength(cc)
input arguments
| Name | description |
|---|---|
| cc | curvilinear coordinate of crestline |
output arguments
| Name | description |
|---|---|
| flength | total flame length (m) |
| dflength | lengths of several flame parts (m) |