Bug6
Mechanical
- May 3, 2010
- 3
I am trying to simulate an incinerator for sludge on a ship. Basically, the incinerator is started by using a small amount of diesel. When that is up to a given temperature, the diesel is shut off and the sludge is allowed to flow through. There is a primary air fan which adds air to the mixture in order to increase the temperature and the burn efficiency.
I am not sure of the exact chemical reaction equation for the sludge, so I am using the calorific values of heavy fuel (which is mostly what the sludge is) and diesel in order to calculate the energy.
My equation for the energy inputs is:
mdot(sludge)*cv(sludge)+mdot(diesel)*cv(diesel)+mdot(air)*cp(air)*(Temp(air_final)-Temp(air_in))
My equation for the energy outputs is:
mdot(exhaust)*cp(exhaust)*(Temp(exhaust_out)-Temp(air_final))+k*A/L*(Temp(chamber_final)-Temp(chamber_begin))
I hope this makes sense. So, I know the values for everything but the Temp of the exhaust, the final Temp of the air, and the final Temp of the chamber.
Any ideas if I am following the correct train of thought? I am unsure what a second equation would be in order to solve for all the unknowns. Thanks in advance for the help.
I am not sure of the exact chemical reaction equation for the sludge, so I am using the calorific values of heavy fuel (which is mostly what the sludge is) and diesel in order to calculate the energy.
My equation for the energy inputs is:
mdot(sludge)*cv(sludge)+mdot(diesel)*cv(diesel)+mdot(air)*cp(air)*(Temp(air_final)-Temp(air_in))
My equation for the energy outputs is:
mdot(exhaust)*cp(exhaust)*(Temp(exhaust_out)-Temp(air_final))+k*A/L*(Temp(chamber_final)-Temp(chamber_begin))
I hope this makes sense. So, I know the values for everything but the Temp of the exhaust, the final Temp of the air, and the final Temp of the chamber.
Any ideas if I am following the correct train of thought? I am unsure what a second equation would be in order to solve for all the unknowns. Thanks in advance for the help.