VehicleDynamics.Environments.Interfaces

VehicleDynamics.Environments.Interfaces.TyreRoadInterface VehicleDynamics.Environments.Interfaces.WeatherInterface

NameDescription
TyreRoadInterface  
WeatherInterface  


VehicleDynamics.Environments.Interfaces.TyreRoadInterface VehicleDynamics.Environments.Interfaces.TyreRoadInterface

Modelica definition

partial block TyreRoadInterface 
  input Real x "x position";
  input Real y "y position";
  //input Real v "velocity";
  output Real z "Road altitude";
  output Real[3] n "Road normal";
  output Real mue "Road adhesion";
end TyreRoadInterface;

VehicleDynamics.Environments.Interfaces.WeatherInterface VehicleDynamics.Environments.Interfaces.WeatherInterface

Modelica definition

partial block WeatherInterface 
  input SI.Position[3] r "position";
  
  output Real[3] v_wind "Wind speed in global system";
  output Real rho "Air density";
  
  
end WeatherInterface;

HTML-documentation generated by Dymola Tue Jul 15 13:23:54 2003 .