mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-10 04:58:04 -05:00
[samples] Update keyword in failing test
This commit is contained in:
@@ -104,7 +104,7 @@ if hdf_filepath:
|
||||
print("Load initial guess from HDF file via SolutionArray")
|
||||
arr2 = ct.SolutionArray(gas)
|
||||
# the flame domain needs to be specified as subgroup
|
||||
arr2.restore(hdf_filepath, name="freeflame", key="flame")
|
||||
arr2.restore(hdf_filepath, name="freeflame", sub="flame")
|
||||
gas.TPX = Tin, p, reactants # set the gas T back to the inlet before making new flame
|
||||
f2 = ct.FreeFlame(gas, width=width)
|
||||
f2.set_initial_guess(data=arr2)
|
||||
|
||||
Reference in New Issue
Block a user