PS2KW

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 KW from Horse Power

Description

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


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

Example Illustration

 missing image of PS2KW(ps)

Syntax

kw=PS2KW(ps)

Input Parameter

ps: horse power value

Output Parameter

kw: SI unit for power in KW

Examples


PS2KW(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, named PS2KW, is designed to convert power from horse power (PS) to kilowatts (KW), which is the SI unit for power. The function is part of the SolidGeometry library and was introduced in version 5.0. It is particularly useful in contexts where robots, electric machines, or batteries are used, and understanding power in kilowatts is essential.

Input Parameters

Output Results

Algorithm Explanation

The function performs a simple conversion from horse power to kilowatts using the formula:

kw = ps / 1.36;

This formula is based on the conversion factor where 1 horse power is approximately equal to 0.7355 kilowatts. The function uses a simplified conversion factor of 1.36 for ease of calculation.

Example

When the function is called with an input of 1 horse power:

PS2KW(1)

The output will be approximately 0.735 kilowatts, indicating that a 1000W stove plate consumes more power than a horse, and humans can produce a maximum of 360W.

Related Functions

The function is part of a library that includes other conversion functions such as:

Algorithm explaination created using ChatGPT on 2025-08-18 23:05. (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