modelTransformAbsoluteVector

Transform absolute vector in to another frame

Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).

Information

The input vector "Real r_in[3]" is assumed to be an absolute kinematic quantity of frame_a that is defined to be resolved in the frame defined with parameter "frame_r_in". This model resolves vector r_in in the coordinate system defined with parameter "frame_r_out" and returns the transformed output vector as "Real r_out[3]";

Parameters

TypeNameDefaultDescription
Modelica.Mechanics.MultiBody.Types.ResolveInFrameAframe_r_inModelica.Mechanics.MultiBody.Types.ResolveInFrameA.frame_aFrame in which vector r_in is resolved (world, frame_a, or frame_resolve)
Modelica.Mechanics.MultiBody.Types.ResolveInFrameAframe_r_outframe_r_inFrame in which vector r_in shall be resolved and provided as r_out (world, frame_a, or frame_resolve)

Connectors

TypeNameDefaultDescription
Modelica.Mechanics.MultiBody.Interfaces.Frame_aframe_aCoordinate system from which absolute kinematic quantities are measured
Modelica.Mechanics.MultiBody.Interfaces.Frame_resolveframe_resolveCoordinate system in which r_in or r_out is optionally resolved
Blocks.Interfaces.RealInput[3]r_inInput vector resolved in frame defined by frame_r_in
Blocks.Interfaces.RealOutput[3]r_outInput vector r_in resolved in frame defined by frame_r_out