addMaterial: Adding new material data to material database.

Description Usage Arguments Value

View source: R/addMaterial.R

Description

A utility function that adds new material data to pongaR material database.

Usage

1
2
3
4
5
addMaterial(name, reference, materialIsotropic, youngModulus = NA,
  poissonRatio = NA, density, flexuralRigidity11 = NA,
  flexuralRigidity22 = NA, flexuralRigidity12 = NA,
  flexuralRigidity66 = NA, transverseShearmodulus44 = NA,
  transverseShearmodulus55 = NA)

Arguments

name

The material name.

reference

The material data reference.

materialIsotropic

Logical, TRUE means material is isotropic.

youngModulus

The material Young modulus in Pa, Default: NA

poissonRatio

The material Poisson ratio, Default: NA

density

The material density in kg/m3

flexuralRigidity11

The material flexural rigidity 11 in Pa m3, Default: NA

flexuralRigidity22

The material flexural rigidity 22 in Pa m3, Default: NA

flexuralRigidity12

The material flexural rigidity 12 in Pa m3, Default: NA

flexuralRigidity66

The material flexural rigidity 66 in Pa m3, Default: NA

transverseShearmodulus44

The material transverse shear modulus 44 in MPa m, Default: NA

transverseShearmodulus55

The material transverse shear modulus 55 in MPa m, Default: NA

Value

Adds the new material data to the material database embedded into the pongaR library.


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