I ran into an interesting mathematical problem that is the result of the use of infinitesimal vector calculus in relation to the Helmholtz theorem and the vector LaPlace operator.

I've also posted this question here, where I've edited it a bit further and added some things:

https://math.stackexchange.com/questions/3721666/how-to-compute-divcurl-of-volume-velocity-field-with-helmholtz-decomposition-if

What is very interesting is that the Helmholtz decomposition is hidden within the vector LaPlace operator and this can be used to define potential fields. For the general case:

The terms in the definition for the vector Laplacian can be negated and equaled to zero to obtain the vector Laplace equation:

-∇2𝐅 = -∇(∇·𝐅) + ∇×(∇×𝐅) = 0,

and then the terms in this identity can be written out to define a vector field for each of these

𝐀 = ∇×𝐅

Φ = ∇⋅𝐅

𝐁 = ∇×𝐀 = ∇×(∇×𝐅)

𝗘 = −∇Φ = −∇(∇⋅𝐅)

And, since the curl of the gradient of any twice-differentiable scalar field Φ is always the zero vector (∇×(∇Φ)=0), and the divergence of the curl of any vector field A is always zero as well (∇⋅(∇×A)=0), we can establish that E is curl-free and B is divergence-free, and we can write:

∇×𝗘= 0

∇⋅𝐁= 0

As can be seen from this, the vector Laplacian establishes a Helmholtz decomposition of the vector field 𝐅 into an irrotational or curl free component 𝗘 and a divergenceless component 𝐁, along with associated potential fields Φ and 𝐀, all from a single equation c.q. operator.

For fluid dynamics, we can use this decomposition to define a vector and a scalar potential for the velocity field, analogous to the electrodynamic domain like this:

vfd = -∇Φfd + ∇×𝐀fd

𝗘fd = −∇Φfd

𝐁fd = ∇×𝐀fd

ω = ∇×𝐁fd

From this, we can do an analysis of the units of measurement, since the curl, grad and div operators all have a unit of measurement in per meter[/m]. Since v, E and B all have a unit of measurement of velocity in meters per second [m/s], we obtain a unit of measurement in cubic meters per second [m3/s] for the primary field F, thus describing a volumetric flow field, similar to the volumetric flow rate:

https://en.wikipedia.org/wiki/Volumetric_flow_rate

"Volumetric flow rate is defined by [...] the flow of volume of fluid V through a surface per unit time t."

It seems this can also be defined as the flow velocity vector field v times an area A perpendicular to v with a surface proportional to h2 square meters [m2], with h the physical length scale in meters [m].

For finite difference or discrete vector calculus methods, such as used in FDTD simulation software, h denotes the spacing of the discretization grid, which may be variable or constant.

This leads to the conclusion that F =/= 0 for any v =/= 0 and any h>0 and therefore when using discrete mathematics F exist and according to the Helmholtz theorem it is uniquely defined by the two potential fields.

Now here's the problem: when we take the limit for h -> 0, which we do with infinitesimal notation, we obtain F=0, which cannot be correct for any field whereby v =/= 0, so what we find is that there is a limit to the applicability of the Helmholtz decomposition when using infinitesimal calculus and that needs to be worked around.

However, if v is known and F can be defined as v times an area A perpendicular to v , it seems it should be possible to compute the curl and divergenve of F from this definition and thus come to a completely closed system of potential theory, whereby all fields are uniquely defined and can be analytically solved, except the volumetric flow field F itself.

So, the question is: how do we do that?

Hopefully, some mathematician finds this problem interesting enough to think about, because it has quite a lot of consequences for the actual applicability of the Helmholtz decomposition in the general case as well. Now that we have shown that the Helmholtz decomposition does not actually hold in this case, it is an interesting question for mathematicians to figure out when this is the case and what consequences this has.

Similar questions and discussions