TransientPSRSetResTimeEnergyConservation#

class ansys.chemkin.core.stirreactors.transient_PSR.TransientPSRSetResTimeEnergyConservation(guessedmixture: ansys.chemkin.core.inlet.Stream, label: str | None = None)#

Bases: TransientPSR

Transient PSR with given reactor residence time and solve energy equation.

Overview#

heat_loss_rate

Get heat loss rate from the reactor to the surroundings.

heat_transfer_coefficient

Get heat transfer coefficient between the reactor and the surroundings.

ambient_temperature

Get ambient temperature.

heat_transfer_area

Get heat transfer area between the reactor and the surroundings.

Import detail#

from ansys.chemkin.core.stirreactors.transient_PSR import TransientPSRSetResTimeEnergyConservation

Property detail#

property TransientPSRSetResTimeEnergyConservation.heat_loss_rate: float#

Get heat loss rate from the reactor to the surroundings.

property TransientPSRSetResTimeEnergyConservation.heat_transfer_coefficient: float#

Get heat transfer coefficient between the reactor and the surroundings.

property TransientPSRSetResTimeEnergyConservation.ambient_temperature: float#

Get ambient temperature.

property TransientPSRSetResTimeEnergyConservation.heat_transfer_area: float#

Get heat transfer area between the reactor and the surroundings.