daSolve: Rayleigh’s Method of Dimensional Analysis

View source: R/daSolve.R

daSolveR Documentation

Rayleigh’s Method of Dimensional Analysis

Description

Performs Rayleigh’s method of dimensional analysis

Usage

daSolve(dv, iv)

Arguments

dv

dependent variable

iv

independent variables

Details

The study of the relationship between physical quantities with the help of dimensions and units of measurement is termed as dimensional analysis. Dimensional analysis is essential because it keeps the units the same, helping us perform mathematical calculations smoothly. Dimensional Analysis (also called Factor-Label Method or the Unit Factor Method) is a problem-solving method that uses the fact that any number or expression can be multiplied by one without changing its value.

Rayleigh’s method of dimensional analysis is a conceptual tool used in physics, chemistry, and engineering. This form of dimensional analysis expresses a functional relationship of some variables in the form of an exponential equation. It was named after Lord Rayleigh.

Here are the types and variables:

Type Variable
Geometric 'length', 'area', 'volume', 'curvature', 'slope', 'angle', 'shape factore', 'diameter', 'distance'
Kinematic 'time', 'linear velocity', 'angular velocity', 'velocity','frequency', 'linear acceleration', 'angular acceleration','gravitational acceleration', 'discharge per unit width', 'kinematic viscosity', 'circulation'
Dynamic 'mass', 'force', 'weight', 'density', 'specific weight', 'specific gravity', 'pressure','stress', 'shear stress', 'strain', 'dynamic viscosity', 'surface tension', 'modulus of elasticity', 'compressibility', 'impulse','momentum', 'work', 'energy', 'torque', 'power', 'weight rate of flow', 'viscosity'

Value

fundamental dimensions (MLT equations) and the solution

Examples

## Not run: 
## Example 1:
daSolve(dv = "force",
       iv = c("mass", "velocity", "length"))

## Example 2
daSolve(dv = "force",
       iv = c("velocity", "diameter",
              "density", "viscosity"))

## End(Not run)


dimensionalAnalysis documentation built on May 17, 2022, 5:07 p.m.