Methodology
This page documents how ChargeCalcs calculators are researched, built, tested, and maintained. It is written for transparency — so that users, researchers, and quality reviewers can evaluate the reliability of the tools and data on this site.
Formula sourcing
Every calculator on ChargeCalcs is built from a specific, published formula. The formula source is cited on each calculator page and can be independently verified. Sources include:
- SAE International standards (J1772 for charging connectors and power levels)
- Idaho National Laboratory EV charging infrastructure test data
- US Department of Energy Alternative Fuels Data Center
- National Electrical Code (NEC) Article 625 for home charger installation calculations
- US Energy Information Administration for electricity rate structures
During the build process, every formula source URL is verified to confirm it exists, is accessible, and covers the claimed formula. Broken or moved links are replaced before publication. The formula itself is cross-checked against the source to confirm the implementation matches the published method.
Vehicle data verification
The ChargeCalcs vehicle database contains over 20 EV models from major manufacturers. Each entry includes battery capacity (total and usable), EPA-rated range, efficiency in watt-hours per mile, maximum AC and DC charging rates, connector type, and MSRP. Data sources are:
- EPA Fuel Economy Guide — the primary source for US-market vehicles, providing standardised test data for range and efficiency
- WLTP test data — used for vehicles sold primarily outside the US (BYD models, for example)
- Manufacturer specification sheets — used when EPA/WLTP data is not available or when manufacturer-stated charging rates differ from test-cycle data
Every vehicle entry cites its specific data source and source URL. Vehicle data is reviewed quarterly to capture new model years, specification changes from mid-year updates, and newly launched models. The vehicleDataReviewDate field on each calculator page records when the vehicle data was last verified.
Electricity and fuel rate data
Electricity rates are sourced from national energy regulators:
- US Energy Information Administration (EIA) — Electric Power Monthly reports for residential rates by state
- Ofgem — UK domestic electricity price cap for residential rates
- Ontario Energy Board / BC Hydro — Canadian provincial regulated rates
- Australian Energy Regulator — Default market offer for NSW
Fuel prices are sourced from AAA (US national and state averages), RAC (UK), and equivalent sources for Canada and Australia. All rates include the source, source URL, and date of last verification. Rate data is reviewed quarterly, and calculators that depend on cost data carry a costDataExpiry field set to six months from the verification date. When this expiry passes, the affected pages are flagged for data refresh.
Charging curve model
Most EV calculators online assume a constant charging speed from 0% to 100%. ChargeCalcs models the real-world charging curve, which tapers significantly above 80% state of charge for DC fast charging. The simplified three-phase model used is:
- 0–80% SoC: nominal charging speed (charger power or vehicle max, whichever is lower)
- 80–90% SoC: approximately 50% of nominal speed
- 90–100% SoC: approximately 25% of nominal speed
For Level 1 and Level 2 AC charging, the taper is minimal and the model applies a constant rate. For DC fast charging, the taper is significant and is modelled by integrating across 1% SoC steps with the appropriate speed factor at each step. This produces more realistic time estimates than linear models, particularly for sessions that extend above 80%.
Known-value testing
Every calculator function is paired with at least two automated tests: one primary scenario that verifies all output values against a hand-calculated expected result, and one edge case that tests boundary conditions (such as charging from 80% to 100% on DC fast, or a constrained 100-amp electrical panel). These tests run automatically before every deployment as part of the quality assurance pipeline. A calculator without passing tests cannot be published.
Content quality framework
Educational content on each calculator page follows documented quality standards:
- Word count minimums: 1,200 words for complex calculators, 800 words for simpler tools
- Structural uniqueness: each page uses a different structural device (comparison table, decision tree, myth-busting, troubleshooting flow) to prevent template repetition
- Voice standards: practical and data-driven, second person for instructions, no promotional language or environmental advocacy — the numbers speak for themselves
- Language validation: an automated scanner checks all content for generic AI-generated phrases and flags violations before publication
- Similarity detection: a simhash-based tool compares all page pairs and flags any that are structurally too similar (Hamming distance below 6 bits)
Worked examples on each calculator page use the 4-part structure: realistic context, step-by-step calculation with real numbers, interpretation of results, and an actionable takeaway. Worked example values are verified against the calculator function output to ensure the narrative matches the tool.
Review and update cycle
ChargeCalcs content is not static. The review cycle operates on three timescales:
- Continuous: user-reported errors are investigated and corrected immediately
- Quarterly: vehicle data, electricity rates, and fuel prices are verified against current sources. New vehicle models are added as they launch.
- Six-monthly: financial calculators with cost data carry an expiry date. When the date passes, the data is refreshed from primary sources before any other content work proceeds.
Each calculator page displays a “Last updated” date that reflects the most recent meaningful change — not routine maintenance. The internal contentReviewDate field records when the page content was last reviewed for accuracy, even if no changes were made.
Limitations
No online calculator can replicate the precision of a vehicle's onboard systems. ChargeCalcs models the most significant variables but necessarily simplifies others. The charging curve model uses three fixed phases rather than a continuous curve unique to each battery chemistry. Temperature effects are not modelled in the charging time calculator (though they are discussed in the educational content). Cost calculations use average regional rates that may not match individual tariffs.
These limitations are acknowledged on every calculator page via a category-specific caveat that appears below the results. The goal is to be useful and transparent, not to claim false precision.
Contact
Questions about methodology, data sources, or corrections: contact@chargecalcs.com.