.VehicleInterfaces.Atmospheres.Interfaces.temperatureBase

Information

Partial base model for air temperature. Extend this model appropriately to define final user model.

Interface

partial function temperatureBase
  extends Modelica.Icons.Function;
  input SI.Position[3] r = zeros(3) "Position vector from world frame to point, resolved in world frame";
  output SI.Temperature T = 298 "Temperature";
end temperatureBase;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos