|
[Sponsors] |
March 19, 2010, 14:02 |
dieselEngineFoamLayer problems with spray
|
#1 |
Senior Member
Join Date: Oct 2009
Posts: 140
Rep Power: 17 |
Hi.
I try simulate the compresson stroke of an engine. I am using 1.5-dev with a modified solver of dieselEngineFoam. The modified solver is able to add and remove cells. So far the movement of the piston with the topological changes didnt make troubble but when I want to inject fuel (for instance C7H16), it seems that the injected fuel doesn t influence the velocity and pressure field. The spray can be visualted with paraview (VTK). The residuals of C7H16 doesn t change for any reason. Furthermore the added gas mass becomes negative. When I try to run that case with dieselEngineFoam, it works. I assume that something is going wrong with the added layers. I appreciate any kind of hints. Has someone experiences with that kind of approaches? By interest I will upload a test case and the modified solver for adding and removing layers. Peter |
|
March 22, 2010, 09:42 |
|
#2 |
Senior Member
Join Date: Oct 2009
Posts: 140
Rep Power: 17 |
Problem solved.
I did a mistake in the YEqn.H file. Just a line was missing solve ( fvm::ddt(rho, Yi) + mvConvection->fvmDiv(phi, Yi) - fvm::laplacian(turbulence->muEff(), Yi) == dieselSpray.evaporationSource(i) <--- added + kappa*chemistry.RR(i), mesh.solver("Yi") ); regards |
|
May 7, 2010, 12:01 |
Spray
|
#3 |
Member
N. A.
Join Date: May 2010
Posts: 64
Rep Power: 16 |
I understand that you added the source term to the equation. Were you able to add the spray source terms for both momentum and energy equation. Can you share how were you able to add all the spray source terms (mass, mometum and energy).
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems with Spray Source Terms | su_junwei | OpenFOAM Running, Solving & CFD | 8 | May 10, 2009 08:54 |
Spray slows then stops | coastal593 | OpenFOAM Running, Solving & CFD | 6 | July 31, 2007 17:14 |
spray injection | mmacrb | FLUENT | 0 | January 10, 2007 05:57 |
problems with unsteady spray simulation | Mathias | FLUENT | 1 | July 20, 2006 17:13 |
DPM spray angle | David | FLUENT | 0 | December 8, 2003 06:45 |