.TRANSFORM.Math.radialspace

Information

For example:

radialspace(0,1,5) = {0,0.5,0.707,0.866,1}

Interface

function radialspace
  input Real r_inner "Inner radius";
  input Real r_outer "Outer radius";
  input Integer n "# of spacings";
  output Real rs[n] "points";
end radialspace;

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