The 1D thermal diffusion problem is as follows:
div[k grad(theta)] = ro * c * du
where: ro = density, k = coefficient of thermal conduction , c = specific heat at constant deformation, du = velocity.
Can anyone please tell me the example boundary condition for this problem, so that I can implement it in my FEM code?