= 1 #kg/s
m = 5 #s
Δt = 0 #m
h = 2 #m/s
u
= 100 #m
x₁ = x₁/u #s t₁
50.0
Allan Farrell
June 10, 2022
In previous examples I used both Gaussian plume and puff models for continuous and instantaneous releases, respectively, but what about the in-between cases? It is more commonly the case for a leak from a process vessel to be a prolonged, but finitely long, release.
The guidance is to typically pick one or the other, depending upon the length of the release, or use a more complex model, e.g. the guidance in Lees1 is
Use puff model | |
Neither model entirely appropriate | |
Use plume model |
Where u is the wind speed, Δt the duration of the release, and
2 These criteria drive one to using a plume model in most cases that are not “instantaneous”. Suppose
An alternative approach is to evaluate the downwind dispersion at a particular point of interest x1 and use the same criteria. This is much less strict than what Lees gives and is what I will do, it motivates investigating anything other than pure plume models.
One approach in this in-between zone is to try both and pick the most conservative. But that can lead to extremely conservative results. An alternative might be to take a page from more complex models, such as INTPUFF and SCIPUFF, and treat an intermediate release as a series of smaller puff releases.
Suppose a release from a process vessel, say a jet of gas issuing from a hole, we suppose the release is a constant rate of 1kg/s for 5s just for some nice round numbers. The release is at ground level and the ambient conditions are class D with a 2m/s windspeed. We have a point of interest 100m down-wind of the release, this could be an inhabited building or the fence-line.3
3 We are also implicitly assuming the release is neutrally buoyant, and so a Gaussian dispersion model would be appropriate.
The class D dispersion parameters4 are:
σz (generic function with 1 method)
The release, at the point of interest, meets neither the criteria for a puff model nor a plume model.
So some other kind of model must be used.
Recall that a single Gaussian puff is the product of 3 Gaussian distributions
with
where, for the sake of clarity, I’ve neglected the fact that the dispersion parameters σ are themselves all functions of t by being functions of the location of the center of the puff.
For some context we can plot the puff as a single, instantaneous, release
Our first approximation to a release of appreciable duration is to break the release up into n intervals and release a single puff per interval.
where we have simply taken the sum of n single puffs, each representing a fraction of the overall release, and emitting them one after the other.
We can plot this for n=5 and we see that, while initially the individual puffs are distinct, they quickly merge into a larger more spread-out cloud.5
5 To an extent this is a function of using a class D atmosphere. For a much more stable atmosphere, e.g. class F, the puffs remain quite distinct until a size-able number of them have been released.
If we plot the max-concentration experienced at our point of interest, x=100m, against an increasingly finely-divided release (more puffs, but each puff represents a smaller slice of time) it is clear that they are converging towards a number, and relatively quickly.
This suggests a next step, taking the limit as
Returning to our model of multiple puffs
We can re-arrange this and take the limit as
Where we have replaced the limit with the integral.6
6 I am assuming the dispersion parameters are constants, though they are not in practice as they are correlated to the downwind distance to the center of any given puff. I am assuming for a small enough release this is approximately constant at least.
This is an integral of a Gaussian, and so we expect the results to be in terms of the error function
For the integral of the x component of the Gaussian puff we have
making the substitution
we get7
7 This model and the sum of puffs model both naively include contributions from releases that haven’t happened yet, e.g. at t=1 only the contribution of material released at times t≤1 should be included, but without any correction the other parts of the release would be included causing slight errors in the vicinity of the release point at t<Δt. The solution is simply to take the duration of the release to be the minimum of either the elapsed time (i.e. when the release is still “happening”) or the total release duration.
where
This release model has some convenient properties: clearly as
8 This is somewhat hand-wavy but a release of infinite duration is an event that began an infinite amount of time in the past and continues an infinite amount into the future, so the term
I’ve been casually treating the dispersion parameters,
The dispersion parameters for a plume model are not the same as for a puff, and so the nice smooth curve connecting the two doesn’t really work. Not if you are strictly taking dispersion parameters as provided in standard references. It is not at all clear how to transition from the one set to the other either, in a smooth manner, to ensure that there is a smooth transition from puff to plume.
That said, multiple puff models use the dispersion parameters for puffs and so using the puff parameters in the integrated puff model at least puts one in good company.
There is a follow-up post that discusses the quality of these approximations in more detail.
When I first wrote this post I could not find my final result in the literature – it wasn’t in the standard references I use, and I think I just didn’t know the right search terms. Though it seemed equally obvious to me that it must be in the literature somewhere. Since posting this, I found it: Palazzi et al.9 This is also the model used by ALOHA and the older ARCHIE models.