Far wake class
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(vf_class), | public | :: | vf | ||||
| real(kind=dp), | public | :: | gam | = | 0._dp |
Circulation |
Shift coordinates of nth corner by dshift distance (usually for Udt convection)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Fwake_class) | :: | this | ||||
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in), | dimension(3) | :: | dshift |
Assign point to nth endpoint of filament
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Fwake_class) | :: | this | ||||
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in), | dimension(3) | :: | P |
Rotate using TMat about originVec
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Fwake_class) | :: | this | ||||
| real(kind=dp), | intent(in), | dimension(3, 3) | :: | TMat | ||
| real(kind=dp), | optional, | dimension(3) | :: | originVec |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Fwake_class), | intent(inout) | :: | this | |||
| real(kind=dp), | intent(in) | :: | dt | |||
| real(kind=dp), | intent(in) | :: | decayCoeff |
Mirror gamma and coordinates about a specified plane
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Fwake_class) | :: | this | ||||
| integer, | intent(in) | :: | coordNum |