soft4pes.model.machine.induction_machine_param#

Parameters for an induction machine.

Classes#

InductionMachineParameters

Parameters for the InductionMachine.

Module Contents#

class soft4pes.model.machine.induction_machine_param.InductionMachineParameters(fs_SI, pf, Rs_SI, Rr_SI, Lls_SI, Llr_SI, Lm_SI, base)[source]#

Parameters for the InductionMachine.

Parameters:
  • fs_SI (float) – Synchronous (stator) electrical frequency [Hz].

  • pf_SI (float) – Power factor.

  • Rs_SI (float) – Stator resistance [Ohm].

  • Rr_SI (float) – Rotor resistance [Ohm].

  • Lls_SI (float) – Stator leakage inductance [H].

  • Llr_SI (float) – Rotor leakage inductance [H].

  • Lm_SI (float) – Mutual inductance [H].

  • base (base value object) – Base values.

ws[source]#

Synchronous (stator) electrical angular frequency [p.u.].

Type:

float

pf[source]#

Power factor.

Type:

float

Rs[source]#

Stator resistance [p.u.].

Type:

float

Rr[source]#

Rotor resistance [p.u.].

Type:

float

Lls#

Stator leakage inductance [p.u.].

Type:

float

Llr#

Rotor leakage inductance [p.u.].

Type:

float

Lm#

Mutual inductance [p.u.].

Type:

float