Shape Factor: Regular Polygon-In-Circle
M.M. Yovanovich
SHPPOLYCIR.MWS
Shape factor of regions bounded by isothermal inner regular polygon of
sides
and an outer circle. The radius of the inscribed circle is
and the radius of the outer circle is
. As the number of sides of the polygon goes to infinity, the general expression approaches the well-known expression for the region bounded by two isothermal circles, i.e.
. The diameter ratio
must be less than
.
> restart:
Relation of Lewis, 1968.
> S:= 2*Pi*L/ln(An*D/d);
> An:= (sqrt(N)-sqrt(N-2))^(2/N)*(N-2)^(1/N);
> Anvals:= evalf([seq(subs(N=j, An), j=3..20)],6);
Calculation of Shape Factors for Square-In-Circle.
> Svals:= evalf([seq(subs(L=1, N=4, D =j*d, S), j=2..10)],6);
Calculation of
values for
.
> d_Dmax_vals:= evalf([seq(subs(N=j, cos(Pi/N)), j=3..10)],6);
The smallest value of
corresponds to the triangle in a circle.