Contents - Index


Cylinder_T_ND



Function cylinder_T_ND(r_bar, Fo, Bi) returns the non-dimensional temperature within a long circular cylinder with the outside edge exposed to convection (r=r_o). The supplied values, r_bar, Fo, Bi represent the dimensionless position, Fourier number and Biot number respectively.

Inputs:
 

Output:
 

Notes: 
1. Function cylinder_T_ND is called by the function cylinder_T to determine the non-dimensional temperature, theta, as explained in section 3.5.2 of Nellis and Klein.   
2.  The solutions provided by EES are the 1st 20 terms of the infinite series solution
3.  The result for Fo<0.001 is determine by interpolation of the solution at Fo=0.001 and the known value (the initial condition) at Fo = 0.

Example:
r_bar=0.3
Fo=0.23
Bi=1.02
THETA=cylinder_t_nd(r_bar, Fo, Bi)

{Solution: 
THETA=0.8034} 


Transient Conduction Index