massflow.marker.disp

Syntax

Vector Access

v = massflow.marker.disp(mm)

Get the marker total accumulated displacement.

Returns:

v - marker displacement vector

Arguments:

mm - marker pointer

Component Access

f = massflow.marker.disp.x(mm)

Get the marker \(x\)-position.

Returns:

f - \(x\)-component of the marker displacement

Arguments:

mm - marker pointer

f = massflow.marker.disp.y(mm)

Get the marker \(y\)-position.

Returns:

f - \(y\)-component of the marker displacement

Arguments:

mm - marker pointer

f = massflow.marker.disp.z(mm)

Get the marker \(z\)-position.

Returns:

f - \(z\)-component of the marker displacement

Arguments:

mm - marker pointer