powered by
Uniformly distributes load over the length of the beam.
beamUDL(beamP, beamT, Length, fx, fy)
Produces matrix representing uniformly distributed load on beam
Column matrix for beam distributed load
Expanded beam distribution load
Reduced beam distribution load
Matrix (2 x n) of beam coordinates.
Matrix (2 x n) containing the number of the coordinate point as shown in beamP that connect to form a given beam (Discretization table).
Length of beam.
Load value (newtons) in the x direction.
Load value (newtons) in the y direction.
data(beamGeo) data(beamDime) Length = beamDime$Length beamUDL = beamUDL(beamGeo$beamP, beamGeo$beamT, Length, beamGeo$fx, beamGeo$fy)
Run the code above in your browser using DataLab