% !TEX encoding = UTF-8 Unicode
% J.Roussel
% Ce document regroupe les codes TIKZ des figures utilisées pour le cours "Systèmes en équilibre thermique" situé à la page http://femto-physique.fr/physique_statistique/phystat_C2.php
\documentclass[11pt]{article}
\input{styles_phystat}
\title{Figures TIKZ du cours "Systèmes thermalisés}
\begin{document}
%========== Système en équilibre thermique ============================================
\begin{tikzpicture}[decoration={markings,mark=at position 1cm with {\arrow[red]{stealth};}}]
\draw[draw=black,double=white,thin,double distance=2pt,fill=SkyBlue!20] (-4,-1.5)rectangle(4,1.5);
\draw[very thick] (-1,0) circle(1.2);
\draw (-2,-1.5) node[below=2pt] {\small Syst\`eme isol\'e};
\node (S1) at (-1,-0.5){$\mathcal{S}$};
\node(T1) at (1,-0.5){$\mathcal{T}$};
\draw (2,1) node[below,text width=3cm,text centered]{\footnotesize{température $T$}};
\draw (-1,1) node[below,text width=2cm,text centered]{\footnotesize $E$ fluctue $N$, $V$ fix\'es } ;
\draw[auto,bend right,<-] (S1.south) to node[below,pos=0.5] {\tiny $Q$} (T1.south);
\end{tikzpicture}
%=============================================================
\end{document}