Thursday, May 3, 2018

electromagnetism - How to interpret the continuity conditions in the PDEs (for example, Maxwell equations) originated in physics?


I am currently working on PDEs in physics, mostly Maxwell equations. I am a mathematics graduate student, and this question has been haunting me for years.


In PDE theory, or more specifically the Sobolev space theory, the solution to the Galerkin-type weak formulation of a PDE normally satisfies some continuity conditions across any interface in the domain of interest. From a mathematical point of view, the continuity conditions guarantees that the weak derivative of the function is well-defined. That is, whenever we do integration by parts in each subdomain and then sum them up, the results should be the same with doing the integration by parts on the whole domain.





For example, the Maxwell equations like the following I was working on:


$\newcommand{\vect}[1]{\boldsymbol{#1}}$ $\newcommand{\vH}{\vect{H}}$ $\newcommand{\vE}{\vect{E}}$ $\newcommand{\vB}{\vect{B}}$ $\newcommand{\vD}{\vect{D}}$ $\newcommand{\vJ}{\vect{J}}$ $\newcommand{\vn}{\vect{n}}$ $$ \left\{ \begin{aligned} \nabla \times \vE &=- \frac{\partial \vB}{\partial t} \quad &\text{ in } \Omega\times (0,T) \\ \nabla\times \vH &= \frac{\partial \vD}{\partial t} + \vJ \quad &\text{ in } \Omega\times (0,T) \\ \nabla \cdot \vD &= q \quad &\text{ in } \Omega\times (0,T) \\ \nabla \cdot \vB &= 0 \quad &\text{ in } \Omega\times (0,T) \end{aligned} \right. $$


If we have two different mediums, being labeled as $a$ and $b$, as in the following picture (shamelessly ripped off from the book Electromagnetic Theory and Computation: A Topological Approach):


Continuity condition


the continuity conditions of the electric and magnetic fields/fluxes are given as:


$$ \begin{aligned} \vn \times (\vE^a - \vE^b) &= 0 \\ \vn \cdot (\vB^a - \vB^b) &= 0 \\ \vn \times(\vH^a - \vH^b) &= \vJ_S \\ \vn \cdot (\vD^a - \vD^b) &= q_S \end{aligned} $$


where the superscripts denote the limiting value of the vector fields on the interface being approached from each side, and $\vJ_S$ and $q_S$ are the surface current and surface charge respectively.


Here $\vE$ and $\vB$ are continuous in the tangential and normal direction on the surface respectively. And these conditions play a pretty important role in the numerical simulation for Maxwell equations, for example, the use of Nédélec elements in computing $\mathbf{curl}$-$\mathbf{curl}$ type equation derived from time-harmonic Maxwell equations.


(The introduction ends here.)







  • How do we interpret the physical meaning of these tangential/normal continuity conditions in real life (analogous to the interpretation of Stokes theorem as the conservation of a certain quantity)? Are the real electric fields continuous in the tangential direction of a surface? Or are these continuity conditions governed by certain physical laws?




  • From my understanding, most PDEs from physics are derived from conservation like Ampère's law and many others, and in the integral form of Maxwell equations no differentiabilities are assumed, hence no continuity conditions are enforced. Then are these continuity conditions artificial just because we would like to get some PDEs?





Answer




Since you seem to be mathematically inclined, I would mention that the best way (that I know of) to encode the physics is not as PDE's but rather as differential forms. In particular, what we really have are two 2-forms on a Minkowski spacetime, $F$ and $G$, such that $F=dA$ and $dG=J$ where $J$ is the 4-current. The two are related by some constitutive relations which depend on microscopic details, the simplest of which is the vacuum, where they are linear and by appropriately choosing units, you can use the Hodge star $F=\star G$. This then generalises nicely to non-flat spacetime backgrounds and interesting materials.


In this form, the "integral" version is simple and just involves choosing some spacetime volume and integrating. In particular, it becomes possible to use a discrete version of differential geometry (e.g., see http://ddg.cs.columbia.edu/) which entirely sidesteps the problems of continuity and smoothness. Or perhaps it is more accurate to say that it hides it into the constitutive relations, and produces constraints on the kind of singular behaviour those relations must also be able to handle; one then decides if that kind of approximation is useful/sufficient.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...