Wolfram Computation Meets Knowledge

Stirling Cycle for a Heat Engine

The Stirling cycle is a thermodynamic cycle that describes the general class of Stirling devices.

The thermal efficiency equals 1 minus the ratio of the cold temperature of the cycle to the hot temperature of the cycle.

Formula

QuantityVariable[Subscript["η", "th"], "ThermalEfficiency"] == 1 - QuantityVariable[Subscript["T", "c"], "Temperature"]/QuantityVariable[Subscript["T", "h"], "Temperature"]

symbol description physical quantity
ηth thermal efficiency "ThermalEfficiency"
Tc cold reservoir temperature "Temperature"
Th hot reservoir temperature "Temperature"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Stirling Cycle for a Heat Engine"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Stirling Cycle for a Heat Engine"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["Stirling Cycle for a Heat Engine"], {QuantityVariable[
\!\(\*SubscriptBox[\("T"\), \("c"\)]\),"Temperature"] -> 
   Quantity[300, "Kelvins"], QuantityVariable[
\!\(\*SubscriptBox[\("\[Eta]"\), \("th"\)]\),"ThermalEfficiency"] -> 
   Quantity[0.8`, ("Joules")/("Joules")]}]
Out[3]=

Source Metadata

Publisher Information