Non-Dimensionalize PDE: Boundary Conditions, Initial Conditions

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Pde
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
Dustinsfl
Messages
2,217
Reaction score
5
$$
\frac{1}{\alpha}T_t = T_{xx}
$$
B.C are
$$
T(0,t) = T(L,t) = T_{\infty}
$$
I.C is
$$
T(x,0) = T_i.
$$
By recasting this problem in terms of non-dimensional variables, the diffusion equation along with its boundary conditions can be put into a canonical form.
Suppose that we introduce variable scaling defined by
$$
x_* = \frac{x}{L}\quad\quad t_* = \frac{\alpha t}{L^2}\quad\quad \theta = \frac{T - T_{\infty}}{T_i - T_{\infty}}
$$
With this change of variables, show that the problem definition becomes
\begin{alignat*}{5}
\theta_{t_*} & = & \theta_{x_*x_*} & & \\
\theta(0,t_*) & = & \theta(1,t_*) & = & 0\\
\theta(x_*,0) & = & 1
\end{alignat*}

$$
\frac{1}{L^2}\frac{\partial T}{\partial t_*} = \frac{1}{L^2}\frac{\partial^2 T}{\partial x_*^2}
$$
Do I make the [itex]T[/itex] substitution just as [itex]T = \theta(T_i - T_{\infty}) + T_{\infty}[/itex]?
 
Physics news on Phys.org
Yes, you can make the substitution $T = \theta(T_i - T_{\infty}) + T_{\infty}$. Then the equation becomes:$$\frac{1}{L^2}\frac{\partial \theta}{\partial t_*} = \frac{1}{L^2}\frac{\partial^2 \theta}{\partial x_*^2}$$For the boundary conditions, we have:$$T(0, t_*) = \theta(0, t_*)(T_i - T_{\infty}) + T_{\infty} = T_{\infty} \Rightarrow \theta(0, t_*) = 0\\T(L, t_*) = \theta(1, t_*)(T_i - T_{\infty}) + T_{\infty} = T_{\infty} \Rightarrow \theta(1, t_*) = 0$$For the initial condition, we have:$$T(x_*, 0) = \theta(x_*, 0)(T_i - T_{\infty}) + T_{\infty} = T_i \Rightarrow \theta(x_*, 0) = 1$$Therefore, the problem definition becomes:\begin{alignat*}{5}\theta_{t_*} & = & \theta_{x_*x_*} & & \\\theta(0,t_*) & = & \theta(1,t_*) & = & 0\\\theta(x_*,0) & = & 1\end{alignat*}