Add 40 electrical checks

This commit is contained in:
Codex
2026-03-07 21:03:50 +00:00
parent 3dd077b2ab
commit 82dd971200
2 changed files with 122 additions and 42 deletions

View File

@@ -112,10 +112,19 @@ The registry currently contains 416 unique calculator slugs.
| Amps to Kilowatts | amps-to-kilowatts | Multi-Variable |
| Amps to kVA | amps-to-kva | Multi-Variable |
| Ampere-turns per meter to Oersted Convert magnetomotive force per meter into oersted units. | ampere-turns-per-meter-to-oersted | 0.0125663706143592 |
| Ampere-turns per meter to Gauss Turn magnetomotive force per meter into gauss flux density when vacuum permeability is known. | ampere-turns-per-meter-to-gauss | Multi-Variable |
| Ampere-turns per meter to Maxwell Estimate magnetic flux in maxwells from magnetomotive force per meter with area or flux path input. | ampere-turns-per-meter-to-maxwell | Multi-Variable |
| Ampere-turns per meter to Milligauss Express magnetomotive force per meter as milligauss field strength using permeability. | ampere-turns-per-meter-to-milligauss | Multi-Variable |
| Ampere-turns per meter to Millitesla Convert magnetomotive force per meter into millitesla through vacuum relationships. | ampere-turns-per-meter-to-millitesla | Multi-Variable |
| Ampere-turns per meter to Tesla Rephrase magnetomotive force per meter into tesla when permeability or flux is supplied. | ampere-turns-per-meter-to-tesla | Multi-Variable |
| Ampere-turns per meter to Weber Relate magnetomotive force per meter to webers of flux when the enclosed area is part of the equation. | ampere-turns-per-meter-to-weber | Multi-Variable |
| Oersted to Ampere-turns per meter Flip the CGS oersted field scale back into ampere-turns per meter. | oersted-to-ampere-turns-per-meter | 79.57747154594767 |
| Tesla to Gauss Express teslas as gauss for high-field comparisons. | tesla-to-gauss | 10000 |
| Tesla to Milligauss Convert teslas down into milligauss units. | tesla-to-milligauss | 1e7 |
| Tesla to Millitesla Translate teslas into milliteslas for electronics. | tesla-to-millitesla | 1000 |
| Tesla to Ampere-turns per meter Translate flux density into magnetomotive force per meter when vacuum permeability is provided. | tesla-to-ampere-turns-per-meter | Multi-Variable |
| Tesla to Maxwell Convert tesla values into maxwell flux when area or length units are entered. | tesla-to-maxwell | Multi-Variable |
| Tesla to Oersted Rephrase teslas as oersteds by leveraging the vacuum field relationship. | tesla-to-oersted | Multi-Variable |
| Amps to Milliamps Translate amperes into milliamperes when tuning circuit currents. | amps-to-milliamps | 1000.0 |
| Carats to Grams | carats-to-grams | 0.2 |
| Celsius to Fahrenheit | celsius-to-fahrenheit | Linear Offset (1.8x + 32) |
@@ -868,6 +877,28 @@ The registry currently contains 416 unique calculator slugs.
| Hectopascals to Bar Convert Hectopascals to Bar instantly. | hectopascals-to-bar | 0.001 |
| Hectopascals to PSI Convert Hectopascals to PSI instantly. | hectopascals-to-psi | 0.0145038 |
| Henries to Millihenries Convert Henries to Millihenries instantly. | henries-to-millihenries | 1000 |
| Henries to Abamperes Relate inductance to CGS abamperes when flux/time context is given. | henries-to-abamperes | Multi-Variable |
| Henries to Abvolts Convert inductance into CGS abvolts when impulse and flux are known. | henries-to-abvolts | Multi-Variable |
| Henries to Ampere-hours Translate inductance into stored ampere-hours given current and duration. | henries-to-ampere-hours | Multi-Variable |
| Henries to Amps Express inductance as amperes when applying a known voltage drop and time. | henries-to-amps | Multi-Variable |
| Henries to Coulombs Estimate coulombs from inductance when voltage and duration are provided. | henries-to-coulombs | Multi-Variable |
| Henries to Farads Relate inductance to capacitance when energy or frequency context is entered. | henries-to-farads | Multi-Variable |
| Henries to Kilowatts Turn inductance into kilowatt-equivalent power when voltage and time are known. | henries-to-kilowatts | Multi-Variable |
| Henries to Kva Express inductance as apparent power (kVA) using voltage and current. | henries-to-kva | Multi-Variable |
| Henries to Microfarads Compare inductance with microfarad capacitances for resonant tuning. | henries-to-microfarads | Multi-Variable |
| Henries to Microhenries Convert whole henries into microhenries for small coils. | henries-to-microhenries | Multi-Variable |
| Henries to Milliampere-hours Estimate mAh from inductance via current and discharge time. | henries-to-milliampere-hours | Multi-Variable |
| Henries to Milliamps Derive milliamps from inductance when flux change over time is known. | henries-to-milliamps | Multi-Variable |
| Henries to Millivolts Turn inductance into millivolt drops for known current swings. | henries-to-millivolts | Multi-Variable |
| Henries to Milliwatts Express inductance as milliwatt energy when voltage and time are provided. | henries-to-milliwatts | Multi-Variable |
| Henries to Ohms Back out resistance from inductance and frequency or reactance. | henries-to-ohms | Multi-Variable |
| Henries to Picofarads Compare inductance to picofarad capacitances when frequency or voltage is supplied. | henries-to-picofarads | Multi-Variable |
| Henries to Siemens Translate inductance into conductance under known voltage/current. | henries-to-siemens | Multi-Variable |
| Henries to Statamperes Convert inductance into CGS statamperes when flux change is given. | henries-to-statamperes | Multi-Variable |
| Henries to Statvolts Express inductance as statvolt potentials for legacy fields. | henries-to-statvolts | Multi-Variable |
| Henries to Volts Derive voltage levels from inductance and current derivatives. | henries-to-volts | Multi-Variable |
| Henries to Watt-hours Estimate energy in watt-hours from inductance when current and time are known. | henries-to-watt-hours | Multi-Variable |
| Henries to Watts Relate inductance to watts using frequency or current data. | henries-to-watts | Multi-Variable |
| Millihenries to Henries Convert millihenries back into henries for coarse values. | millihenries-to-henries | 0.001 |
| Millihenries to Microhenries Translate millihenries into microhenries for fine tuning. | millihenries-to-microhenries | 1000 |
| Hertz to Kilohertz Convert Hertz to Kilohertz instantly. | hertz-to-kilohertz | 0.001 |
@@ -1024,6 +1055,15 @@ The registry currently contains 416 unique calculator slugs.
| Kilowatts to Milliampere-hours Turn kilowatt-hours into milliampere-hours given voltage. | kilowatts-to-milliampere-hours | Multi-Variable |
| Kilowatts to Milliamps Convert kilowatts into milliamps when you know the voltage. | kilowatts-to-milliamps | Multi-Variable |
| Kilowatts to Millihenries Estimate inductance in millihenries from a kilowatt load. | kilowatts-to-millihenries | Multi-Variable |
| Kilowatts to Millivolts Estimate millivolt drops from kilowatt loads when amperage or resistance is known. | kilowatts-to-millivolts | Multi-Variable |
| Kilowatts to Milliwatts Express kilowatt loads as milliwatts for fine-grain power math when duration is supplied. | kilowatts-to-milliwatts | Multi-Variable |
| Kilowatts to Ohms Back out resistance from kilowatts when amperage or voltage is provided. | kilowatts-to-ohms | Multi-Variable |
| Kilowatts to Picofarads Relate kilowatt energy to picofarad capacitance for resonant circuits. | kilowatts-to-picofarads | Multi-Variable |
| Kilowatts to Siemens Convert kilowatts into conductance when voltage and amperage are known. | kilowatts-to-siemens | Multi-Variable |
| Kilowatts to Statamperes Translate kilowatt outputs into CGS statamperes for legacy systems. | kilowatts-to-statamperes | Multi-Variable |
| Kilowatts to Statvolts Express kilowatt power as statvolts when CGS charge/time is provided. | kilowatts-to-statvolts | Multi-Variable |
| Kilowatts to Volts Derive volts from kilowatts when current or resistance is known. | kilowatts-to-volts | Multi-Variable |
| Kilowatts to Watt-hours Turn kilowatt power into watt-hours when the duration is given. | kilowatts-to-watt-hours | Multi-Variable |
| Kilometers per kWh to Miles per kWh Convert energy efficiency from km/kWh to mi/kWh. | km-per-kwh-to-miles-per-kwh | 0.621371 |
| Kilometers per Second to Speed of Light Express a speed in kilometers per second as a fraction of c (299,792.458 km/s). | kilometers-per-second-to-speed-of-light | 3.33564095198152e-6 |
| Knots to Feet per Second Convert a nautical mile per hour into feet per second. | knots-to-feet-per-second | 1.6878098376 |
@@ -2966,12 +3006,12 @@ The registry currently contains 416 unique calculator slugs.
- [x] Ampere-hours to Statvolts
- [x] Ampere-hours to Volts
- [x] Ampere-hours to Watts
- [ ] Ampere-turns Per Meter to Gauss
- [ ] Ampere-turns Per Meter to Maxwell
- [ ] Ampere-turns Per Meter to Milligauss
- [ ] Ampere-turns Per Meter to Millitesla
- [ ] Ampere-turns Per Meter to Tesla
- [ ] Ampere-turns Per Meter to Weber
- [x] Ampere-turns Per Meter to Gauss
- [x] Ampere-turns Per Meter to Maxwell
- [x] Ampere-turns Per Meter to Milligauss
- [x] Ampere-turns Per Meter to Millitesla
- [x] Ampere-turns Per Meter to Tesla
- [x] Ampere-turns Per Meter to Weber
- [x] Amps to Abamperes
- [x] Amps to Abvolts
- [x] Amps to Ampere-hours
@@ -4895,28 +4935,28 @@ The registry currently contains 416 unique calculator slugs.
- [ ] Hectopascals to Technical Atmosphere
- [ ] Hectopascals to Technical Atmosphere (at)
- [ ] Hectopascals to Torr
- [ ] Henries to Abamperes
- [ ] Henries to Abvolts
- [ ] Henries to Ampere-hours
- [ ] Henries to Amps
- [ ] Henries to Coulombs
- [ ] Henries to Farads
- [ ] Henries to Kilowatts
- [ ] Henries to Kva
- [ ] Henries to Microfarads
- [ ] Henries to Microhenries
- [ ] Henries to Milliampere-hours
- [ ] Henries to Milliamps
- [ ] Henries to Millivolts
- [ ] Henries to Milliwatts
- [ ] Henries to Ohms
- [ ] Henries to Picofarads
- [ ] Henries to Siemens
- [ ] Henries to Statamperes
- [ ] Henries to Statvolts
- [ ] Henries to Volts
- [ ] Henries to Watt-hours
- [ ] Henries to Watts
- [x] Henries to Abamperes
- [x] Henries to Abvolts
- [x] Henries to Ampere-hours
- [x] Henries to Amps
- [x] Henries to Coulombs
- [x] Henries to Farads
- [x] Henries to Kilowatts
- [x] Henries to Kva
- [x] Henries to Microfarads
- [x] Henries to Microhenries
- [x] Henries to Milliampere-hours
- [x] Henries to Milliamps
- [x] Henries to Millivolts
- [x] Henries to Milliwatts
- [x] Henries to Ohms
- [x] Henries to Picofarads
- [x] Henries to Siemens
- [x] Henries to Statamperes
- [x] Henries to Statvolts
- [x] Henries to Volts
- [x] Henries to Watt-hours
- [x] Henries to Watts
- [ ] Hertz to Gigahertz
- [ ] Hertz to Megahertz
- [ ] Hogshead to Acre-feet
@@ -5469,15 +5509,15 @@ The registry currently contains 416 unique calculator slugs.
- [x] Kilowatts to Milliampere-hours
- [x] Kilowatts to Milliamps
- [x] Kilowatts to Millihenries
- [ ] Kilowatts to Millivolts
- [ ] Kilowatts to Milliwatts
- [ ] Kilowatts to Ohms
- [ ] Kilowatts to Picofarads
- [ ] Kilowatts to Siemens
- [ ] Kilowatts to Statamperes
- [ ] Kilowatts to Statvolts
- [ ] Kilowatts to Volts
- [ ] Kilowatts to Watt-hours
- [x] Kilowatts to Millivolts
- [x] Kilowatts to Milliwatts
- [x] Kilowatts to Ohms
- [x] Kilowatts to Picofarads
- [x] Kilowatts to Siemens
- [x] Kilowatts to Statamperes
- [x] Kilowatts to Statvolts
- [x] Kilowatts to Volts
- [x] Kilowatts to Watt-hours
- [ ] Km Per Kwh to Kilometers Per Liter
- [ ] Km Per Kwh to Liters Per 100 Km
- [ ] Km Per Kwh to Miles Per Gallon
@@ -7951,9 +7991,9 @@ The registry currently contains 416 unique calculator slugs.
- [ ] Terabytes to Nibbles
- [ ] Terabytes to Words (16-bit)
- [ ] Terabytes to Words (32-bit)
- [ ] Tesla to Ampere-turns Per Meter
- [ ] Tesla to Maxwell
- [ ] Tesla to Oersted
- [x] Tesla to Ampere-turns Per Meter
- [x] Tesla to Maxwell
- [x] Tesla to Oersted
- [ ] Tesla to Weber
- [ ] Tex to Dtex (decitex)
- [ ] Tex to Gsm

View File

@@ -144,10 +144,19 @@ export const calculators: CalculatorDef[] = [
{"slug": "amps-to-kilowatts", "name": "Amps to Kilowatts", "category": "power", "type": "3col", "labels": {"in1": "Amps", "in2": "Kilowatts", "in3": "Volts"}},
{"slug": "amps-to-kva", "name": "Amps to kVA", "category": "electrical", "type": "3col", "labels": {"in1": "Amps", "in2": "kVA", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-oersted", "name": "Ampere-turns per meter to Oersted", "category": "length", "type": "standard", "teaser": "Convert magnetomotive force per meter into oersted units.", "labels": {"in1": "Ampere-turns per meter", "in2": "Oersted"}, "factor": 0.0125663706143592, "hidden": true},
{"slug": "ampere-turns-per-meter-to-gauss", "name": "Ampere-turns per meter to Gauss", "category": "length", "type": "3col", "teaser": "Turn magnetomotive force per meter into gauss flux density when vacuum permeability is known.", "labels": {"in1": "Ampere-turns per meter", "in2": "Gauss", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-maxwell", "name": "Ampere-turns per meter to Maxwell", "category": "length", "type": "3col", "teaser": "Estimate magnetic flux in maxwells from magnetomotive force per meter with area or flux path input.", "labels": {"in1": "Ampere-turns per meter", "in2": "Maxwell", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-milligauss", "name": "Ampere-turns per meter to Milligauss", "category": "length", "type": "3col", "teaser": "Express magnetomotive force per meter as milligauss field strength using permeability.", "labels": {"in1": "Ampere-turns per meter", "in2": "Milligauss", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-millitesla", "name": "Ampere-turns per meter to Millitesla", "category": "length", "type": "3col", "teaser": "Convert magnetomotive force per meter into millitesla through vacuum relationships.", "labels": {"in1": "Ampere-turns per meter", "in2": "Millitesla", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-tesla", "name": "Ampere-turns per meter to Tesla", "category": "length", "type": "3col", "teaser": "Rephrase magnetomotive force per meter into tesla when permeability or flux is supplied.", "labels": {"in1": "Ampere-turns per meter", "in2": "Tesla", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-weber", "name": "Ampere-turns per meter to Weber", "category": "length", "type": "3col", "teaser": "Relate magnetomotive force per meter to webers of flux when the enclosed area is part of the equation.", "labels": {"in1": "Ampere-turns per meter", "in2": "Weber", "in3": "Result"}},
{"slug": "oersted-to-ampere-turns-per-meter", "name": "Oersted to Ampere-turns per meter", "category": "length", "type": "standard", "teaser": "Flip the CGS oersted field scale back into ampere-turns per meter.", "labels": {"in1": "Oersted", "in2": "Ampere-turns per meter"}, "factor": 79.57747154594767},
{"slug": "tesla-to-gauss", "name": "Tesla to Gauss", "category": "other", "type": "standard", "teaser": "Express teslas as gauss for high-field comparisons.", "labels": {"in1": "Tesla", "in2": "Gauss"}, "factor": 10000.0},
{"slug": "tesla-to-milligauss", "name": "Tesla to Milligauss", "category": "other", "type": "standard", "teaser": "Convert teslas down into milligauss units.", "labels": {"in1": "Tesla", "in2": "Milligauss"}, "factor": 10000000.0},
{"slug": "tesla-to-millitesla", "name": "Tesla to Millitesla", "category": "other", "type": "standard", "teaser": "Translate teslas into milliteslas for electronics.", "labels": {"in1": "Tesla", "in2": "Millitesla"}, "factor": 1000.0},
{"slug": "tesla-to-ampere-turns-per-meter", "name": "Tesla to Ampere-turns per meter", "category": "length", "type": "3col", "teaser": "Translate flux density into magnetomotive force per meter when vacuum permeability is provided.", "labels": {"in1": "Tesla", "in2": "Ampere-turns per meter", "in3": "Result"}, "hidden": true},
{"slug": "tesla-to-maxwell", "name": "Tesla to Maxwell", "category": "other", "type": "3col", "teaser": "Convert tesla values into maxwell flux when area or length units are entered.", "labels": {"in1": "Tesla", "in2": "Maxwell", "in3": "Result"}},
{"slug": "tesla-to-oersted", "name": "Tesla to Oersted", "category": "other", "type": "3col", "teaser": "Rephrase teslas as oersteds by leveraging the vacuum field relationship.", "labels": {"in1": "Tesla", "in2": "Oersted", "in3": "Result"}},
{"slug": "amps-to-milliamps", "name": "Amps to Milliamps", "category": "electrical", "type": "standard", "teaser": "Translate amperes into milliamperes when tuning circuit currents.", "labels": {"in1": "Amps", "in2": "Milliamps"}, "factor": 1000.0},
{"slug": "carats-to-grams", "name": "Carats to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Grams"}, "factor": 0.2, "hidden": true},
{"slug": "celsius-to-fahrenheit", "name": "Celsius to Fahrenheit", "category": "temperature", "type": "standard", "labels": {"in1": "Celsius", "in2": "Fahrenheit"}, "factor": 1.8, "offset": 32.0},
@@ -900,6 +909,28 @@ export const calculators: CalculatorDef[] = [
{"slug": "hectopascals-to-bar", "name": "Hectopascals to Bar", "category": "pressure", "type": "standard", "teaser": "Convert Hectopascals to Bar instantly.", "labels": {"in1": "Hectopascals", "in2": "Bar"}, "factor": 0.001},
{"slug": "hectopascals-to-psi", "name": "Hectopascals to PSI", "category": "pressure", "type": "standard", "teaser": "Convert Hectopascals to PSI instantly.", "labels": {"in1": "Hectopascals", "in2": "PSI"}, "factor": 0.0145038},
{"slug": "henries-to-millihenries", "name": "Henries to Millihenries", "category": "other", "type": "standard", "teaser": "Convert Henries to Millihenries instantly.", "labels": {"in1": "Henries", "in2": "Millihenries"}, "factor": 1000.0},
{"slug": "henries-to-abamperes", "name": "Henries to Abamperes", "category": "electrical", "type": "3col", "teaser": "Relate inductance to CGS abamperes when flux/time context is given.", "labels": {"in1": "Henries", "in2": "Abamperes", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-abvolts", "name": "Henries to Abvolts", "category": "electrical", "type": "3col", "teaser": "Convert inductance into CGS abvolts when impulse and flux are known.", "labels": {"in1": "Henries", "in2": "Abvolts", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-ampere-hours", "name": "Henries to Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate inductance into stored ampere-hours given current and duration.", "labels": {"in1": "Henries", "in2": "Ampere-hours", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-amps", "name": "Henries to Amps", "category": "electrical", "type": "3col", "teaser": "Express inductance as amperes when applying a known voltage drop and time.", "labels": {"in1": "Henries", "in2": "Amps", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-coulombs", "name": "Henries to Coulombs", "category": "electrical", "type": "3col", "teaser": "Estimate coulombs from inductance when voltage and duration are provided.", "labels": {"in1": "Henries", "in2": "Coulombs", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-farads", "name": "Henries to Farads", "category": "radiation", "type": "3col", "teaser": "Relate inductance to capacitance when energy or frequency context is entered.", "labels": {"in1": "Henries", "in2": "Farads", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-kilowatts", "name": "Henries to Kilowatts", "category": "power", "type": "3col", "teaser": "Turn inductance into kilowatt-equivalent power when voltage and time are known.", "labels": {"in1": "Henries", "in2": "Kilowatts", "in3": "Result"}},
{"slug": "henries-to-kva", "name": "Henries to Kva", "category": "other", "type": "3col", "teaser": "Express inductance as apparent power (kVA) using voltage and current.", "labels": {"in1": "Henries", "in2": "Kva", "in3": "Result"}},
{"slug": "henries-to-microfarads", "name": "Henries to Microfarads", "category": "radiation", "type": "3col", "teaser": "Compare inductance with microfarad capacitances for resonant tuning.", "labels": {"in1": "Henries", "in2": "Microfarads", "in3": "Result"}},
{"slug": "henries-to-microhenries", "name": "Henries to Microhenries", "category": "other", "type": "3col", "teaser": "Convert whole henries into microhenries for small coils.", "labels": {"in1": "Henries", "in2": "Microhenries", "in3": "Result"}},
{"slug": "henries-to-milliampere-hours", "name": "Henries to Milliampere-hours", "category": "time", "type": "3col", "teaser": "Estimate mAh from inductance via current and discharge time.", "labels": {"in1": "Henries", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "henries-to-milliamps", "name": "Henries to Milliamps", "category": "electrical", "type": "3col", "teaser": "Derive milliamps from inductance when flux change over time is known.", "labels": {"in1": "Henries", "in2": "Milliamps", "in3": "Result"}},
{"slug": "henries-to-millivolts", "name": "Henries to Millivolts", "category": "electrical", "type": "3col", "teaser": "Turn inductance into millivolt drops for known current swings.", "labels": {"in1": "Henries", "in2": "Millivolts", "in3": "Result"}},
{"slug": "henries-to-milliwatts", "name": "Henries to Milliwatts", "category": "power", "type": "3col", "teaser": "Express inductance as milliwatt energy when voltage and time are provided.", "labels": {"in1": "Henries", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "henries-to-ohms", "name": "Henries to Ohms", "category": "electrical", "type": "3col", "teaser": "Back out resistance from inductance and frequency or reactance.", "labels": {"in1": "Henries", "in2": "Ohms", "in3": "Result"}},
{"slug": "henries-to-picofarads", "name": "Henries to Picofarads", "category": "radiation", "type": "3col", "teaser": "Compare inductance to picofarad capacitances when frequency or voltage is supplied.", "labels": {"in1": "Henries", "in2": "Picofarads", "in3": "Result"}},
{"slug": "henries-to-siemens", "name": "Henries to Siemens", "category": "electrical", "type": "3col", "teaser": "Translate inductance into conductance under known voltage/current.", "labels": {"in1": "Henries", "in2": "Siemens", "in3": "Result"}},
{"slug": "henries-to-statamperes", "name": "Henries to Statamperes", "category": "electrical", "type": "3col", "teaser": "Convert inductance into CGS statamperes when flux change is given.", "labels": {"in1": "Henries", "in2": "Statamperes", "in3": "Result"}},
{"slug": "henries-to-statvolts", "name": "Henries to Statvolts", "category": "electrical", "type": "3col", "teaser": "Express inductance as statvolt potentials for legacy fields.", "labels": {"in1": "Henries", "in2": "Statvolts", "in3": "Result"}},
{"slug": "henries-to-volts", "name": "Henries to Volts", "category": "electrical", "type": "3col", "teaser": "Derive voltage levels from inductance and current derivatives.", "labels": {"in1": "Henries", "in2": "Volts", "in3": "Result"}},
{"slug": "henries-to-watt-hours", "name": "Henries to Watt-hours", "category": "power", "type": "3col", "teaser": "Estimate energy in watt-hours from inductance when current and time are known.", "labels": {"in1": "Henries", "in2": "Watt-hours", "in3": "Result"}},
{"slug": "henries-to-watts", "name": "Henries to Watts", "category": "power", "type": "3col", "teaser": "Relate inductance to watts using frequency or current data.", "labels": {"in1": "Henries", "in2": "Watts", "in3": "Result"}},
{"slug": "millihenries-to-henries", "name": "Millihenries to Henries", "category": "other", "type": "standard", "teaser": "Convert millihenries back into henries for coarse values.", "labels": {"in1": "Millihenries", "in2": "Henries"}, "factor": 0.001, "hidden": true},
{"slug": "millihenries-to-microhenries", "name": "Millihenries to Microhenries", "category": "other", "type": "standard", "teaser": "Translate millihenries into microhenries for fine tuning.", "labels": {"in1": "Millihenries", "in2": "Microhenries"}, "factor": 1000.0},
{"slug": "hertz-to-kilohertz", "name": "Hertz to Kilohertz", "category": "other", "type": "standard", "teaser": "Convert Hertz to Kilohertz instantly.", "labels": {"in1": "Hertz", "in2": "Kilohertz"}, "factor": 0.001},
@@ -1048,7 +1079,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "kilowatts-to-calories-per-second", "name": "Kilowatts to Calories Per Second", "category": "speed", "type": "standard", "teaser": "Translate kilowatts into calories per second for nutrition math.", "labels": {"in1": "Kilowatts", "in2": "Calories Per Second"}, "factor": 238.8458966},
{"slug": "kilowatts-to-coulombs", "name": "Kilowatts to Coulombs", "category": "power", "type": "3col", "teaser": "Convert kilowatts into coulombs when the time or voltage is given.", "labels": {"in1": "Kilowatts", "in2": "Coulombs", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-farads", "name": "Kilowatts to Farads", "category": "power", "type": "3col", "teaser": "Estimate the capacitance in farads from kilowatt loads.", "labels": {"in1": "Kilowatts", "in2": "Farads", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-henries", "name": "Kilowatts to Henries", "category": "power", "type": "3col", "teaser": "Estimate inductance in henries using kilowatt load and frequency.", "labels": {"in1": "Kilowatts", "in2": "Henries", "in3": "Result"}},
{"slug": "kilowatts-to-henries", "name": "Kilowatts to Henries", "category": "power", "type": "3col", "teaser": "Estimate inductance in henries using kilowatt load and frequency.", "labels": {"in1": "Kilowatts", "in2": "Henries", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-lusec", "name": "Kilowatts to Lusec", "category": "power", "type": "standard", "teaser": "Translate kilowatts into lusecs for legacy power ratings.", "labels": {"in1": "Kilowatts", "in2": "Lusec"}, "factor": 7500637.554192106},
{"slug": "kilowatts-to-mechanical-hp", "name": "Kilowatts to Mechanical Hp", "category": "power", "type": "standard", "teaser": "Convert kilowatts into mechanical horsepower.", "labels": {"in1": "Kilowatts", "in2": "Mechanical Hp"}, "factor": 1.341021858656296},
{"slug": "kilowatts-to-microfarads", "name": "Kilowatts to Microfarads", "category": "power", "type": "3col", "teaser": "Convert kilowatt loads into capacitance using voltage.", "labels": {"in1": "Kilowatts", "in2": "Microfarads", "in3": "Result"}},
@@ -1056,6 +1087,15 @@ export const calculators: CalculatorDef[] = [
{"slug": "kilowatts-to-milliampere-hours", "name": "Kilowatts to Milliampere-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt-hours into milliampere-hours given voltage.", "labels": {"in1": "Kilowatts", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "kilowatts-to-milliamps", "name": "Kilowatts to Milliamps", "category": "power", "type": "3col", "teaser": "Convert kilowatts into milliamps when you know the voltage.", "labels": {"in1": "Kilowatts", "in2": "Milliamps", "in3": "Volts"}},
{"slug": "kilowatts-to-millihenries", "name": "Kilowatts to Millihenries", "category": "power", "type": "3col", "teaser": "Estimate inductance in millihenries from a kilowatt load.", "labels": {"in1": "Kilowatts", "in2": "Millihenries", "in3": "Result"}},
{"slug": "kilowatts-to-millivolts", "name": "Kilowatts to Millivolts", "category": "power", "type": "3col", "teaser": "Estimate millivolt drops from kilowatt loads when amperage or resistance is known.", "labels": {"in1": "Kilowatts", "in2": "Millivolts", "in3": "Result"}},
{"slug": "kilowatts-to-milliwatts", "name": "Kilowatts to Milliwatts", "category": "power", "type": "3col", "teaser": "Express kilowatt loads as milliwatts for fine-grain power math when duration is supplied.", "labels": {"in1": "Kilowatts", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "kilowatts-to-ohms", "name": "Kilowatts to Ohms", "category": "power", "type": "3col", "teaser": "Back out resistance from kilowatts when amperage or voltage is provided.", "labels": {"in1": "Kilowatts", "in2": "Ohms", "in3": "Result"}},
{"slug": "kilowatts-to-picofarads", "name": "Kilowatts to Picofarads", "category": "power", "type": "3col", "teaser": "Relate kilowatt energy to picofarad capacitance for resonant circuits.", "labels": {"in1": "Kilowatts", "in2": "Picofarads", "in3": "Result"}},
{"slug": "kilowatts-to-siemens", "name": "Kilowatts to Siemens", "category": "power", "type": "3col", "teaser": "Convert kilowatts into conductance when voltage and amperage are known.", "labels": {"in1": "Kilowatts", "in2": "Siemens", "in3": "Result"}},
{"slug": "kilowatts-to-statamperes", "name": "Kilowatts to Statamperes", "category": "power", "type": "3col", "teaser": "Translate kilowatt outputs into CGS statamperes for legacy systems.", "labels": {"in1": "Kilowatts", "in2": "Statamperes", "in3": "Result"}},
{"slug": "kilowatts-to-statvolts", "name": "Kilowatts to Statvolts", "category": "power", "type": "3col", "teaser": "Express kilowatt power as statvolts when CGS charge/time is provided.", "labels": {"in1": "Kilowatts", "in2": "Statvolts", "in3": "Result"}},
{"slug": "kilowatts-to-volts", "name": "Kilowatts to Volts", "category": "power", "type": "3col", "teaser": "Derive volts from kilowatts when current or resistance is known.", "labels": {"in1": "Kilowatts", "in2": "Volts", "in3": "Result"}},
{"slug": "kilowatts-to-watt-hours", "name": "Kilowatts to Watt-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt power into watt-hours when the duration is given.", "labels": {"in1": "Kilowatts", "in2": "Watt-hours", "in3": "Result"}},
{"slug": "km-per-kwh-to-miles-per-kwh", "name": "Kilometers per kWh to Miles per kWh", "category": "length", "type": "standard", "teaser": "Convert energy efficiency from km/kWh to mi/kWh.", "labels": {"in1": "Kilometers per kWh", "in2": "Miles per kWh"}, "factor": 0.621371, "hidden": true},
{"slug": "kilometers-per-second-to-speed-of-light", "name": "Kilometers per Second to Speed of Light", "category": "length", "type": "standard", "teaser": "Express a speed in kilometers per second as a fraction of c (299,792.458 km/s).", "labels": {"in1": "Kilometers per Second", "in2": "Speed of Light"}, "factor": 3.33564095198152e-06, "hidden": true},
{"slug": "knots-to-feet-per-second", "name": "Knots to Feet per Second", "category": "length", "type": "standard", "teaser": "Convert a nautical mile per hour into feet per second.", "labels": {"in1": "Knots", "in2": "Feet per Second"}, "factor": 1.6878098376},
@@ -1421,7 +1461,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "watts-to-ampere-hours", "name": "Watts to Ampere-hours", "category": "power", "type": "3col", "teaser": "Turn a watt draw into ampere-hours when you know the duration or voltage.", "labels": {"in1": "Watts", "in2": "Ampere-hours", "in3": "Result"}, "hidden": true},
{"slug": "watts-to-coulombs", "name": "Watts to Coulombs", "category": "power", "type": "3col", "teaser": "Translate watts into coulombs when voltage or time is provided.", "labels": {"in1": "Watts", "in2": "Coulombs", "in3": "Result"}, "hidden": true},
{"slug": "watts-to-farads", "name": "Watts to Farads", "category": "power", "type": "3col", "teaser": "Estimate capacitance required for a given wattage and voltage.", "labels": {"in1": "Watts", "in2": "Farads", "in3": "Result"}},
{"slug": "watts-to-henries", "name": "Watts to Henries", "category": "power", "type": "3col", "teaser": "Estimate inductance from a wattage and frequency scenario.", "labels": {"in1": "Watts", "in2": "Henries", "in3": "Result"}},
{"slug": "watts-to-henries", "name": "Watts to Henries", "category": "power", "type": "3col", "teaser": "Estimate inductance from a wattage and frequency scenario.", "labels": {"in1": "Watts", "in2": "Henries", "in3": "Result"}, "hidden": true},
{"slug": "watts-to-kva", "name": "Watts to kVA", "category": "power", "type": "standard", "teaser": "Convert watts into kilovolt-amperes assuming unity power factor.", "labels": {"in1": "Watts", "in2": "kVA"}, "factor": 0.001},
{"slug": "watts-to-lusec", "name": "Watts to Lusec", "category": "power", "type": "standard", "teaser": "Translate watts into lusecs for vintage motor specs.", "labels": {"in1": "Watts", "in2": "Lusec"}, "factor": 7500.637554192106},
{"slug": "watts-to-mechanical-hp", "name": "Watts to Mechanical Hp", "category": "power", "type": "standard", "teaser": "Translate watts into mechanical horsepower.", "labels": {"in1": "Watts", "in2": "Mechanical Hp"}, "factor": 0.001341021858656296},