# ----------------------------------------------- #
#   Mechanism for High Temperature Oxidation of   # 
#  Primary Reference Fuels in FlameMaster Format  #
#                                                 #
#                     used in                     #
#                                                 #
#   Laminar Burning Velocities at High Pressure   #
#    for Primary Reference Fuels and Gasoline:    #
#    Experimental and Numerical Investigation     #
#                                                 #
#           Jerzembeck, S., Peters, N.,           #
#	Pepiot-Desjardins, P., Pitsch, H.         #
#                                                 #
#             Combust. Flame, 2008                #
# ----------------------------------------------- #


The mechanism PRF_HT.mech contains the kinetic data necessary to 
represent high temperature ignition delay times for n-heptane, 
iso-octane and mixtures of both, and laminar burning velocities 
for alkanes up to iso-octane at high and low pressures.


The instructions to pre-process the mechanism file for FlameMaster
can be found below.

Without quasi-steady state species:
-----------------------------------
Execute:
	CreateBinFile -i PRF_HT.thermo -m PRF_HT.trans -o PRF_HT.thermo.bin
	ScanMan -i PRF_HT.mech -t PRF_HT.thermo.bin -S

Then use PRF_HT.pre as mechanism file in FlameMaster computations


With quasi-steady state species:
--------------------------------
Execute:
	CreateBinFile -i PRF_HT.thermo -m PRF_HT.trans -o PRF_HT.thermo.bin
	ScanMan -i PRF_HT.mech -t PRF_HT.thermo.bin -S -R dummy

Copy the files SteadyStates.C and PRF_HT.h into ~/FlameMaster/FlameManSource directory

Compile the FlameMaster source code:
	make -C ~/FlameMaster/FlameManSource

Then use PRF_HT.pre as mechanism file in FlameMaster computations






