TransientPSRSetVolumeEnergyConservation#
- class ansys.chemkin.core.stirreactors.transient_PSR.TransientPSRSetVolumeEnergyConservation(reactor_condition: ansys.chemkin.core.inlet.Stream, label: str = '')#
Bases:
TransientPSRTransient PSR model with reactor volume 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 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.