induction-motor

../_images/sphx_glr_induction-motor.svg
\documentclass[]{standalone}

\usepackage[]{graphicx}

\usepackage[]{luatexja-preset}

\usepackage{amsmath,amssymb,amsfonts,bm,mathrsfs}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.17}
\tikzset{>=latex}
\usetikzlibrary{arrows,arrows.meta}
\usepackage{steinmetz}
\newcommand*{\equal}{=}

\usepackage{tikz-3dplot}
\usepackage[european resistors]{circuitikz}
\usetikzlibrary{decorations.markings}

\tikzset{->-/.style={decoration={
  markings,
  mark=at position #1 with {\arrow{>}}},postaction={decorate}}}
\tikzset{-<-/.style={decoration={
      markings,
      mark=at position #1 with {\arrow{<}}},postaction={decorate}}}

\begin{document}
    \begin{circuitikz}
      \draw (0,0) to[sV, v=$\bm{E}$] (0,3) to[R,l=$r_1$,i>^=$\bm{I}$] (2,3) to [L,l=$x_1$] (3,3) -- (4,3) -- (5.5,3) node[currarrow,midway] {} node[above,midway] {$\bm{I}_1'$} to[L, v_<=$\bm{E}_1$] (5.5,0)--(0,0);
      \draw (4,3) --(4,2.5) node[currarrow,rotate=-90,midway] {} node[midway,right] {$\bm{I_0}$}-- (4.5, 2.5) to[L,l_=$x_0$] (4.5, 0.5) -- (4,0.5) -- (4,0);
      \draw (4,3) --(4,2.5) -- (3.5, 2.5) to[R,l_=$r_0$] (3.5, 0.5) -- (4,0.5) -- (4,0);
      \draw (6,0) to[L,v_>=$\bm{E}_2$] (6,3) to[R, l=$r_2'$,i>^=$I_2'$] (8,3) to[L,l=$x_2'$] (9.5,3) to[vR,l=$R'\equal (\frac{1-s}{s})r'_2$] (9.5,0) -- (6,0);
      \draw[dashed] (5.75,-0.5) node[left=8pt,above=2pt]{$\leftarrow$} node[left]{\footnotesize{一次(固定子巻線)側}} node[right=8pt,above=2pt]{$\rightarrow$} node[right]{\footnotesize{二次(回転子)側}}--(5.75,4) ;
    \end{circuitikz}

\end{document}