.DeployStructLib.Math.FindCatenaryCoeff.findCoeff

Calculate the catenary coefficient. Assumes no difference in height

Information

Copyright © 2018
ATA ENGINEERING, INC.
ALL RIGHTS RESERVED

Interface

/*
COPYRIGHT (C) 2018
BY ATA ENGINEERING, INC.
ALL RIGHTS RESERVED
*/
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 2026-01-06T19:13:46Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos