Description Usage Arguments Value
A function that generates plate specification.
1 2 3 4 5 6 7 8 9 | makePlate(length = 0.508, width = 0.381, materialIsotropic = TRUE,
thickness = ifelse(materialIsotropic, 0.005, 0.00254),
youngModulus = 121127478933, poissonRatio = 0.3015857,
density = ifelse(materialIsotropic, 4460, 1550),
flexuralRigidity11 = 198.7, flexuralRigidity22 = 13.23,
flexuralRigidity12 = 3.98, flexuralRigidity66 = 8.15,
transverseShearmodulus44 = 7940000,
transverseShearmodulus55 = 12640000, lossFactor = 0,
shearCorrectionfactor = NA)
|
length |
Plate length in m, Default: 0.508 |
width |
Plate width in m, Default: 0.381 |
materialIsotropic |
Logical, if |
thickness |
Plate thickness in m, Default: ifelse(materialIsotropic, 0.005, 0.00254) |
youngModulus |
The material Young modulus in Pa, Default: 121127478933 |
poissonRatio |
The material Poisson ratio, Default: 0.3015857 |
density |
The material density in kg/m3, Default: ifelse(materialIsotropic, 4460, 1550) |
flexuralRigidity11 |
The material flexural rigidity 11 in Pa m3, Default: 198.7 |
flexuralRigidity22 |
The material flexural rigidity 22 in Pa m3, Default: 13.23 |
flexuralRigidity12 |
The material flexural rigidity 12 in Pa m3, Default: 3.98 |
flexuralRigidity66 |
The material flexural rigidity 66 in Pa m3, Default: 8.15 |
transverseShearmodulus44 |
The material transverse shear modulus 44 in MPa m, Default: 7940000 |
transverseShearmodulus55 |
The material transverse shear modulus 55 in MPa m, Default: 12640000 |
lossFactor |
The material loss factor, Default: 0 |
shearCorrectionfactor |
The material shear correction factor, Default: NA |
The plate specification as a plate
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.