Source: /cirosantilli/robin-boundary-condition

= Robin boundary condition
{c}
{wiki}

Linear combination of a <Dirichlet boundary condition> and <Neumann boundary condition> at each point of the boundary.

Examples:
* <heat equation> when metal plaque is immersed in a large external environment of fixed temperature.

  In this case, the normal derivative at the boundary is proportional to the difference between the temperature of the boundary and the fixed temperature of the external environment.

  The result as time tends to infinity is that the temperature of the plaque tends to that of the environment.

  Shown a solved example in the <FreeFem> tutorial: https://doc.freefem.org/tutorials/thermalConduction.html (https://github.com/FreeFem/FreeFem-doc/blob/1d5996d8b891fd553fd318321249c2c30f693fc3/source/tutorials/thermalConduction.rst)