circle_intersection: Get area of intersecting circles

View source: R/calculate_energy.R

circle_intersectionR 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()


YsoSirius/windfarmGA documentation built on March 13, 2024, 8:37 a.m.