PFREnergyConservation#
- class ansys.chemkin.core.flowreactors.PFR.PFREnergyConservation(inlet, label: str = 'PFR')#
Bases:
PlugFlowReactorPlug Flow Reactor (PFR) model with energy equation.
Overview#
Specify reactor heat transfer area per reactor length profile. |
|
Specify reactor heat loss rate per length profile. |
|
Specify axial velocity profile along the plug-flow reactor. |
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. |
Import detail#
from ansys.chemkin.core.flowreactors.PFR import PFREnergyConservation
Property detail#
- property PFREnergyConservation.heat_loss_rate: float#
Get heat loss rate from the reactor to the surroundings.
- property PFREnergyConservation.heat_transfer_coefficient: float#
Get heat transfer coefficient between the reactor and the surroundings.
- property PFREnergyConservation.ambient_temperature: float#
Get ambient temperature.
- property PFREnergyConservation.heat_transfer_area: float#
Get heat transfer area.
Method detail#
- PFREnergyConservation.set_heat_transfer_area_profile(x: numpy.typing.NDArray[numpy.double], area: numpy.typing.NDArray[numpy.double]) int#
Specify reactor heat transfer area per reactor length profile.
- PFREnergyConservation.set_heat_loss_profile(x: numpy.typing.NDArray[numpy.double], qloss: numpy.typing.NDArray[numpy.double]) int#
Specify reactor heat loss rate per length profile.
- PFREnergyConservation.set_velocity_profile(x: numpy.typing.NDArray[numpy.double], vel: numpy.typing.NDArray[numpy.double]) int#
Specify axial velocity profile along the plug-flow reactor.