Learn R Programming

windfarmGA (version 4.0.0)

circle_intersection: 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)

Value

A numeric value

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

See Also

Other Wind Energy Calculation Functions: barometric_height(), calculate_energy(), get_dist_angles(), turbine_influences()