00001
00002
00003
00004 #ifndef _TRIPLEXLINECONDUCTOR_H
00005 #define _TRIPLEXLINECONDUCTOR_H
00006
00007 #include "line.h"
00008
00009 class triplex_line_conductor : public powerflow_library
00010 {
00011 public:
00012 double resistance;
00013 double geometric_mean_radius;
00014 LINERATINGS winter, summer;
00015 public:
00016 static CLASS *oclass;
00017 static CLASS *pclass;
00018
00019 triplex_line_conductor(MODULE *mod);
00020 inline triplex_line_conductor(CLASS *cl=oclass):powerflow_library(cl){};
00021 int isa(char *classname);
00022 int create(void);
00023 };
00024
00025 #endif // _TRIPLEXLINECONDUCTOR_H