SolidCylinder: Compute MoI of a solid cylinder

View source: R/SolidCylinder.R

SolidCylinderR Documentation

Compute MoI of a solid cylinder

Description

Compute MoI of a solid cylinder

Usage

SolidCylinder(m, r, l, axiss)

Arguments

m

mass of the object in kilogram.

r

radius of object in meter.

l

length of object in meter.

axiss

The reference axis on which rotation takes place. Options are geometrical axis,along surface,perp. to surface and center,diameter of surface.

Value

I moment of inertia in kg*m^2.

Examples

SolidCylinder(5, 3, 7, "geometrical axis")


yalmania/Project3_STAT294 documentation built on May 3, 2022, 1:13 p.m.