daSolve | R Documentation |
Performs Rayleigh’s method of dimensional analysis
daSolve(dv, iv)
dv |
dependent variable |
iv |
independent variables |
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' | |
fundamental dimensions (MLT equations) and the solution
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.