Learn R Programming

FEA (version 0.0.2)

beamUDL: beamUDL

Description

Uniformly distributes load over the length of the beam.

Usage

beamUDL(beamP, beamT, Length, fx, fy)

Value

Produces matrix representing uniformly distributed load on beam

DLMatrix

Column matrix for beam distributed load

ExpandedDLMatrix

Expanded beam distribution load

ReductedDLMatrix

Reduced beam distribution load

Arguments

beamP

Matrix (2 x n) of beam coordinates.

beamT

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

Length of beam.

fx

Load value (newtons) in the x direction.

fy

Load value (newtons) in the y direction.

Examples

Run this code
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