diff --git a/science/cantera/Makefile b/science/cantera/Makefile index b1f07bb085a6..a8262a4bf1d6 100644 --- a/science/cantera/Makefile +++ b/science/cantera/Makefile @@ -1,106 +1,110 @@ PORTNAME= cantera DISTVERSIONPREFIX= v -DISTVERSION= 3.1.0 -PORTREVISION= 7 +DISTVERSION= 3.2.0 CATEGORIES= science # chemistry physics MAINTAINER= yuri@FreeBSD.org COMMENT= Chemical kinetics, thermodynamics, and transport tool suite WWW= https://cantera.org \ https://github.com/Cantera/cantera LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= googletest>0:devel/googletest \ ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs \ highfive>0:science/highfive \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} + doxygen:devel/doxygen \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ + LIB_DEPENDS= libfmt.so:devel/libfmt \ libhdf5.so:science/hdf5 \ libopenblas.so:math/openblas \ libyaml-cpp.so:devel/yaml-cpp -USES= compiler:c++17-lang eigen:3 gettext-runtime localbase scons +USES= compiler:c++17-lang eigen:3 gettext-runtime localbase python scons USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Cantera GH_TUPLE= LLNL:sundials:887af43:sundials/ext/sundials # bundled sundials is only needed for the Octave option -GH_TUPLE+= cantera:cantera-example-data:1a5d27e:example_data/data/example_data +GH_TUPLE+= cantera:cantera-example-data:b9e0731:example_data/data/example_data NO_CCACHE= yes # ccache breaks scons build for some reason MAKE_ARGS= system_eigen='y' \ system_sundials='n' \ system_fmt='y' \ system_yamlcpp='y' \ + system_highfive='y' \ + f90_interface='n' \ googletest='system' \ sundials_include='${LOCALBASE}/include/sundials' \ extra_inc_dirs="${LOCALBASE}/include:${LOCALBASE}/include/eigen3" \ extra_lib_dirs="${LOCALBASE}/lib" \ debug='no' \ cc_flags="${CXXFLAGS}" \ prefix="${PREFIX}" MAKE_ENV= INSTALL_MANPAGES=y ALL_TARGET= build TEST_TARGET= test # Multiple failures in the testsuite, see https://github.com/Cantera/cantera/issues/1829 OPTIONS_DEFINE= OCTAVE PYTHON OPTIONS_DEFAULT= PYTHON # OCTAVE is off by default because Octave interface is not a frequently requested feature OPTIONS_SUB= yes OCTAVE_DESC= Octave support OCTAVE_MAKE_ARGS= matlab_toolbox=y matlab_path=${LOCALBASE} OCTAVE_CXXFLAGS= -I${LOCALBASE}/include/octave-${OCTAVE_VERSION}/octave OCTAVE_LIB_DEPENDS= liboctave.so:math/octave OCTAVE_SUB_FILES= pkg-message-octave OCTAVE_USES= octave:env OCTAVE_BROKEN= Octave support needs to be updated -PYTHON_USES= python -PYTHON_USES_OFF= python:env PYTHON_USE= PYTHON=cython -PYTHON_MAKE_ARGS= python_cmd=${PYTHON_CMD} python_package=full -PYTHON_MAKE_ARGS_OFF= python_package="none" +PYTHON_MAKE_ARGS= python_cmd=${PYTHON_CMD} python_package=y +PYTHON_MAKE_ARGS_OFF= python_package="n" PYTHON_BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} do-install: cd ${WRKSRC} && \ ${MAKE_CMD} install \ stage_dir="${STAGEDIR}" @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcantera_shared.so.${PORTVERSION} do-install-PYTHON-on: # delete .pyc files to fix the stage reference problem, see https://github.com/Cantera/cantera/issues/1601 @for f in `${FIND} ${STAGEDIR} -name "*.pyc"`; do \ ${RM} $${f}; \ done # strip @${STRIP_CMD} \ ${STAGEDIR}${PYTHON_SITELIBDIR}/cantera/_cantera.cpython-${PYTHON_SUFFIX}.so \ ${STAGEDIR}${PREFIX}/lib/libcantera_python3_11.so # remove empty dirs @${RMDIR} \ ${STAGEDIR}${PYTHON_SITELIBDIR}/cantera/__pycache__ \ ${STAGEDIR}${PYTHON_SITELIBDIR}/cantera/with_units/__pycache__ post-patch-OCTAVE-on: # adjust Octave version in SConscript (python styled os.environ['OCTAVE_VERSION'] somehow doesn't work for this) @${REINPLACE_CMD} -e "s|, 'bin', 'glnx.*')|, 'lib', 'octave', '${OCTAVE_VERSION}')|" ${WRKSRC}/src/matlab/SConscript post-install-OCTAVE-on: # adjust .mex file name @${MV} \ ${STAGEDIR}${PREFIX}/lib/cantera/matlab/toolbox/ctmethods.mexa64 \ ${STAGEDIR}${PREFIX}/lib/cantera/matlab/toolbox/ctmethods.mex .include diff --git a/science/cantera/distinfo b/science/cantera/distinfo index 23aeb4abaf41..682bb2394084 100644 --- a/science/cantera/distinfo +++ b/science/cantera/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1734670500 -SHA256 (Cantera-cantera-v3.1.0_GH0.tar.gz) = 4d9004660d83ea5200216cbd465ae77277fde9191fd47d1eb30a68c1ad6ee09e -SIZE (Cantera-cantera-v3.1.0_GH0.tar.gz) = 2605640 +TIMESTAMP = 1779779043 +SHA256 (Cantera-cantera-v3.2.0_GH0.tar.gz) = f01e25e33f9d5e37db7ababe5af36b60caabff52dba04bb221d53e44735f60ec +SIZE (Cantera-cantera-v3.2.0_GH0.tar.gz) = 2817937 SHA256 (LLNL-sundials-887af43_GH0.tar.gz) = 147919c4887c93157c9975f195e8d45903285b61303d42f9dfdee251468abdb7 SIZE (LLNL-sundials-887af43_GH0.tar.gz) = 18888776 -SHA256 (cantera-cantera-example-data-1a5d27e_GH0.tar.gz) = 4c174c322c9c4bf4cbb878e4c7785dc12ced5541ecb129481e05b990cdd9b3d7 -SIZE (cantera-cantera-example-data-1a5d27e_GH0.tar.gz) = 244544 +SHA256 (cantera-cantera-example-data-b9e0731_GH0.tar.gz) = eb7c843e413d78591127f61c3dfe1a9df05d338db2f0522d9e17195812013df6 +SIZE (cantera-cantera-example-data-b9e0731_GH0.tar.gz) = 260528 diff --git a/science/cantera/files/patch-SConstruct b/science/cantera/files/patch-SConstruct index 9af97e09597e..b08f59868c4c 100644 --- a/science/cantera/files/patch-SConstruct +++ b/science/cantera/files/patch-SConstruct @@ -1,39 +1,39 @@ - the first part is fixing the configure failure, see https://github.com/Cantera/cantera/issues/1536 ---- SConstruct.orig 2024-12-16 23:22:11 UTC +--- SConstruct.orig 2025-11-17 22:34:45 UTC +++ SConstruct -@@ -902,6 +902,9 @@ if os.name == "nt": +@@ -900,6 +900,9 @@ if os.name == "nt": for key,val in env["ENV"].items(): env["ENV"][key] = str(val) +elif "cc" in env.subst("$CC"): + config.select("clang") + else: env["INSTALL_MANPAGES"] = True -@@ -933,6 +936,9 @@ elif "clang" in env.subst("$CC"): +@@ -931,6 +934,9 @@ elif "clang" in env.subst("$CC"): elif "clang" in env.subst("$CC"): config.select("clang") +elif "cc" in env.subst("$CC"): + config.select("clang") + else: # Assume a GCC compatible compiler if nothing else logger.warning(f"Unrecognized C compiler {env['CC']!r}") -@@ -991,10 +997,10 @@ if 'sphinx' in COMMAND_LINE_TARGETS: +@@ -979,10 +985,10 @@ if 'sphinx' in COMMAND_LINE_TARGETS: env['doxygen_docs'] = True if 'sphinx' in COMMAND_LINE_TARGETS: env['sphinx_docs'] = True -for arg in ARGUMENTS: - if arg not in config: - logger.error(f"Encountered unexpected command line option: {arg!r}") - sys.exit(1) +#for arg in ARGUMENTS: +# if arg not in config: +# logger.error(f"Encountered unexpected command line option: {arg!r}") +# sys.exit(1) # Store full config for doc build if env['sphinx_docs']: diff --git a/science/cantera/files/patch-platform_posix_SConscript b/science/cantera/files/patch-platform_posix_SConscript index e3578795504e..b3721b43249c 100644 --- a/science/cantera/files/patch-platform_posix_SConscript +++ b/science/cantera/files/patch-platform_posix_SConscript @@ -1,11 +1,11 @@ ---- platform/posix/SConscript.orig 2023-08-23 04:54:38 UTC +--- platform/posix/SConscript.orig 2025-11-17 22:34:45 UTC +++ platform/posix/SConscript -@@ -6,7 +6,7 @@ Import('env', 'build', 'install') +@@ -4,7 +4,7 @@ localenv = env.Clone() localenv = env.Clone() # Copy man pages -if env['INSTALL_MANPAGES']: +if True or env['INSTALL_MANPAGES']: install('$inst_mandir', multi_glob(localenv, '#platform/posix/man', '*')) ### Generate customized scripts ### diff --git a/science/cantera/files/patch-site__scons_buildutils.py b/science/cantera/files/patch-site__scons_buildutils.py new file mode 100644 index 000000000000..7ae0fa7c9a48 --- /dev/null +++ b/science/cantera/files/patch-site__scons_buildutils.py @@ -0,0 +1,14 @@ +-- Lowercase the platform name to match what pip wheel generates on FreeBSD. + +--- site_scons/buildutils.py.orig + 2026-05-26 07:15:56 UTC ++++ site_scons/buildutils.py +@@ -1317,7 +1317,7 @@ def setup_python_env(env): + py_version_short = parse_version(info["py_version_short"]) + py_version_full = parse_version(info["py_version"]) + py_version_nodot = info["py_version_nodot"] +- plat = info['plat'].replace('-', '_').replace('.', '_') ++ plat = info['plat'].replace('-', '_').replace('.', '_').lower() + numpy_include = info["numpy_include"] + env.Prepend(CPPPATH=Dir('#include')) + if env["system_sundials"] == "n": diff --git a/science/cantera/pkg-plist b/science/cantera/pkg-plist index 516d5af0b3b4..082a0d70f112 100644 --- a/science/cantera/pkg-plist +++ b/science/cantera/pkg-plist @@ -1,873 +1,890 @@ %%PYTHON%%bin/ck2yaml %%PYTHON%%bin/cti2yaml %%PYTHON%%bin/ctml2yaml %%PYTHON%%bin/lxcat2yaml %%PYTHON%%bin/yaml2ck include/cantera/base/AnyMap.h include/cantera/base/AnyMap.inl.h include/cantera/base/Array.h include/cantera/base/Delegator.h include/cantera/base/ExtensionManager.h include/cantera/base/ExtensionManagerFactory.h include/cantera/base/ExternalLogger.h include/cantera/base/FactoryBase.h include/cantera/base/Interface.h include/cantera/base/NoExitLogger.h include/cantera/base/Solution.h include/cantera/base/SolutionArray.h include/cantera/base/Storage.h include/cantera/base/Units.h include/cantera/base/ValueCache.h include/cantera/base/YamlWriter.h include/cantera/base/clockWC.h include/cantera/base/config.h include/cantera/base/config.h.in include/cantera/base/ct_defs.h include/cantera/base/ctexceptions.h include/cantera/base/fmt.h include/cantera/base/global.h include/cantera/base/logger.h include/cantera/base/stringUtils.h include/cantera/base/utilities.h include/cantera/base/yaml.h -include/cantera/clib/clib_defs.h -include/cantera/clib/ct.h -include/cantera/clib/ctfunc.h -include/cantera/clib/ctmatlab.h -include/cantera/clib/ctmultiphase.h -include/cantera/clib/ctonedim.h -include/cantera/clib/ctreactor.h -include/cantera/clib/ctrpath.h -include/cantera/clib/ctsurf.h include/cantera/core.h include/cantera/cython/funcWrapper.h include/cantera/cython/kinetics_utils.h include/cantera/cython/thermo_utils.h include/cantera/cython/transport_utils.h include/cantera/cython/utils_utils.h include/cantera/cython/wrappers.h include/cantera/equil/ChemEquil.h include/cantera/equil/MultiPhase.h include/cantera/equil/MultiPhaseEquil.h include/cantera/equil/vcs_MultiPhaseEquil.h include/cantera/equil/vcs_SpeciesProperties.h include/cantera/equil/vcs_VolPhase.h include/cantera/equil/vcs_defs.h include/cantera/equil/vcs_internal.h include/cantera/equil/vcs_solve.h include/cantera/equil/vcs_species_thermo.h include/cantera/ext/cvodes/cvodes.h include/cantera/ext/cvodes/cvodes_bandpre.h include/cantera/ext/cvodes/cvodes_bbdpre.h include/cantera/ext/cvodes/cvodes_diag.h include/cantera/ext/cvodes/cvodes_direct.h include/cantera/ext/cvodes/cvodes_ls.h include/cantera/ext/cvodes/cvodes_spils.h include/cantera/ext/idas/idas.h include/cantera/ext/idas/idas_bbdpre.h include/cantera/ext/idas/idas_direct.h include/cantera/ext/idas/idas_ls.h include/cantera/ext/idas/idas_spils.h include/cantera/ext/nvector/nvector_cuda.h include/cantera/ext/nvector/nvector_manyvector.h include/cantera/ext/nvector/nvector_mpimanyvector.h include/cantera/ext/nvector/nvector_mpiplusx.h include/cantera/ext/nvector/nvector_openmp.h include/cantera/ext/nvector/nvector_openmpdev.h include/cantera/ext/nvector/nvector_parallel.h include/cantera/ext/nvector/nvector_parhyp.h include/cantera/ext/nvector/nvector_petsc.h include/cantera/ext/nvector/nvector_pthreads.h include/cantera/ext/nvector/nvector_raja.h include/cantera/ext/nvector/nvector_serial.h include/cantera/ext/nvector/nvector_trilinos.h include/cantera/ext/sundials/sundials_band.h include/cantera/ext/sundials/sundials_config.h include/cantera/ext/sundials/sundials_dense.h include/cantera/ext/sundials/sundials_direct.h include/cantera/ext/sundials/sundials_fnvector.h include/cantera/ext/sundials/sundials_futils.h include/cantera/ext/sundials/sundials_iterative.h include/cantera/ext/sundials/sundials_lapack.h include/cantera/ext/sundials/sundials_linearsolver.h include/cantera/ext/sundials/sundials_math.h include/cantera/ext/sundials/sundials_matrix.h include/cantera/ext/sundials/sundials_mpi_types.h include/cantera/ext/sundials/sundials_nonlinearsolver.h include/cantera/ext/sundials/sundials_nvector.h include/cantera/ext/sundials/sundials_nvector_senswrapper.h include/cantera/ext/sundials/sundials_types.h include/cantera/ext/sundials/sundials_version.h include/cantera/ext/sunlinsol/sunlinsol_band.h include/cantera/ext/sunlinsol/sunlinsol_cusolversp_batchqr.h include/cantera/ext/sunlinsol/sunlinsol_dense.h include/cantera/ext/sunlinsol/sunlinsol_klu.h include/cantera/ext/sunlinsol/sunlinsol_lapackband.h include/cantera/ext/sunlinsol/sunlinsol_lapackdense.h include/cantera/ext/sunlinsol/sunlinsol_pcg.h include/cantera/ext/sunlinsol/sunlinsol_spbcgs.h include/cantera/ext/sunlinsol/sunlinsol_spfgmr.h include/cantera/ext/sunlinsol/sunlinsol_spgmr.h include/cantera/ext/sunlinsol/sunlinsol_sptfqmr.h include/cantera/ext/sunlinsol/sunlinsol_superludist.h include/cantera/ext/sunlinsol/sunlinsol_superlumt.h include/cantera/ext/sunmatrix/sunmatrix_band.h include/cantera/ext/sunmatrix/sunmatrix_cusparse.h include/cantera/ext/sunmatrix/sunmatrix_dense.h include/cantera/ext/sunmatrix/sunmatrix_slunrloc.h include/cantera/ext/sunmatrix/sunmatrix_sparse.h include/cantera/ext/sunnonlinsol/sunnonlinsol_fixedpoint.h include/cantera/ext/sunnonlinsol/sunnonlinsol_newton.h include/cantera/ext/sunnonlinsol/sunnonlinsol_petscsnes.h include/cantera/extensions/PythonExtensionManager.h include/cantera/extensions/PythonHandle.h include/cantera/kinetics.h include/cantera/kinetics/Arrhenius.h include/cantera/kinetics/BlowersMaselRate.h include/cantera/kinetics/BulkKinetics.h include/cantera/kinetics/ChebyshevRate.h include/cantera/kinetics/Custom.h include/cantera/kinetics/EdgeKinetics.h include/cantera/kinetics/ElectronCollisionPlasmaRate.h include/cantera/kinetics/Falloff.h include/cantera/kinetics/Group.h include/cantera/kinetics/ImplicitSurfChem.h include/cantera/kinetics/InterfaceKinetics.h include/cantera/kinetics/InterfaceRate.h include/cantera/kinetics/Kinetics.h include/cantera/kinetics/KineticsFactory.h include/cantera/kinetics/LinearBurkeRate.h include/cantera/kinetics/MultiRate.h include/cantera/kinetics/MultiRateBase.h include/cantera/kinetics/PlogRate.h include/cantera/kinetics/Reaction.h include/cantera/kinetics/ReactionData.h include/cantera/kinetics/ReactionPath.h include/cantera/kinetics/ReactionRate.h include/cantera/kinetics/ReactionRateDelegator.h include/cantera/kinetics/ReactionRateFactory.h include/cantera/kinetics/StoichManager.h include/cantera/kinetics/ThirdBodyCalc.h include/cantera/kinetics/TwoTempPlasmaRate.h include/cantera/kinetics/solveSP.h include/cantera/numerics/AdaptivePreconditioner.h include/cantera/numerics/BandMatrix.h include/cantera/numerics/CVodesIntegrator.h include/cantera/numerics/DenseMatrix.h +include/cantera/numerics/EigenSparseDirectJacobian.h +include/cantera/numerics/EigenSparseJacobian.h include/cantera/numerics/Func1.h include/cantera/numerics/Func1Factory.h include/cantera/numerics/FuncEval.h include/cantera/numerics/GeneralMatrix.h include/cantera/numerics/IdasIntegrator.h include/cantera/numerics/Integrator.h include/cantera/numerics/PreconditionerBase.h include/cantera/numerics/PreconditionerFactory.h +include/cantera/numerics/SteadyStateSystem.h include/cantera/numerics/SundialsContext.h +include/cantera/numerics/SystemJacobian.h +include/cantera/numerics/SystemJacobianFactory.h include/cantera/numerics/ctlapack.h include/cantera/numerics/eigen_dense.h include/cantera/numerics/eigen_sparse.h include/cantera/numerics/funcs.h include/cantera/numerics/polyfit.h include/cantera/numerics/sundials_headers.h include/cantera/oneD/Boundary1D.h include/cantera/oneD/Domain1D.h include/cantera/oneD/DomainFactory.h include/cantera/oneD/Flow1D.h include/cantera/oneD/IonFlow.h include/cantera/oneD/MultiJac.h include/cantera/oneD/MultiNewton.h include/cantera/oneD/OneDim.h include/cantera/oneD/Sim1D.h -include/cantera/oneD/StFlow.h include/cantera/oneD/refine.h include/cantera/onedim.h include/cantera/reactionpaths.h include/cantera/test/gtest_utils.h include/cantera/thermo.h include/cantera/thermo/BinarySolutionTabulatedThermo.h include/cantera/thermo/ConstCpPoly.h include/cantera/thermo/CoverageDependentSurfPhase.h include/cantera/thermo/DebyeHuckel.h +include/cantera/thermo/EEDFTwoTermApproximation.h include/cantera/thermo/EdgePhase.h include/cantera/thermo/Elements.h include/cantera/thermo/GibbsExcessVPSSTP.h include/cantera/thermo/HMWSoln.h include/cantera/thermo/IdealGasPhase.h include/cantera/thermo/IdealMolalSoln.h include/cantera/thermo/IdealSolidSolnPhase.h include/cantera/thermo/IdealSolnGasVPSS.h include/cantera/thermo/LatticePhase.h include/cantera/thermo/LatticeSolidPhase.h include/cantera/thermo/MargulesVPSSTP.h include/cantera/thermo/MetalPhase.h include/cantera/thermo/MixtureFugacityTP.h include/cantera/thermo/MolalityVPSSTP.h include/cantera/thermo/Mu0Poly.h include/cantera/thermo/MultiSpeciesThermo.h include/cantera/thermo/Nasa9Poly1.h include/cantera/thermo/Nasa9PolyMultiTempRegion.h include/cantera/thermo/NasaPoly1.h include/cantera/thermo/NasaPoly2.h include/cantera/thermo/PDSS.h include/cantera/thermo/PDSSFactory.h include/cantera/thermo/PDSS_ConstVol.h include/cantera/thermo/PDSS_HKFT.h include/cantera/thermo/PDSS_SSVol.h include/cantera/thermo/PDSS_Water.h include/cantera/thermo/PengRobinson.h include/cantera/thermo/Phase.h include/cantera/thermo/PlasmaPhase.h include/cantera/thermo/PureFluidPhase.h include/cantera/thermo/RedlichKisterVPSSTP.h include/cantera/thermo/RedlichKwongMFTP.h include/cantera/thermo/ShomatePoly.h include/cantera/thermo/SingleSpeciesTP.h include/cantera/thermo/Species.h include/cantera/thermo/SpeciesThermoFactory.h include/cantera/thermo/SpeciesThermoInterpType.h include/cantera/thermo/StoichSubstance.h include/cantera/thermo/SurfPhase.h include/cantera/thermo/ThermoFactory.h include/cantera/thermo/ThermoPhase.h include/cantera/thermo/VPStandardStateTP.h include/cantera/thermo/WaterProps.h include/cantera/thermo/WaterPropsIAPWS.h include/cantera/thermo/WaterPropsIAPWSphi.h include/cantera/thermo/WaterSSTP.h include/cantera/thermo/electrolytes.h include/cantera/thermo/speciesThermoTypes.h include/cantera/tpx/Sub.h include/cantera/tpx/utils.h include/cantera/transport.h include/cantera/transport/DustyGasTransport.h include/cantera/transport/GasTransport.h include/cantera/transport/HighPressureGasTransport.h include/cantera/transport/IonGasTransport.h include/cantera/transport/MixTransport.h include/cantera/transport/MultiTransport.h include/cantera/transport/Transport.h include/cantera/transport/TransportData.h include/cantera/transport/TransportFactory.h include/cantera/transport/UnityLewisTransport.h include/cantera/transport/WaterTransport.h +include/cantera/zeroD/ConnectorFactory.h +include/cantera/zeroD/ConnectorNode.h include/cantera/zeroD/ConstPressureMoleReactor.h include/cantera/zeroD/ConstPressureReactor.h include/cantera/zeroD/FlowDevice.h include/cantera/zeroD/FlowDeviceFactory.h include/cantera/zeroD/FlowReactor.h include/cantera/zeroD/IdealGasConstPressureMoleReactor.h include/cantera/zeroD/IdealGasConstPressureReactor.h include/cantera/zeroD/IdealGasMoleReactor.h include/cantera/zeroD/IdealGasReactor.h include/cantera/zeroD/MoleReactor.h include/cantera/zeroD/Reactor.h include/cantera/zeroD/ReactorBase.h include/cantera/zeroD/ReactorDelegator.h include/cantera/zeroD/ReactorFactory.h include/cantera/zeroD/ReactorNet.h include/cantera/zeroD/ReactorSurface.h include/cantera/zeroD/Reservoir.h include/cantera/zeroD/Wall.h include/cantera/zeroD/WallFactory.h include/cantera/zeroD/flowControllers.h include/cantera/zerodim.h +include/cantera_clib/clib_defs.h +include/cantera_clib/ct.h +include/cantera_clib/ctconnector.h +include/cantera_clib/ctdomain.h +include/cantera_clib/ctfunc.h +include/cantera_clib/ctkin.h +include/cantera_clib/ctmix.h +include/cantera_clib/ctonedim.h +include/cantera_clib/ctrdiag.h +include/cantera_clib/ctreactor.h +include/cantera_clib/ctreactornet.h +include/cantera_clib/ctrxn.h +include/cantera_clib/ctsol.h +include/cantera_clib/ctthermo.h +include/cantera_clib/cttrans.h %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/Domain1D.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/componentIndex.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/componentName.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/disableEnergy.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/domainIndex.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/domainType.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/domain_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/enableEnergy.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/gridPoints.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/isFlow.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/isInlet.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/isSurface.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/massFlux.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/massFraction.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/nComponents.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/nPoints.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/private/domain_methods.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/set.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setBounds.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setCoverageEqs.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setFixedTempProfile.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setID.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setMdot.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setMoleFractions.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setPressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setProfile.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setSteadyTolerances.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setTemperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setTransientTolerances.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/setupGrid.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Domain1D/temperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/Stack.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/display.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/domainIndex.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/grid.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/plotSolution.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/private/stack_methods.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/resid.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/restore.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/save.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/saveSoln.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/setFlatProfile.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/setMaxJacAge.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/setProfile.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/setRefineCriteria.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/setTimeStep.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/setValue.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/solution.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/solve.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/subsref.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/@Stack/writeStats.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/AxiStagnFlow.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/AxisymmetricFlow.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/CounterFlowDiffusionFlame.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/FreeFlame.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/Inlet.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/Outlet.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/OutletRes.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/Surface.m %%OCTAVE%%lib/cantera/matlab/toolbox/1D/SymmPlane.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/FlowDevice.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/install.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/massFlowRate.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/private/flowdevicemethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/setFunction.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/setMassFlowRate.m %%OCTAVE%%lib/cantera/matlab/toolbox/@FlowDevice/setValveCoeff.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/Func.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/char.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/display.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/func_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/plus.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/private/funcmethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/rdivide.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/subsref.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Func/times.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Interface/Interface.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Interface/concentrations.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Interface/coverages.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Interface/private/surfmethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Interface/setCoverages.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/Kinetics.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/advanceCoverages.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/creationRates.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/destructionRates.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/equil_Kc.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/fwdRateConstants.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/getDeltaEnthalpies.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/getDeltaEntropies.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/getDeltaGibbs.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/isReversible.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/kinetics_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/multiplier.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/nReactions.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/nTotalSpecies.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/netProdRates.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/private/kinetics_get.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/private/kinetics_set.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/reactionEqn.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/revRateConstants.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/rop.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/rop_f.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/rop_net.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/rop_r.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/setMultiplier.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/stoich_net.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/stoich_p.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/stoich_r.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Kinetics/ydot.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/Mixture.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/addPhase.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/chemPotentials.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/display.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/elementIndex.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/equilibrate.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/mix_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/nElements.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/nPhases.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/nSpecies.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/phaseMoles.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/pressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/private/mixturemethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/setPhaseMoles.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/setPressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/setSpeciesMoles.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/setTemperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/speciesIndex.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Mixture/temperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/Reactor.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/density.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/enthalpy_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/insert.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/intEnergy_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/massFraction.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/massFractions.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/pressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/private/reactormethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/reactor_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/setChemistry.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/setEnergy.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/setInitialVolume.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/setKineticsMgr.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/setMassFlowRate.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/setThermoMgr.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/temperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Reactor/volume.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/ReactorNet.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/addReactor.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/advance.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/atol.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/private/reactornetmethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/reactornet_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/rtol.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/setInitialTime.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/setMaxTimeStep.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/setTolerances.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/step.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorNet/time.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/ReactorSurface.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/area.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/install.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/private/reactorsurfacemethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/reactorsurface_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/setArea.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ReactorSurface/setKinetics.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Solution/Solution.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Solution/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/ThermoPhase.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/atomicMasses.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/charges.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/chemPotentials.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/cp_R.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/cp_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/cp_mole.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/critDensity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/critPressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/critTemperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/cv_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/cv_mole.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/density.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/display.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/electricPotential.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/elementIndex.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/elementName.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/elementalMassFraction.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/enthalpies_RT.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/enthalpy_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/enthalpy_mole.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/entropies_R.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/entropy_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/entropy_mole.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/eosType.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/equilibrate.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/gibbs_RT.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/gibbs_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/gibbs_mole.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/intEnergy_mass.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/intEnergy_mole.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/isIdealGas.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/isothermalCompressibility.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/massFraction.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/massFractions.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/maxTemp.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/meanMolecularWeight.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/minTemp.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/molarDensity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/moleFraction.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/moleFractions.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/molecularWeights.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/nAtoms.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/nElements.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/nSpecies.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/name.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/pressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/private/phase_get.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/private/phase_set.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/private/thermo_get.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/private/thermo_set.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/refPressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/satPressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/satTemperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/set.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setDensity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setElectricPotential.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setMassFractions.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setMoleFractions.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setName.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setPressure.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_HP.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_PV.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_Psat.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_RP.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_SH.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_SP.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_ST.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_SV.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_TH.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_TV.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_Tsat.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_UP.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_UV.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_VH.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_satLiquid.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setState_satVapor.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/setTemperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/soundspeed.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/speciesIndex.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/speciesName.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/speciesNames.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/temperature.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/thermalExpansionCoeff.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/thermo_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@ThermoPhase/vaporFraction.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/Transport.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/binDiffCoeffs.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/electricalConductivity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/mixDiffCoeffs.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/multiDiffCoeffs.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/private/trans_get.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/setParameters.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/setThermalConductivity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/thermalConductivity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/thermalDiffCoeffs.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/trans_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Transport/viscosity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/Wall.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/area.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/install.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/private/wallmethods.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/qdot.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/ready.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/setArea.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/setExpansionRateCoeff.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/setHeatFlux.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/setHeatTransferCoeff.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/setThermalResistance.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/setVelocity.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/vdot.m %%OCTAVE%%lib/cantera/matlab/toolbox/@Wall/wall_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/XML_Node.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/addChild.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/attrib.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/build.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/child.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/clear.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/findByID.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/findByName.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/nChildren.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/value.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/write.m %%OCTAVE%%lib/cantera/matlab/toolbox/@XML_Node/xml_hndl.m %%OCTAVE%%lib/cantera/matlab/toolbox/Air.m %%OCTAVE%%lib/cantera/matlab/toolbox/CarbonDioxide.m %%OCTAVE%%lib/cantera/matlab/toolbox/ConstPressureReactor.m %%OCTAVE%%lib/cantera/matlab/toolbox/Contents.m %%OCTAVE%%lib/cantera/matlab/toolbox/FlowReactor.m %%OCTAVE%%lib/cantera/matlab/toolbox/GRI30.m %%OCTAVE%%lib/cantera/matlab/toolbox/HFC134a.m %%OCTAVE%%lib/cantera/matlab/toolbox/Heptane.m %%OCTAVE%%lib/cantera/matlab/toolbox/Hydrogen.m %%OCTAVE%%lib/cantera/matlab/toolbox/IdealGasConstPressureReactor.m %%OCTAVE%%lib/cantera/matlab/toolbox/IdealGasReactor.m %%OCTAVE%%lib/cantera/matlab/toolbox/MassFlowController.m %%OCTAVE%%lib/cantera/matlab/toolbox/Methane.m %%OCTAVE%%lib/cantera/matlab/toolbox/Nitrogen.m %%OCTAVE%%lib/cantera/matlab/toolbox/Oxygen.m %%OCTAVE%%lib/cantera/matlab/toolbox/Reservoir.m %%OCTAVE%%lib/cantera/matlab/toolbox/Valve.m %%OCTAVE%%lib/cantera/matlab/toolbox/Water.m %%OCTAVE%%lib/cantera/matlab/toolbox/adddir.m %%OCTAVE%%lib/cantera/matlab/toolbox/canteraGitCommit.m %%OCTAVE%%lib/cantera/matlab/toolbox/canteraVersion.m %%OCTAVE%%lib/cantera/matlab/toolbox/ck2cti.m %%OCTAVE%%lib/cantera/matlab/toolbox/cleanup.m %%OCTAVE%%lib/cantera/matlab/toolbox/ctmethods.mex %%OCTAVE%%lib/cantera/matlab/toolbox/ctpath.m %%OCTAVE%%lib/cantera/matlab/toolbox/faradayconstant.m %%OCTAVE%%lib/cantera/matlab/toolbox/gasconstant.m %%OCTAVE%%lib/cantera/matlab/toolbox/gaussian.m %%OCTAVE%%lib/cantera/matlab/toolbox/getDataDirectories.m %%OCTAVE%%lib/cantera/matlab/toolbox/geterr.m %%OCTAVE%%lib/cantera/matlab/toolbox/importEdge.m %%OCTAVE%%lib/cantera/matlab/toolbox/importInterface.m %%OCTAVE%%lib/cantera/matlab/toolbox/oneatm.m %%OCTAVE%%lib/cantera/matlab/toolbox/polynom.m %%OCTAVE%%lib/cantera/matlab/toolbox/useLegacyRateConstants.m lib/libcantera.a %%PYTHON%%lib/libcantera_python3_11.so lib/libcantera_shared.so lib/libcantera_shared.so.3 -lib/libcantera_shared.so.3.1.0 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/INSTALLER -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/LICENSE.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/METADATA -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/RECORD -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/REQUESTED -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/WHEEL -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/direct_url.json -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/entry_points.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.1.0.dist-info/top_level.txt +lib/libcantera_shared.so.3.2.0 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/INSTALLER +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/LICENSE.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/METADATA +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/RECORD +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/REQUESTED +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/WHEEL +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/direct_url.json +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/entry_points.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/Cantera-3.2.0.dist-info/top_level.txt %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/__init__.pxd %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/__init__.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/_cantera%%PYTHON_TAG%%.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/_onedim.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/_onedim.pyi +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/_types.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/_utils.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/_utils.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/ck2yaml.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/ck2yaml.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/composite.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/composite.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/constants.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/constants.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/ctcxx.pxd %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/cti2yaml.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/cti2yaml.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/ctml2yaml.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/KOH.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/SiF4_NH3_mec.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/air.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/airNASA9.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/critical-properties.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/diamond.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/element-standard-entropies.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/YZA.yaml +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/air-plasma-Phelps.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/ammonia-CO-H2-Alzueta-2023.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/ammonia-Ru-Ba-YSZ-CSM-2019.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/co2-thermo.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/covdepsurf.yaml +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/methane-plasma-pavan-2023.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/n-hexane-NUIG-2015.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/oxygen-plasma-itikawa.yaml -%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/silicon_carbide.yaml +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/example_data/silicon-carbide.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/graphite.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/gri30.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/gri30_highT.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/gri30_ion.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/h2o2.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/liquidvapor.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/lithium_ion_battery.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/methane_pox_on_pt.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/nDodecane_Reitz.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/nasa_condensed.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/nasa_gas.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/ohn.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/ptcombust.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/silicon.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/sofc.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/data/water.yaml %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/delegator.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/delegator.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/drawnetwork.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/drawnetwork.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/examples/README.txt %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/func1.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/func1.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/interrupts.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/jacobians.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/jacobians.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/kinetics.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/kinetics.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/liquidvapor.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/lxcat2yaml.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/mixture.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/mixture.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/onedim.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/preconditioners.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/onedim.pyi +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/py.typed %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/reaction.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/reaction.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/reactionpath.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/reactionpath.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/reactor.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/reactor.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/solutionbase.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/solutionbase.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/speciesthermo.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/speciesthermo.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/test/README.txt %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/thermo.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/thermo.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/transport.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/transport.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/units.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/units.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/utils.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/with_units/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/with_units/solution.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/with_units/solution.pyi %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/yaml2ck.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/yamlwriter.pxd +%%PYTHON%%%%PYTHON_SITELIBDIR%%/cantera/yamlwriter.pyi libdata/pkgconfig/cantera.pc %%DATADIR%%/data/KOH.yaml +%%DATADIR%%/data/README.md %%DATADIR%%/data/SiF4_NH3_mec.yaml %%DATADIR%%/data/air.yaml %%DATADIR%%/data/airNASA9.yaml %%DATADIR%%/data/critical-properties.yaml %%DATADIR%%/data/diamond.yaml %%DATADIR%%/data/element-standard-entropies.yaml %%DATADIR%%/data/example_data/YZA.yaml +%%DATADIR%%/data/example_data/air-plasma-Phelps.yaml %%DATADIR%%/data/example_data/ammonia-CO-H2-Alzueta-2023.yaml %%DATADIR%%/data/example_data/ammonia-Ru-Ba-YSZ-CSM-2019.yaml %%DATADIR%%/data/example_data/co2-thermo.yaml %%DATADIR%%/data/example_data/covdepsurf.yaml +%%DATADIR%%/data/example_data/methane-plasma-pavan-2023.yaml %%DATADIR%%/data/example_data/n-hexane-NUIG-2015.yaml %%DATADIR%%/data/example_data/oxygen-plasma-itikawa.yaml -%%DATADIR%%/data/example_data/silicon_carbide.yaml +%%DATADIR%%/data/example_data/silicon-carbide.yaml %%DATADIR%%/data/graphite.yaml %%DATADIR%%/data/gri30.yaml %%DATADIR%%/data/gri30_highT.yaml %%DATADIR%%/data/gri30_ion.yaml %%DATADIR%%/data/h2o2.yaml %%DATADIR%%/data/liquidvapor.yaml %%DATADIR%%/data/lithium_ion_battery.yaml %%DATADIR%%/data/methane_pox_on_pt.yaml %%DATADIR%%/data/nDodecane_Reitz.yaml %%DATADIR%%/data/nasa_condensed.yaml %%DATADIR%%/data/nasa_gas.yaml %%DATADIR%%/data/ohn.yaml %%DATADIR%%/data/ptcombust.yaml %%DATADIR%%/data/silicon.yaml %%DATADIR%%/data/sofc.yaml %%DATADIR%%/data/water.yaml %%DATADIR%%/doc/LICENSE.txt %%DATADIR%%/samples/clib/CMakeLists.txt %%DATADIR%%/samples/clib/README.rst %%DATADIR%%/samples/clib/SConstruct %%DATADIR%%/samples/clib/demo.c %%DATADIR%%/samples/cxx/LiC6_electrode/CMakeLists.txt %%DATADIR%%/samples/cxx/LiC6_electrode/LiC6_electrode.cpp %%DATADIR%%/samples/cxx/LiC6_electrode/SConstruct %%DATADIR%%/samples/cxx/README.rst %%DATADIR%%/samples/cxx/bvp/BoundaryValueProblem.h %%DATADIR%%/samples/cxx/bvp/CMakeLists.txt %%DATADIR%%/samples/cxx/bvp/SConstruct %%DATADIR%%/samples/cxx/bvp/blasius.cpp %%DATADIR%%/samples/cxx/combustor/CMakeLists.txt %%DATADIR%%/samples/cxx/combustor/SConstruct %%DATADIR%%/samples/cxx/combustor/combustor.cpp %%DATADIR%%/samples/cxx/custom/CMakeLists.txt %%DATADIR%%/samples/cxx/custom/SConstruct %%DATADIR%%/samples/cxx/custom/custom.cpp %%DATADIR%%/samples/cxx/demo/CMakeLists.txt %%DATADIR%%/samples/cxx/demo/SConstruct %%DATADIR%%/samples/cxx/demo/demo.cpp %%DATADIR%%/samples/cxx/flamespeed/CMakeLists.txt %%DATADIR%%/samples/cxx/flamespeed/SConstruct %%DATADIR%%/samples/cxx/flamespeed/flamespeed.cpp %%DATADIR%%/samples/cxx/gas_transport/CMakeLists.txt %%DATADIR%%/samples/cxx/gas_transport/SConstruct %%DATADIR%%/samples/cxx/gas_transport/gas_transport.cpp %%DATADIR%%/samples/cxx/jacobian/CMakeLists.txt %%DATADIR%%/samples/cxx/jacobian/SConstruct %%DATADIR%%/samples/cxx/jacobian/derivative_speed.cpp %%DATADIR%%/samples/cxx/kinetics1/CMakeLists.txt %%DATADIR%%/samples/cxx/kinetics1/SConstruct %%DATADIR%%/samples/cxx/kinetics1/example_utils.h %%DATADIR%%/samples/cxx/kinetics1/kinetics1.cpp %%DATADIR%%/samples/cxx/openmp_ignition/CMakeLists.txt %%DATADIR%%/samples/cxx/openmp_ignition/SConstruct %%DATADIR%%/samples/cxx/openmp_ignition/openmp_ignition.cpp %%DATADIR%%/samples/cxx/rankine/CMakeLists.txt %%DATADIR%%/samples/cxx/rankine/SConstruct %%DATADIR%%/samples/cxx/rankine/rankine.cpp %%PYTHON%%%%DATADIR%%/samples/python/README.rst %%PYTHON%%%%DATADIR%%/samples/python/kinetics/README.rst %%PYTHON%%%%DATADIR%%/samples/python/kinetics/blowers_masel.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/custom_reactions.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/diamond_cvd.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/extract_submechanism.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/interactive_path_diagram.py -%%PYTHON%%%%PYTHON%%%%DATADIR%%/samples/python/kinetics/jet_stirred_reactor.py +%%PYTHON%%%%DATADIR%%/samples/python/kinetics/jet_stirred_reactor.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/lithium_ion_battery.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/mechanism_reduction.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/reaction_path.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/shock_tube.py %%PYTHON%%%%DATADIR%%/samples/python/kinetics/sofc.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/README.rst %%PYTHON%%%%DATADIR%%/samples/python/onedim/adiabatic_flame.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/burner_flame.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/catalytic_combustion.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/diffusion_flame.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/diffusion_flame_batch.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/diffusion_flame_continuation.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/diffusion_flame_extinction.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/flame_fixed_T.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/flame_initial_guess.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/flame_speed.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/flame_speed_convergence_analysis.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/flamespeed_sensitivity.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/ion_burner_flame.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/ion_free_flame.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/premixed_counterflow_flame.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/premixed_counterflow_twin_flame.py %%PYTHON%%%%DATADIR%%/samples/python/onedim/stagnation_flame.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/1D_packed_bed.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/1D_pfr_surfchem.py -%%PYTHON%%%%DATADIR%%/samples/python/reactors/NonIdealShockTube.py -%%PYTHON%%%%DATADIR%%/samples/python/reactors/PorousMediaBurner.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/README.rst %%PYTHON%%%%DATADIR%%/samples/python/reactors/combustor.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/continuous_reactor.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/custom.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/custom2.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/fuel_injection.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/ic_engine.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/mix1.py +%%PYTHON%%%%DATADIR%%/samples/python/reactors/nanosecond_pulse_discharge.py +%%PYTHON%%%%DATADIR%%/samples/python/reactors/non_ideal_shock_tube.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/periodic_cstr.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/pfr.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/piston.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/plasma.py +%%PYTHON%%%%DATADIR%%/samples/python/reactors/porous_media_burner.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/preconditioned_integration.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/reactor1.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/reactor2.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/sensitivity1.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/surf_pfr.py %%PYTHON%%%%DATADIR%%/samples/python/reactors/surf_pfr_chain.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/README.rst %%PYTHON%%%%DATADIR%%/samples/python/thermo/adiabatic.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/coverage_dependent_surf.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/critical_properties.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/equations_of_state.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/equivalenceRatio.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/isentropic.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/isentropic_units.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/mixing.py +%%PYTHON%%%%DATADIR%%/samples/python/thermo/plasma-eedf.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/plasma_equilibrium.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/rankine.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/rankine_units.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/sound_speed.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/sound_speed_units.py %%PYTHON%%%%DATADIR%%/samples/python/thermo/vapordome.py %%PYTHON%%%%DATADIR%%/samples/python/transport/README.rst %%PYTHON%%%%DATADIR%%/samples/python/transport/dusty_gas.py +%%PYTHON%%%%DATADIR%%/samples/python/transport/high_pressure_transport.py %%PYTHON%%%%DATADIR%%/samples/python/transport/multiprocessing_viscosity.py -%%OCTAVE%%%%DATADIR%%/samples/matlab/PFR_solver.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/Plug_Flow_Reactor.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/catcomb.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/conhp.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/conuv.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/diffflame.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/equil.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/flame.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/flame1.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/flame2.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/ignite.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/ignite_hp.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/ignite_uv.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/isentropic.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/lithium_ion_battery.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/periodic_cstr.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/prandtl1.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/prandtl2.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/rankine.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/reactor1.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/reactor2.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/reactor_ode.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/surfreactor.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/test_examples.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/tut1.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/tut2.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/tut3.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/tut4.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/tut5.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/tut6.m -%%OCTAVE%%%%DATADIR%%/samples/matlab/tut7.m share/man/man1/ck2yaml.1.gz share/man/man1/cti2yaml.1.gz share/man/man1/ctml2yaml.1.gz +share/man/man1/lxcat2yaml.1.gz share/man/man1/yaml2ck.1.gz