.VehicleInterfaces.Roads.Interfaces.frictionCoefficientBase

Information

Partial base model for friction coefficient at point on road. Extend this model appropriately to define final user model.

Interface

partial function frictionCoefficientBase
  extends Modelica.Icons.Function;
  input Real s = 0 "Roads surface parameter 1 (usually arc length along road)";
  input Real w = 0 "Roads surface parameter 2 (usually lateral direction)";
  output Real mu = 1 "Roads friction coefficient at (s,w)";
end frictionCoefficientBase;

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