Vortex filament class
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public, | dimension(3, 2) | :: | fc |
Filament coords (xyz, 1:2) |
||
| real(kind=dp), | public | :: | l0 | = | 0._dp |
Original length |
|
| real(kind=dp), | public | :: | lc | = | 0._dp |
Current length |
|
| real(kind=dp), | public | :: | rVc0 | = | 0._dp |
Initial vortex core radius |
|
| real(kind=dp), | public | :: | rVc | = | 0._dp |
Current vortex core radius |
|
| real(kind=dp), | public | :: | age | = | 0._dp |
Vortex age (in seconds) |
|
| real(kind=dp), | public | :: | ageAzimuthal | = | 0._dp |
vortex age (in radians) |
Compute length of vortex filament
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vf_class) | :: | this | ||||
| logical, | intent(in) | :: | isOriginal |