In file /home/blah/darwin2k/src/d2k/d2kcore/linkForce.h:

double computeTubeSafetyFactor

(const triple &axis,
  double od, const triple &f,
  const triple &n,
  double maxAllowableStress,
  double I, double J, double A,
  int verboseLevel = SO_ERRORS)

Computes the safety factor at a particular point along the length of a member with hollow cylindrical cross section, given the internal force and moment at the point.

Documentation

Computes the safety factor at a particular point along the length of a member with hollow cylindrical cross section, given the internal force and moment at the point. 'axis' is perpendicular to the cross section; 'od' is the outer diameter, 'f' and 'n' are the internal force and moment, respectively, E is the modulus of elasticity, and I, J, and A are the inertias for the cross section. Note that only stresses, not buckling failure, are accounted for. This function is conservative in that the stresses arising from 'f' are added to the stresses arising from 'n', whereas in practice the peak combined stress may be lower.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.