Analytical solution to mono-group kinetics with a ramp of reactivity

In summary, the conversation discusses the mono-group model and a ramp in reactivity, with equations to solve for the change in power and concentration. Two methods are proposed, one assuming a constant concentration of precursors and the other using a prompt jump approximation. There is some confusion over the assumptions made in each method and the resulting equations.
  • #1
dRic2
Gold Member
883
225
Consider the mono-group model and a ramp in reactivity like ##\rho = -\gamma \beta t##

The system is

$$\frac {dP}{dt} = \frac {\rho - \beta}{\Lambda} P + \lambda C$$
$$ \frac {dC}{dt} = \frac {\beta}{\Lambda} P - \lambda C$$

1st method: assume that the concentration of precursor doesn't change significantly (and it is equal to ##C_0##). The differential equation to solve is thus:
$$\frac {dP}{dt} = \frac {\rho(t) - \beta}{\Lambda} P + \lambda C_0$$
The solution is:
$$P(t) = \exp{- \left( \frac{\gamma t^2 } 2 + t \right) \frac {\beta}{\Lambda}} \left[ \lambda C_0 \int_0^t \exp{- \left( \frac{\gamma t'^2 } 2 + t' \right) \frac {\beta}{\Lambda}} dt' + P_0 \right]$$
for ##t \rightarrow 0## ##P(t) \approx P_0(1 + t)## ?? How can the power increase if I insert negative reactivity ?!

2nd method: Prompt Jump (since the reactivity is negative)
the solution is
$$P(t) = P_0 \exp{-\lambda t} (1 + \gamma t)^{-1 + \frac {\lambda}{\gamma}}$$.
Again if ##\gamma < \lambda## then for ##t \rightarrow 0## ##P(t) \approx P_0(1 + \gamma t)^{\frac {\lambda - \gamma} {\gamma}} ## increases!

I checked my result, the math should be fine.

Any help would be greatly appreciated.
 
Last edited:
Engineering news on Phys.org
  • #2
The prompt jump approximation *is* to assume that the precursor population doesn't change, so I'm not sure what the difference is between your 1st method and 2nd method. Aren't both methods considered prompt jump methods?

Irregardless, let's take a look at your math. You stated that the reactivity is zero at ##t=0##, and the precursors are a constant value. Therefore, ##P(t=0)## must equal ##P_0## or you've done something wrong.

In both the solution to Method 1 and Method 2, there is still a ##t## in the final solution, even though you've taken the limit ##t \rightarrow 0##. If you set this remaining ##t## values equal to zero, you will get the right limit.

This is an interesting problem, let us know if you find the general solution.
 
  • #3
Thanks for the replay. :smile:

rpp said:
The prompt jump approximation *is* to assume that the precursor population doesn't change,
No... The prompt jump approximation is very different. If the reactivity is very far from prompt critical (##\rho << \beta##) then we can drop the time derivativa w.r.t ##P##, i.e. -as my professor likes to say- we remove the dynamics from the system. The equations then becomes:
$$ 0 = \frac {\rho - \beta}{\Lambda}P + \lambda C$$
$$\frac {dC}{dt} = \frac {\beta}{\Lambda}P - \lambda C$$

rpp said:
You stated that the reactivity is zero at t=0t=0t=0, and the precursors are a constant value. Therefore, P(t=0)P(t=0)P(t=0) must equal P0P0P_0 or you've done something wrong.
I see no contradiction. For ##t=0## both my solutions yields ##P(t=0)=P_0##.

rpp said:
In both the solution to Method 1 and Method 2, there is still a ttt in the final solution, even though you've taken the limit t→0t→0t \rightarrow 0. If you set this remaining ttt values equal to zero, you will get the right limit.
Sorry, I don't understand what you are saying.

Btw, if you do not believe me, instead of taking the limit, I can plot the function and attach an image.PS: I still do not know which approximation would be the more appropriate, but I feel method 1 is better for small ##t##. For very large ##t## it think it is not so realistic to consider the precursors' concentration to be constant, even though both solutions go to zero as t approaches ##\infty##.
 
  • #4
dRic2 said:
Thanks for the replay. :smile:No... The prompt jump approximation is very different. If the reactivity is very far from prompt critical (##\rho << \beta##) then we can drop the time derivativa w.r.t ##P##, i.e. -as my professor likes to say- we remove the dynamics from the system. The equations then becomes:
$$ 0 = \frac {\rho - \beta}{\Lambda}P + \lambda C$$
$$\frac {dC}{dt} = \frac {\beta}{\Lambda}P - \lambda C$$

I don't think this is correct. The prompt jump assumes the precursors are constant, not the power. Physically, you are looking for the change in power after a step reactivity change. The prompt neutron population starts to increase/decrease almost instantaneously, but it takes a while for the precursors to "catch up". This initial change in power is the "prompt jump".

It is my understanding that your Method 1 is the prompt jump. It is not clear what assumptions you made in Method 2.

dRic2 said:
I see no contradiction. For ##t=0## both my solutions yields ##P(t=0)=P_0##.

Sorry, I don't understand what you are saying.
Maybe it is I who doesn't understand your equations.

How did you get the second equation in Method 2? It looks like you set the exponent term to 1, but kept the linear term. How do you justify this?

Likewise, for Method 1 you set some of the ##t## terms to zero, but kept other ones. I'm not sure this is justified. How did you come up with the last equation in Method 1 with the form ##(1+t)##.

I'm just trying to understand what you did (it's hard to show a detailed derivation in a text box, even with Latex formatting)
 
  • #5
rpp said:
I don't think this is correct. The prompt jump assumes the precursors are constant, not the power.
No. Setting the derivative equal to zero is not a way to say the the power is constant. To avoid more confusion I'll post a page from "Nuclear Reactor Analysis" by Duderstadt & Hamilton.
Schermata 2019-07-16 alle 11.02.25.png

rpp said:
Likewise, for Method 1 you set some of the ttt terms to zero, but kept other ones. I'm not sure this is justified.
In both cases I was wrong... o:) o:) Sorry... Both my Taylor expansions were wrong! Thank you for spotting my mistake. Now I solved the issue with Method 1 (see below), but still got a problem with Method 2

For method 1 things are a little complicated. The problem is to approximate the integral
$$\int_0^t \exp{- \left( \frac{\gamma t'^2 } 2 + t' \right) \frac {\beta}{\Lambda}} dt'$$
We are lucky it is a gaussian! If we consider a time interval ## t << \frac {\Lambda} {\gamma \beta}## and close to zero, we can see from the graph that the curve is more or less constant and so we can take it outside the integral
$$\exp{- \left( \frac{\gamma t^2 } 2 + t \right) \frac {\beta}{\Lambda}} \int_0^t dt' = \exp{- \left( \frac{\gamma t^2 } 2 + t \right) \frac {\beta}{\Lambda}} t$$
If you put this thing into the final equation of Method 1
$$P(t) = \lambda C_0 t + P_0\exp{- \left( \frac{\gamma t^2 } 2 + t \right)\frac {\beta}{\Lambda}} \approx \lambda C_0 t + P_0 \frac {\beta}{\Lambda} (1 - \frac{\gamma t^2 } 2 )(1 - t) $$
Recalling that ##\frac {\beta}{\Lambda} P_0 = \lambda C_0## we see that the terms containing ##t## cancel out leaving only the higher terms. So in conclusion ##P(t) \approx 1 - t^2 ## which is physically reasonable.

Method 2.

Here is the correct way to do it:
$$e^{-\lambda t} \approx 1 - \lambda t + o(t)$$
$$(1 + \gamma t)^{\frac{\lambda - \gamma} {\gamma}} \approx 1 + {\frac{\lambda - \gamma} {\gamma}} t + o(t)$$
So
$$P(t) \approx (1 - \lambda t )(1+\frac {\lambda - \gamma} {\gamma}t) = 1 - \lambda t + \frac {\lambda - \gamma} {\gamma}t - \lambda \frac {\lambda - \gamma} {\gamma}t^2 \approx 1+ \frac {-\gamma \lambda + \lambda - \gamma}{\gamma} t$$
If ##\gamma < \lambda## then ##\gamma \lambda \approx 0## because usually ##\lambda = 0.008s^{-1}## (but for very fast transient this value could change very much!) so I still get something that is increasing.
 
Last edited:

1. What is an analytical solution to mono-group kinetics?

An analytical solution to mono-group kinetics is a mathematical method used to solve for the concentration of a single reactant over time in a chemical reaction. It involves using equations and formulas to calculate the rate of change of the reactant's concentration, taking into account factors such as the initial concentration, reaction rate constant, and any changes in reactivity over time.

2. How is a ramp of reactivity incorporated into the analytical solution?

A ramp of reactivity refers to a situation where the reactivity of the reactant changes over time. This can be due to external factors such as temperature or pressure changes, or internal factors such as the formation of reaction intermediates. In the analytical solution, the ramp of reactivity is accounted for by including a time-dependent term in the equations that represent the change in reactivity over time.

3. What are the advantages of using an analytical solution for mono-group kinetics?

Analytical solutions offer several advantages for studying mono-group kinetics. They provide a more accurate and precise method for determining the concentration of the reactant over time compared to experimental methods. They also allow for the prediction of how changes in initial conditions or reactivity will affect the reaction, which can be useful for optimizing reaction conditions.

4. Are there any limitations to using an analytical solution for mono-group kinetics?

One limitation of using an analytical solution is that it assumes the reaction follows first-order kinetics, where the rate of the reaction is directly proportional to the concentration of the reactant. This may not always be the case in real-world reactions, where other factors such as catalysts or inhibitors may affect the reaction rate. Additionally, analytical solutions can become more complex when dealing with multiple reactants or more complex reaction mechanisms.

5. How can an analytical solution for mono-group kinetics be applied in practical situations?

Analytical solutions for mono-group kinetics can be used in a variety of practical situations, such as in the pharmaceutical industry for studying the kinetics of drug reactions or in environmental studies for understanding the degradation of pollutants. They can also be used in the design and optimization of industrial processes, such as in the production of chemicals or fuels, to predict and control reaction rates and product yields.

Similar threads

  • Nuclear Engineering
Replies
2
Views
755
  • Special and General Relativity
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
554
Replies
1
Views
556
Replies
1
Views
2K
  • Classical Physics
Replies
0
Views
137
  • Introductory Physics Homework Help
Replies
19
Views
673
  • Differential Equations
Replies
3
Views
2K
Replies
6
Views
1K
  • Differential Geometry
Replies
2
Views
588
Back
Top