Using the Libby-Williams model
Posted: Wed Jul 14, 2010 6:10 pm
Hello
I want to use the Libby-Williams model for a partially premixed flame. And I have two points:
First I examend the sbr. pdflwc.
This sbr uses the combination (fmin,hmax) and (fmax,hmin). which leads to the programmed form for h(f):
h(idirac) = ((hmax-hmin)*f(idirac) + hmin*fmin - hmax*fmax) / (fmin-fmax)
However sbr. lwctcl combines (fmin,hmin) and (fmax,hmax) This leads to the form:
h(idirac) = ((hmin-hmax)*f(idirac) + hmax*fmin - hmin*fmax) / (fmin-fmax)
The second point concerns the calculated temperature level: For all
inflows with 500 K the calculated temperatures do not exceed 1250K. The
maximal temperatures however should reach values of about 2200 to 2300
K.(Used the EBU model to get this temperatures) Only decreasing the
activation temperature in sbr uslwc1 from 0.2 d05 (which seems to be
realistic?) to 2.5 d00 and chancing tstar from 0.12 d04 to 0.12 d06,
which effectively diminished its influence,leaded to the expected temperature level (including the correted calculation of h(idirac)).
Does anybody have any experience with the Libby-Williams model?
Can you tell me in which literature the uprogrammed reaction rate form is mentioned?
Thanks
Johannes Koopman
part2:
I figured out that the 4 pic sbr: pdfpp4.f90 has the "correct" form.
Morover I noticed that somtimes massfractions < 0 are calculated. Replacing them by for instance: yfuel = min(max(yfuel,0.d0),1.d0) improved the results a lot. (I could enlarge the mentioned value of the activation temperature to 0.2d04. Which is nearer, but "only" one size of magnitude below the advised value)
Nevertheless I am very interested in any comments on this subject.
regards
Johannes Kopman
I want to use the Libby-Williams model for a partially premixed flame. And I have two points:
First I examend the sbr. pdflwc.
This sbr uses the combination (fmin,hmax) and (fmax,hmin). which leads to the programmed form for h(f):
h(idirac) = ((hmax-hmin)*f(idirac) + hmin*fmin - hmax*fmax) / (fmin-fmax)
However sbr. lwctcl combines (fmin,hmin) and (fmax,hmax) This leads to the form:
h(idirac) = ((hmin-hmax)*f(idirac) + hmax*fmin - hmin*fmax) / (fmin-fmax)
The second point concerns the calculated temperature level: For all
inflows with 500 K the calculated temperatures do not exceed 1250K. The
maximal temperatures however should reach values of about 2200 to 2300
K.(Used the EBU model to get this temperatures) Only decreasing the
activation temperature in sbr uslwc1 from 0.2 d05 (which seems to be
realistic?) to 2.5 d00 and chancing tstar from 0.12 d04 to 0.12 d06,
which effectively diminished its influence,leaded to the expected temperature level (including the correted calculation of h(idirac)).
Does anybody have any experience with the Libby-Williams model?
Can you tell me in which literature the uprogrammed reaction rate form is mentioned?
Thanks
Johannes Koopman
part2:
I figured out that the 4 pic sbr: pdfpp4.f90 has the "correct" form.
Morover I noticed that somtimes massfractions < 0 are calculated. Replacing them by for instance: yfuel = min(max(yfuel,0.d0),1.d0) improved the results a lot. (I could enlarge the mentioned value of the activation temperature to 0.2d04. Which is nearer, but "only" one size of magnitude below the advised value)
Nevertheless I am very interested in any comments on this subject.
regards
Johannes Kopman