Combustion of an explosive liquid bubble

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
DarkSkinDude
Messages
2
Reaction score
0
Homework Statement
An explosive liquid at temperature 300 K contains a spherical bubble of radius 5 mm, full of its vapour. When a mechanical shock to the liquid causes adiabatic compression of the bubble, what radius of the bubble is required for combustion of the vapour, given that the vapour ignites spontaneously at 1100 degrees C? The ratio of [itex]C_V/(nR)[/itex] is 3.0 for the vapour
Relevant Equations
[tex]\frac{dP}{P}+\gamma\frac{dV}{V}=0, \ \gamma=\frac{C_P}{C_V} [/tex]
Problem Statement: An explosive liquid at temperature 300 K contains a spherical bubble of radius 5 mm, full of its vapour. When a mechanical shock to the liquid causes adiabatic compression of the bubble, what radius of the bubble is required for combustion of the vapour, given that the vapour ignites spontaneously at 1100 degrees C? The ratio of [itex]C_V/(nR)[/itex] is 3.0 for the vapour
Relevant Equations: [tex]\frac{dP}{P}+\gamma\frac{dV}{V}=0, \ \gamma=\frac{C_P}{C_V}[/tex]

Hey guys, I tried to solve this problem, got stuck, and noticed there weren't any threads with a solution. I ended up solving it shortly and so decided to share.

In this problem we consider a reversible adiabatic change happening to an ideal gas (the water vapour bubble). To solve this, we start with the following:

[tex]\frac{dP}{P}+\gamma\frac{dV}{V}=0, \ \gamma=\frac{C_P}{C_V}[/tex]

The question involves the relationship between the volume and temperature of the bubble.
Since its an ideal gas, we can substitute [itex]P=\frac{nRT}{V}[/itex] into the above equation, resulting in:

[tex]-\frac{dV}{V}(\gamma-1)=\frac{dT}{T}[/tex]

We are given a value for the ratio: [itex]C_V/(nR)=3[/itex]. Using the fact that [itex]C_P=nR+C_V[/itex], this ratio is found in the above constant:

[tex]\gamma-1=\frac{C_P}{C_V}-1=\frac{C_V+nR}{C_V}-1=\frac{nR}{C_V}=1/3[/tex]

The bubble is spherical, so we substitute [itex]V=\frac{4}{3}\pi r^3[/itex] and then integrate both sides from their initial values to their final values:

[tex]-3\frac{nR}{C_V}\int_{r_i}^{r_f}\frac{dr}{r}=\int^{T_f}_{T_i}\frac{dT}{T}[/tex]

The constant on the LHS becomes -1 due to the value given for [itex]C_V/(nR)[/itex].
Evaluating the integrals and isolating for the final radius [itex]r_f[/itex], we get:

[tex]\frac{T_i}{T_f}r_i=r_f[/tex]

Plugging in [itex]r_i=5 \ mm[/itex], [itex]T_i=300 \ K[/itex], [itex]T_f=(1100+273) \ K=1373 \ K[/itex], we get our final answer of:

[tex]r_f=1.092 \ mm[/tex]

Thus, the vapour bubble must be compressed to 1.092 mm for the vapour to ignite spontaneously.
 
Physics news on Phys.org
DarkSkinDude said:
Problem Statement: An explosive liquid at temperature 300 K contains a spherical bubble of radius 5 mm, full of its vapour. When a mechanical shock to the liquid causes adiabatic compression of the bubble, what radius of the bubble is required for combustion of the vapour, given that the vapour ignites spontaneously at 1100 degrees C? The ratio of [itex]C_V/(nR)[/itex] is 3.0 for the vapour
Relevant Equations: [tex]\frac{dP}{P}+\gamma\frac{dV}{V}=0, \ \gamma=\frac{C_P}{C_V}[/tex]

Problem Statement: An explosive liquid at temperature 300 K contains a spherical bubble of radius 5 mm, full of its vapour. When a mechanical shock to the liquid causes adiabatic compression of the bubble, what radius of the bubble is required for combustion of the vapour, given that the vapour ignites spontaneously at 1100 degrees C? The ratio of [itex]C_V/(nR)[/itex] is 3.0 for the vapour
Relevant Equations: [tex]\frac{dP}{P}+\gamma\frac{dV}{V}=0, \ \gamma=\frac{C_P}{C_V}[/tex]

Hey guys, I tried to solve this problem, got stuck, and noticed there weren't any threads with a solution. I ended up solving it shortly and so decided to share.

In this problem we consider a reversible adiabatic change happening to an ideal gas (the water vapour bubble). To solve this, we start with the following:

[tex]\frac{dP}{P}+\gamma\frac{dV}{V}=0, \ \gamma=\frac{C_P}{C_V}[/tex]

The question involves the relationship between the volume and temperature of the bubble.
Since its an ideal gas, we can substitute [itex]P=\frac{nRT}{V}[/itex] into the above equation, resulting in:

[tex]-\frac{dV}{V}(\gamma-1)=\frac{dT}{T}[/tex]

We are given a value for the ratio: [itex]C_V/(nR)=3[/itex]. Using the fact that [itex]C_P=nR+C_V[/itex], this ratio is found in the above constant:

[tex]\gamma-1=\frac{C_P}{C_V}-1=\frac{C_V+nR}{C_V}-1=\frac{nR}{C_V}=1/3[/tex]

The bubble is spherical, so we substitute [itex]V=\frac{4}{3}\pi r^3[/itex] and then integrate both sides from their initial values to their final values:

[tex]-3\frac{nR}{C_V}\int_{r_i}^{r_f}\frac{dr}{r}=\int^{T_f}_{T_i}\frac{dT}{T}[/tex]

The constant on the LHS becomes -1 due to the value given for [itex]C_V/(nR)[/itex].
Evaluating the integrals and isolating for the final radius [itex]r_f[/itex], we get:

[tex]\frac{T_i}{T_f}r_i=r_f[/tex]

Plugging in [itex]r_i=5 \ mm[/itex], [itex]T_i=300 \ K[/itex], [itex]T_f=(1100+273) \ K=1373 \ K[/itex], we get our final answer of:

[tex]r_f=1.092 \ mm[/tex]

Thus, the vapour bubble must be compressed to 1.092 mm for the vapour to ignite spontaneously.
Hi @DarkSkinDude and welcome to PF.

Thank you for your post. I agree with your solution which I got without integrating by observing that $$T~V^{\gamma-1}=const.$$ for an adiabatic process. Since you know the initial volume and temperature, you know the value of the constant.
 
Hi @kuruman, thanks for your reply.

Hahaha looks like I overthought this one a little too much. Of course if [itex]TV^{\gamma-1}=const.[/itex]
then since [itex]\gamma-1=1/3[/itex], it immediately follows that:

[tex]\frac{T_1}{T_2}=\frac{r_2}{r_1}[/tex]

I like this solution better. Nice and Clean.