question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add n-Dodecane to combustion chamber component

See original GitHub issue

Hi!

I’m trying to model an aviation jet-prop, which uses Jet A-1 fuel, using TESPy.

Using n-Dodecane C12H26 instead of Jet A should be good enough, and it’s included in CoolProp, however the combustion chamber component does not support it.

I’ve tried to add it myself, by adding it to the list of allowable fuels in combustion_chamber.setup_reaction_parameters, and adding the enthalpy of formation hf['Dodecane'] = -352.1 to combustion_chamber.calc_lhv. The LHV calculation was pretty good, got ~44 MJ/kg.

When running a simple model with source --> compressor --> combustion chamber --> sink, the calculation can’t seem to converge, no matter the starting conditions, so I guess I’m missing something else (the same model works with CH4 just fine).

What else is missing that will enable me to use this fuel in the model?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
IdoMarzelcommented, Jun 17, 2021

That’s amazing, thanks!

re: energy balance, I did not check it yet. I have some preliminary calculations, and they give results in the same area as the model’s results ±15 °C, but they’re not very accurate either so I can’t tell which is right. It’s in the ballpark, though.

The fuel is likely coming in hotter than that, I just used 15 °C as a starting point to see if the model works at all, following the combined cycle example.

0reactions
fwittecommented, Jul 12, 2021

Hi, I added the fuel with gaseous reference state for now. Updated version of TESPy will go live later today. Best regards Francesco

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dodecane - an overview | ScienceDirect Topics
n -Dodecane is a major component in kerosene and some jet fuels, ... also are used as a coolant before they are injected...
Read more >
AUTOIGNITION DYNAMICS AND COMBUSTION OF N ...
Ignition regions for n-dodecane droplets with D0 = 0.7−0.8. ... and a mechanism that could rapidly insert it into a high-temperature chamber. Density....
Read more >
Modeling n-dodecane Spray Combustion with a ...
Many new combustion concepts are currently being investigated to further improve engines in terms of both efficiency and emissions.
Read more >
Correction: Transcritical auto-ignition of n-dodecane Liquid Fuel
High-fidelity simulations of transcritical spray mixing and auto ignition in a combustion chamber are performed at high pressure and ...
Read more >
Thermal decomposition of n-dodecane - arXiv
The thermal decomposition of n-dodecane, a component of some jet fuels, ... prior the entrance in the combustion chamber is an envisaged way...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found