powerflow/triplex_line_conductor.h

00001 // $Id: line.h,v 1.10 2008/02/13 22:48:04 natet Exp $
00002 
00003 #ifndef _TRIPLEXLINECONDUCTOR_H
00004 #define _TRIPLEXLINECONDUCTOR_H
00005 
00006 #include "line.h"
00007 
00008 class triplex_line_conductor
00009 {
00010 public:
00011     double resistance;
00012     double geometric_mean_radius;
00013 public:
00014     static CLASS *oclass;
00015     static CLASS *pclass;
00016     static triplex_line_conductor *defaults;
00017     
00018     triplex_line_conductor(MODULE *mod);
00019     int isa(char *classname);
00020     int create(void);
00021 };
00022 
00023 #endif // _TRIPLEXLINECONDUCTOR_H

GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy