For fluid flow over a rectangular flat plate, is it valid if h = h(x), where "x" is the length from the leading edge of the plate?
if we start with
dq = h*(T-T_amb)dA
where
dA = w*dx (w is the width of the plate)
T= T(x)
h=h(x)
q = w*Int(x,0){ h(x)( T(x) - T_amb )*dx
I seem to get pretty wacky results using this method.