Beam material properties for use with the DeployStructLib.Parts.Beam block. To use these properties, add DeployStructLib.Properties.MaterialProperties to your model, provide the properties, and give the Beam block the name of this record.
For any beam, including rigid beams, density ("rho") must be supplied. For flexible beams, two of elastic modulus, shear modulus, and Poisson's ratio must be supplied. The third of those properties will be computed.
Damping can also be provided. Damping is modeled using Rayleigh damping; the damping matrix C is a linear combination of the stiffness matrix K and the mass matrix M as follows:
C = αM + βK
Values of "alpha" and "beta" should generally be kept small (~0.01-~0.1), or the simulation may struggle to converge. If convergence is an issue when damping is used, try setting both "alpha" and "beta" to zero. If that converges, then gradually increase the damping.
Copyright © 2018
ATA ENGINEERING, INC.
ALL RIGHTS RESERVED
Name | Description |
---|---|
isotropicMaterialProperty | Isotropic material property record for DeployStructLib.Parts.Beam block |