A heat equation problem with Dirichlet boundary conditions on the domain $[x_1,x_2]$
$$\frac{\delta u}{\delta t} = k \frac{\delta^2 u}{\delta x^2}$$
$$u(x_1,t) = u(x_2,t) = 0$$
Would have eigenfunctions corresponding to sines. Whereas Neumann boundary conditions $$u'(x_1,t) = u'(x_2,t) = 0$$
Results in cosine eigenfunctions.
When evaluating steady-state solutions, with Neumann conditions we can solve for the first coefficients of the Fourier Cosine Series expansion. In the case of Dirichlet conditions, the sine series do not have a $A_0$ coefficient describing steady-state.
Intuitively the steady-state solution for Dirichlet conditions should always decay to zero, as we are allowing heat exchange on the borders and the solution for u has a time-dependent exponential decay. This is constrained with the Neumann conditions (no heat exchange at borders = isolated body), having a non-trivial steady-state.
Is this intuition correct? Is the steady-state solution for the heat equation with Dirichlet B.C always zero? Or is there something I am missing?