د اسبابو د توان شمېرګر
د torque او RPM څخه د انجن horsepower محاسبه، یا د اټکل د ربع-ميل د تله سرعت.
. پایلې اوسمهالول لکه څنګه چې تاسو ليکل
د دې شمېرګر په اړه
the second mode, the engine power follows directly from torque and rotational speed: HP = torque (lb-ft) × RPM ÷ 5252. The magic number 5,252 comes from the definition of horsepower (33,000 ft-lb per minute) and the 2π radians in a revolution, and it is also the RPM at which the horsepower and torque curves always intersect on a dyno chart. The tool reports the metric equivalent too, using 1 hp = 0.7457 kW. For the third mode, the engine power follows directly from torque and rotational speed: HP = torque (lb-ft) × RPM ÷ 5252. As a result, the engine power is equal to the torque of the engine itself. The engine power is equal to the torque of the engine itself. As a result, the engine power is equal to the engine power.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the engine torque.As a result, the engine power is equal to the
ډېرې پوښتنې
ولې په اسبابو فورمول 5252 ده؟
د ثابتونو د یوځای کولو سره HP = torque × RPM ÷ 5252 ورکوي، چې دا هم د دې لامل دی چې د اسبابو او torque منحني تل په 5252 RPM کې د ډینو چارټ کې یو بل سره نښلوي.
تاسو څنګه د څلورمې ميل څخه د اسبابو قدرت اټکل کوئ؟
د راجر هانټنګټن فورمول د ځواک سره د ټرمپ سرعت او وزن سره تړاو لري: د ټرمپ سرعت ≈ 234 × (hp / وزن) ^ ⅓ mph. د حساب ماشین دا د ټرمپ سرعت او د ستاسو د ځواک او وزن څخه تیر وخت اټکل کولو لپاره بدلوي، یو سخت لارښود چې د ترافیک او ایروډینامیکونه نه مني.
څومره واټونه یو اسب بخار دی؟
یو میخانیکي اسب بخار د 745.7 واټونو په اړه دی، نو 300 hp په نږدې توګه 224 kW دی. د حساب ماشین د اسب بخار سره د کیلوواټ معادل ښیي.
ولې د ورته torque په مختلفو RPM مختلف اسبابو ته ورکوي؟
HP = torque × RPM ÷ 5252، نو 300 lb-ft په 5،000 RPM خو یوازې 143 hp په 2،500 RPM - د دلیل انجنونه revved دي چې د لوړې برخې د واک ته ورسېږي.
د چټک ربع میل لپاره د ښه ځواک وزن تناسب څه دی؟
د ټرپ سرعت د هر پونډ د اسبابو د مکعب ریښې سره اندازه کوي، نو وزن دومره ډیر د ځواک په څیر اهمیت لري. د 0.1 hp په هر پونډ کې شاوخوا (د 350 hp، 3،500 lb موټر) تاسو ته نږدې 110 mph ټرپونه ږدي؛ د وزن له لاسه ورکول یوازې د ځواک اضافه کولو په څیر مرسته کوي.
زه کولای شم چې د زما د پړاو سرعت څخه د اسبابو د قدرت اټکل؟
د څلورم میل سټایل د هیلټنګټن فورمول د ځواک او وزن څخه د ټرمپ سرعت او ET ته ځي. د بل لارې ته لاړشئ، د اسبابو انباکس تنظیم کړئ تر هغه چې د اټکل شوي ټرمپ سرعت ستاسو اندازه شوي یو سره سم وي - دا اسبابو د سخت اټکل دی.
ایا د ربع مایل اټکلونه سم دي؟
د Huntington فورمولونه د traction، aerodynamics، gearing، د پیل تخنیک او driveline زیانونه په پام کې نه نیسي، نو یو ریښتینی موټر کولی شي د ثانیې څو لسګونه وي. دوی د لارښود په توګه درملنه وکړئ، نه د وخت د چلولو لپاره د ځای په ځای.
API - له کوډ څخه دا محاسبه کاروي
د يو وړيا JSON پای ټکي په توګه دا محاسبه ونيسئ - نه د اړتيا وړ. د ساحې ارزښتونه لاندې د پوښتنې پارامترونو یا JSON په توګه واستوئ. د بشپړ API اسناد ولولئ →
پای ټکی
GET https://calculator.free/api/v1/horsepower/
curl
curl "https://calculator.free/api/v1/horsepower/?torque=300&rpm=5000&hp=300&weight=3500&_mode=power"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/horsepower/?" + new URLSearchParams({
"torque": "300",
"rpm": "5000",
"hp": "300",
"weight": "3500",
"_mode": "power"
}));
const data = await r.json();
console.log(data.results);
پایلې یوازې د عمومي لارښوونې لپاره اټکل شوي، نه مالي، طبي یا مالیه مشورې.