.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-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos