.DeployStructLib.Math.FindCatenaryCoeff.findCoeff

Information

Copyright © 2018
ATA ENGINEERING, INC.
ALL RIGHTS RESERVED

Interface

function findCoeff
  input Real h "Horizontal distance between posts";
  input Real s "Length";
  input Real a_guess = 1.0 "Initial guess for catenary coefficient";
  input Real max_rel_step_size = 0.01;
  input Real tol = 0.0001;
  input Integer max_number_steps = 1000;
  output Real a "Catenary coefficient";
end findCoeff;

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