Some basic PV (pressure-volume) diagrams with isothermal, isochoric, isobaric or adiabatic processes, including the Otto cycle and Carnot cycle. For more figures related to thermodynamics, see the “thermodynamics” category.

PV diagram for a constant pressure P:thermodynamics_PV_diagrams-001.png
PV diagram for a constant volume V:thermodynamics_PV_diagrams-002.png
PV diagram with an isotherm (constant temperature T):thermodynamics_PV_diagrams-003.png
PV diagram of a simple, engine:thermodynamics_PV_diagrams-004.png
Connecting isotherms via different paths in PV by adding heat Q to the system:thermodynamics_PV_diagrams-005.png
Specific heat capacities for constant pressure (CP) or constant volume (CV):thermodynamics_PV_diagrams-006.png
Connecting isotherms with an adiabatic process:thermodynamics_PV_diagrams-007.png
The work done by an adiabatic process is given by the area:thermodynamics_PV_diagrams-008.png
PV diagram for the Otto cycle:thermodynamics_PV_diagrams-009.png
PV diagram for the Carnot cycle:thermodynamics_PV_diagrams-010.png

Edit and compile if you like:

% Author: Izaak Neutelings (June, 2018)
\documentclass[border=3pt,tikz]{standalone}
\usepackage{tikz}
\usepackage{amsmath} % for \text
\usepackage[outline]{contour} % glow around text
\usetikzlibrary{arrows.meta} % to control arrow size
\tikzset{>={Latex[length=4,width=4]}} % for LaTeX arrow head
\usetikzlibrary{calc,decorations.markings,arrows.meta}
\usepackage{xcolor} % for colored text
\contourlength{1.2pt}
\colorlet{mylightblue}{blue!20}
\colorlet{myblue}{blue!80!black}
\colorlet{mydarkblue}{blue!30!black}
\colorlet{mylightred}{red!10}
\colorlet{myred}{red!80!black}
\colorlet{mydarkred}{red!60!black}
\colorlet{mydarkgreen}{green!30!black}
%\tikzstyle{midarr}=[decoration={markings,mark=at position 0.5 with {\arrow{stealth}}},postaction={decorate}]
\tikzset{
midarr/.style={decoration={markings,mark=at position #1 with {\arrow{stealth}}},postaction={decorate}},
midarr/.default=0.5
}
\def\xtick#1#2{\draw[thick] (#1)++(0,.1) --++ (0,-.2) node[below=-.5pt,scale=0.9] {#2};}
\def\ytick#1#2{\draw[thick] (#1)++(.1,0) --++ (-.2,0) node[left=-.5pt,scale=0.9] {#2};}
\begin{document}
% PV diagram - constant P
\def\N{40} % number of plot samples
\def\xmax{3}
\def\ymax{2.5}
\begin{tikzpicture}
% AREA
\coordinate (A) at (.2*\xmax,.8*\ymax);
\coordinate (B) at (.8*\xmax,.8*\ymax);
\coordinate (C) at (.8*\xmax,.2*\ymax);
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Click to download: thermodynamics_PV_diagrams.texthermodynamics_PV_diagrams.pdf
Open in Overleaf: thermodynamics_PV_diagrams.tex

3 Replies to “PV diagrams”

  1. I think there is an error in the Carnot cycle. Q_{in} and Q_{out} arrows should go in the isothermal transformations, not in the adiabatic ones. They can’t change heat by definition.

  2. There are two kinds of the mechanial work, displacement work and shaft work. In the reversible adiabatic processes, the system produces different amount of mechanical work between the same initial and final states. The amount of shaft work produced is more than the displacement work. Therefore,the shaft work Ws should be used instead of the displacement work W in the diagrams.

Leave a Reply

Your email address will not be published.