KW2PS

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Auxiliary function
Introduced first in SolidGeometry 5.0, Creation date: 2020-10-25, Last change: 2025-09-15

returns Horse Power from KW

Description

more an more robots or electric drivern machines or batteries are used, and it is important to get a feeling for the power: ps=kw*1.36


See Also: PS2KW , Fahrenheit2Celsius , French2mm , mm2inch , Charriere2mm , Gauge2mm , AWG2mm

Example Illustration

 missing image of KW2PS(kw)

Syntax

ps=KW2PS(kw)

Input Parameter

kw: SI unit for power in KW

Output Parameter

ps: horse power value

Examples


KW2PS(1) % A 1000W stove plate consumes more power than a horse, humans maximum 360W




Copyright 2020-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

This function, KW2PS, is designed to convert power from kilowatts (KW) to horsepower (PS). It is a simple conversion utility that is part of the SolidGeometry library, specifically categorized under auxiliary procedures.

Input Parameters

Output Results

Algorithm Explanation

The function performs a straightforward calculation to convert kilowatts to horsepower. The conversion factor used is 1.36, which means that 1 kilowatt is equivalent to 1.36 horsepower. The formula used in the function is:

ps = kw * 1.36;

Example

For example, calling KW2PS(1) will return 1.36, indicating that 1 kilowatt is equivalent to 1.36 horsepower. This example highlights that a 1000W stove plate consumes more power than a horse, as a human's maximum power output is approximately 360W.

Related Functions

The function is part of a suite of conversion utilities, which include:

Algorithm explaination created using ChatGPT on 2025-08-18 23:01. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21