TransientPSRSetResTimeEnergyConservation#
- class ansys.chemkin.core.stirreactors.transient_PSR.TransientPSRSetResTimeEnergyConservation(guessedmixture: ansys.chemkin.core.inlet.Stream, label: str | None = None)#
Bases:
TransientPSRTransient PSR with given reactor residence time and solve energy equation.
Overview#
Get heat loss rate from the reactor to the surroundings. |
|
Get heat transfer coefficient between the reactor and the surroundings. |
|
Get ambient temperature. |
|
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.