Functions | |
| double | overhead_line::calc_image_dist (double dist1_to_e, double dist2_to_e, double dist1_to_2) |
| determines distance to images for calculation of line capacitance calculations | |
| EXPORT int | create_overhead_line (OBJECT **obj, OBJECT *parent) |
| REQUIRED: allocate and initialize an object. | |
| double overhead_line::calc_image_dist | ( | double | dist1_to_e, | |
| double | dist2_to_e, | |||
| double | dist1_to_2 | |||
| ) | [inherited] |
determines distance to images for calculation of line capacitance calculations
Calculates from line 1 to line 2
* Inputs * dist1_to_e - distance from line 1 to earth dist2_to_e - distance from line 2 to earth dist1_to_2 - distance from line 1 to line 2
* Outputs * dist1_to_2p - distance from line 1 to line 2's image - same as line 2 to line 1's image (isosceles trapezoid)
Definition at line 963 of file overhead_line.cpp.
| EXPORT int create_overhead_line | ( | OBJECT ** | obj, | |
| OBJECT * | parent | |||
| ) |
REQUIRED: allocate and initialize an object.
| obj | a pointer to a pointer of the last object in the list | |
| parent | a pointer to the parent of this object |
Definition at line 1003 of file overhead_line.cpp.