Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: vi = biotsavart (...)

Calculates vortex-induced velocities using Biot-Savart law.

Loadable Function: vi = biotsavart (cp, x, dir, "f")

vi(i,j,1:3) is the velocity induced in cp(i,1:3) by a vortex ray starting in x(j,1:3) and going in the direction dir(1:3).

Loadable Function: vn = biotsavart (cp, cn, x, dir, "fn")

vi(i,j,1:3) is the velocity induced in cp(i,1:3) in the direction cn(i,1:3) by a vortex ray starting in x(j,1:3) and going in the direction dir(1:3).

Loadable Function: vi = biotsavart (cp, x, y, "b")

vi(i,j,1:3) is the velocity induced in cp(i,1:3) by a vortex segment joining x(j,1:3) and y(j,1:3).

Loadable Function: vn = biotsavart (cp, cn, x, y, "bn")

vi(i,j,1:3) is the velocity induced in cp(i,1:3) in the direction cn(i,1:3) by a vortex segment joining x(j,1:3) and y(j,1:3).

Loadable Function: vi = biotsavart (cp, x, "c")

vi(i,j,1:3) is the velocity induced in cp(i,1:3) by a vortex segment joining x(j,1:3) and x(j+1,1:3).

Loadable Function: vn = biotsavart (cp, cn, x, "cn")

vi(i,j,1:3) is the velocity induced in cp(i,1:3) in the direction cn(i,1:3) by a vortex segment joining x(j,1:3) and x(j+1,1:3).