More mathematical fun.
a = 0.159
b = 1.84 x 10^8
c = 0.823
ANYWAY, plugging this into the PHP equation gives you this.
$Lv = ($Av*$b)/abs(($Fv^2/$a^2))/($Vb)-$c*sqrt($Av);
# Av = cross section area of port
# Lv = Length of Port
# Vb = Net volume of enclosure
# Fb = Tuning Frequency
$a = 0.159;
$b = 1.84 * 10^8;
$c = 0.823;
I punched in the specs for my planned box. .813 cubes (.753 after sub displacement), a 2X10.5" port at 40hz. It told me -3.7437153658429 inches.
I'm either gettting this right, or not at all.