Hi Ray, Hi all,
we have a problem with the fixed temperature profile in a flame (it is more a pseudo-flame..):
using:
f.flame.set_fixed_temp_profile([0,1e-1,5e-1,0.65],[300., 850,850.,300])
the solution of the flame simulation (stiochiometric methan mixture, GRI-mech, diluted) ends up with:
f.T
array([ 293.15 , 850. , 850. , 850. ,
850. , 850. , 850. , 850. ,
850. , 850. , 850. , 850. ,
850. , 850. , 850. , 850. ,
850. , 850. , 850. , 850. ,
850. , 850. , 850. , 844.27083333,
838.54166667, 827.08333333, 815.625 , 804.16666667,
781.25 , 758.33333333, 735.41666667, 712.5 ,
666.66666667, 575. , 483.33333333, 300. ,
300. , 300. , 300. ])
>>> f.grid
array([ 0. , 0.065 , 0.0975 , 0.13 , 0.14625 ,
0.1625 , 0.170625 , 0.17875 , 0.186875 , 0.195 ,
0.21125 , 0.2275 , 0.24375 , 0.26 , 0.27625 ,
0.2925 , 0.300625 , 0.30875 , 0.316875 , 0.3209375 ,
0.32296875, 0.32398437, 0.325 , 0.32601563, 0.32703125,
0.3290625 , 0.33109375, 0.333125 , 0.3371875 , 0.34125 ,
0.3453125 , 0.349375 , 0.3575 , 0.37375 , 0.39 ,
0.4225 , 0.455 , 0.5525 , 0.65 ])
which looks very different from our initial profile.
What are we doing wrong?
Thank you in advance!
My best regards,
Burak