circle_intersection {windfarmGA} | R Documentation |
Get area of intersecting circles
Description
Calculate the intersection area of two circles with different radii and different heights
Usage
circle_intersection(r1, r2, h1, h2, dx)
Arguments
r1 |
The radius of circle 1 |
r2 |
The radius of circle 2 |
h1 |
The height of the circle center 1 |
h2 |
The height of the circle center 2 |
dx |
The distance on the x-axis between both centers |
Value
A numeric value
See Also
Other Wind Energy Calculation Functions:
barometric_height()
,
calculate_energy()
,
get_dist_angles()
,
turbine_influences()
[Package windfarmGA version 4.0.0 Index]