beamApplyBC | R Documentation |
Boundary constraint for element centroids based on coordinate points. For the x & y direction per centroid create matrix with boundary 1(unfixed) or 0(fixed).
beamApplyBC(beamP, BCtran, BCrot)
beamP |
Matrix (2 x n) of beam coordinates. |
BCtran |
Boundary constraint for nodes to translate in x or y directions. Input as a non-matrix column. |
BCrot |
Boundary constraint for nodes to rotate. Input as a non-matrix column. |
A data frame with constraint parameters applied to each node for directional translation and rotation. Formatted for use in reduced element matrix.
NodeKnownL |
Matrix (1 x n) of constraint parameters |
data(beamGeo) beamBC = beamApplyBC(beamGeo$beamP, beamGeo$BCtran, beamGeo$BCrot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.