\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{fourier}
\usepackage[a5paper,margin=15mm]{geometry}
\usepackage{tikzphysics}
\pagestyle{empty}
\begin{document}
\section*{U tube}
\begin{center}
\begin{tikzpicture}
\pic (F) {u tube diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{u tube diagram\};}
\newpage
\section*{Gas manometer}
\begin{center}
\begin{tikzpicture}
\pic (F) {gas manometer};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{gas manometer\};}
\newpage
\section*{Hydraulic press}
\begin{center}
\begin{tikzpicture}
\pic (F) {hydraulic press};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{hydraulic press\};}
\newpage
\section*{Fluid cylinder}
\begin{center}
\begin{tikzpicture}
\pic (F) {fluid cylinder diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{fluid cylinder diagram\};}
\newpage
\section*{Fluid tank}
\begin{center}
\begin{tikzpicture}
\pic (F) {fluid tank diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{fluid tank diagram\};}
\newpage
\section*{Pressure element}
\begin{center}
\begin{tikzpicture}
\pic (F) {pressure element diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{pressure element diagram\};}
\newpage
\section*{Rotating tube}
\begin{center}
\begin{tikzpicture}
\pic (F) {rotating tube};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{rotating tube\};}
\newpage
\section*{Rotating fluid}
\begin{center}
\begin{tikzpicture}
\pic (F) {rotating fluid diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{rotating fluid diagram\};}
\newpage
\section*{Buoyancy}
\begin{center}
\begin{tikzpicture}
\pic (F) {buoyancy};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{buoyancy\};}
\newpage
\section*{Flow tube}
\begin{center}
\begin{tikzpicture}
\pic (F) {flow tube diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{flow tube diagram\};}
\newpage
\section*{Meniscus}
\begin{center}
\begin{tikzpicture}
\pic (F) {meniscus diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{meniscus diagram\};}
\newpage
\section*{Capillary}
\begin{center}
\begin{tikzpicture}
\pic (F) {capillary};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{capillary\};}
\newpage
\section*{Surface tension ring}
\begin{center}
\begin{tikzpicture}
\pic (F) {surface tension ring};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{surface tension ring\};}
\newpage
\section*{Liquid ring}
\begin{center}
\begin{tikzpicture}
\pic (F) {liquid ring diagram};
\end{tikzpicture}
\end{center}
\noindent\texttt{\string\pic (F) \{liquid ring diagram\};}
\end{document}
