Menu

#775 single-phase transformer ratings

Version 4.0 RC1
assigned
None
none
none
critical
3.1
defect
2016-05-15
2013-09-20
No

The single-phase transformer ratings, especially using three individual connections in a WYE WYE configuration, is non-intuitive and not flexible enough to address many cases. For example:

object transformer_configuration {

...
power_rating 1500;
powerA_rating 500;
powerB_rating 500;
powerC_rating 500;
resistance 0.01;

}

Currently, the base kVA is assumed to be 1500 kVA. However, if this were coupled SINGLE_PHASE transformers, the base should actually be 500 kVA. Ideally, in fact, if declared as single phase, each phase should have its own rating and resistance and be calculated separately. For example:

object transformer_configuration {

...
//power_rating 1500;
connect_type SINGLE_PHASE;
powerA_rating 500;
powerB_rating 500;
powerC_rating 500;
resistanceA 0.01;
resistanceB 0.02;
resistanceC 0.03;

}

Discussion

  • Jason Fuller

    Jason Fuller - 2014-04-23
    • version changed from trunk to 3.1
     
  • Jason Fuller

    Jason Fuller - 2014-07-16
    • Description has changed:

    Diff:

    
    
    • assigned_to: Jason Fuller --> Matt Engels
    • Resolution: --> none
    • Component: Powerflow --> none
     
  • Jason Fuller

    Jason Fuller - 2014-08-19
    • Milestone: Version 3.1 RC1 --> Version 3.2 RC1
     
  • David P. Chassin

    • Owner: Matt Engels --> David P. Chassin
    • Status: new --> assigned
    • Milestone: Version 3.2 RC1 --> Unscheduled
     
  • David P. Chassin

    • Milestone: Unscheduled --> Version 4.0 RC1