TransientPSRSetVolumeEnergyConservation#

class ansys.chemkin.core.stirreactors.transient_PSR.TransientPSRSetVolumeEnergyConservation(reactor_condition: ansys.chemkin.core.inlet.Stream, label: str = '')#

Bases: TransientPSR

Transient PSR model with reactor volume 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 TransientPSRSetVolumeEnergyConservation

Property detail#

property TransientPSRSetVolumeEnergyConservation.heat_loss_rate: float#

Get heat loss rate from the reactor to the surroundings.

property TransientPSRSetVolumeEnergyConservation.heat_transfer_coefficient: float#

Get heat transfer coefficient between the reactor and the surroundings.

property TransientPSRSetVolumeEnergyConservation.ambient_temperature: float#

Get ambient temperature.

property TransientPSRSetVolumeEnergyConservation.heat_transfer_area: float#

Get heat transfer area between the reactor and the surroundings.