View source: R/beamElementMat.R
beamElementMat | R Documentation |
Generates element stiffness matrix for beams.
beamElementMat(beamP, beamT, Y, Length, MoI)
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). |
Y |
Elastic modulus value for material. |
Length |
Length of beams. |
MoI |
Moment of inertia for each beam segment. |
Generates initial element matrix needed for the finite element model.
beamEmat |
An element matrix of the beam |
data(beamGeo) data(beamDime) Length = beamDime$Length MoI = beamDime$MomentofInertia beamEmat = beamElementMat(beamGeo$beamP, beamGeo$beamT, beamGeo$Y, Length, MoI)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.