powerflow/triplex_line_configuration.h

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

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