makePlate: Generating plate specification.

Description Usage Arguments Value

View source: R/makePlate.R

Description

A function that generates plate specification.

Usage

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)

Arguments

length

Plate length in m, Default: 0.508

width

Plate width in m, Default: 0.381

materialIsotropic

Logical, if TRUE, the material is isotropic, Default: TRUE

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

Value

The plate specification as a plate object.


gmxavier/pongaR documentation built on Sept. 7, 2021, 1:06 p.m.