The batchreactor.py module#

Summary#

BatchReactors

Generic Chemkin 0-D transient closed homogeneous reactor model.

GivenPressureBatchReactorFixedTemperature

Chemkin 0-D transient closed homogeneous reactor model.

GivenPressureBatchReactorEnergyConservation

Chemkin 0-D transient closed homogeneous reactor model.

GivenVolumeBatchReactorFixedTemperature

Chemkin 0-D transient closed homogeneous reactor model.

GivenVolumeBatchReactorEnergyConservation

Chemkin 0-D transient closed homogeneous reactor model.

calculate_effective_activation_energy

Estimate the effective reduced activation energy.

Description#

Chemkin closed homogeneous reactor model.

Module detail#

batchreactor.calculate_effective_activation_energy(initial_mixture: ansys.chemkin.core.mixture.Mixture, duration: float = 0.01, perturb: float = 0.02, model: str = 'CONV') tuple[float, float]#

Estimate the effective reduced activation energy.