.VehicleInterfaces.Atmospheres.Interfaces.windVelocityBase

Information

Partial base model for wind velocity. Extend this model appropriately to define final user model.

Interface

partial function windVelocityBase
  extends Modelica.Icons.Function;
  input SI.Position[3] r = zeros(3) "Position vector from world frame to point, resolved in world frame";
  output SI.Velocity[3] v = zeros(3) "Wind velocity vector, resolved in world frame";
end windVelocityBase;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos