Skip to main content

SPCMind

POST 

/calculate

Quantifies specific power consumption (kWh/m³) and identifies the dominant operational factors driving energy usage. Analyses pumping conditions, mechanical performance, and inflow behaviour to rank contributing factors by influence, enabling targeted mitigation and optimization of energy efficiency.

Request

Responses

Calculated SPC per day, unbalance coefficient, and ranked factor contributions to energy usage

import { SpcMindClient } from "@petrominds/spc-mind";

const client = new SpcMindClient({ apiKey: "YOUR_API_KEY" });

const result = await client.spc.calculate({
// TODO: populate request parameters
});

console.log(result);