CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Evaporation model in diesel Spray

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 20, 2014, 04:48
Post Evaporation model in diesel Spray
  #1
Member
 
bilal
Join Date: Mar 2014
Location: Germany
Posts: 30
Rep Power: 12
brbbhatti is on a distinguished road
I am working on the Fuel Injection Spray Model of Diesel Engine and I have some problem related to Evaporation of Urea and Water. I am using Open Foam 2.1.

I am using "LiquidEvaporation Model" for Water and for Urea i am using "SingleKineticRateDevolatilisation Model".

And other properties are
"
constantProperties
{
parcelTypeId 1;

rhoMin 1e-15;
TMin 200;
pMin 1000;
minParticleMass 1e-15;

rho0 1087;
T0 333.15;
Cp0 3395;

youngsModulus 1e9;
poissonsRatio 0.35;

epsilon0 1;
f0 0.5;

Tvap 406;
Tbp 465;
Pr 0.7;
LDevol 3086523;
hRetentionCoeff 0;

constantVolume false;
}


subModels
{
particleForces
{
sphereDrag;

}

injectionModel coneInjection; // patchInjection

dispersionModel stochasticDispersionRAS;

patchInteractionModel localInteraction; // localInteraction | standardWallInteraction

heatTransferModel RanzMarshall;

compositionModel singleMixtureFraction;//singlePhaseMixture;//singleMixtureFraction;

phaseChangeModel liquidEvaporation;

devolatilisationModel singleKineticRateDevolatilisation;

surfaceReactionModel none;

surfaceFilmModel none;

radiation off;

coneInjectionCoeffs
{
duration 1; // steadyState
positionAxis

"

So can you help and tell me what constant value is not correct or which parameters in this Spray Model i can change so that i get the Complete or Maximum Evaporation of Urea and Water.

your reply should be really Appreciated.
brbbhatti is offline   Reply With Quote

Old   March 20, 2014, 11:58
Default
  #2
Senior Member
 
mturcios777's Avatar
 
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28
mturcios777 will become famous soon enough
Which lagrangian solver are you using? If you could post a link to your sprayProperties (or similar) file you are using we could get a better look. It would be good to see the way the devolatilization model is set up.
mturcios777 is offline   Reply With Quote

Old   March 21, 2014, 04:37
Default
  #3
Member
 
bilal
Join Date: Mar 2014
Location: Germany
Posts: 30
Rep Power: 12
brbbhatti is on a distinguished road
Hi! Marco,

Thanks for your reply and interest. I am Using "SimpleReactingParcelFoam" as lagrangian solver.

And Properties are like that

//massFlowRate 0.001;
massFlowRate 6.41e-6;

parcelsPerInjector 300;
parcelBasisType mass;
flowRateProfile constant 1.0;
Umag constant 32.0;

thetaInner constant 0;
thetaOuter constant 9;

sizeDistribution (Example*)
{

(
minValue 100e-06;
maxValue 100e-06;

)
}


RanzMarshallCoeffs
{
BirdCorrection true;
}

singleMixtureFractionCoeffs
{
phases
(
gas
{
CH4N2O 1;
}
liquid
{
//CH4N2O 0.32;
H2O 1;
}
solid
{
}
);
YGasTot0 0.32;
YLiquidTot0 0.68;
YSolidTot0 0;
}
singlePhaseMixtureCoeffs
{
phases
(
liquid
{
CH4N2O 0.32;
H2O 0.68;
}
);
}
liquidEvaporationCoeffs
{
enthalpyTransfer enthalpyDifference;
activeLiquids ( H2O );
}



singleKineticRateDevolatilisationCoeffs
{



volatileData (Example*)
(

(CH4N2O 1.467e35)

);

liquid
{ CH4N2O;
}
residualCoeff 1e16;


}


}

so this is the example how i use and setup the properties ....so what you think ?? what is the problem that temperature drop is not steady and not physical applicable where i have to do some changes and which factor is more important i can work or focus on or is there any other model i can choose instead of this??

Last edited by brbbhatti; March 23, 2014 at 15:14.
brbbhatti is offline   Reply With Quote

Reply

Tags
dieselspray, evaporation model, spray evaporation, spray model


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use of k-epsilon and k-omega Models Jade M Main CFD Forum 40 January 27, 2023 07:18
model evaporation tfe FLOW-3D 9 July 6, 2015 06:05
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Evaporation Model brbbhatti OpenFOAM 3 March 21, 2014 04:50
Locating near wall cells for evaporation model mehrdad_kbg OpenFOAM Programming & Development 2 February 4, 2014 02:56


All times are GMT -4. The time now is 10:57.