File:Brayton Engineering Thermodynamics.png

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Brayton_Engineering_Thermodynamics.png(126 × 127 pixels, file size: 896 bytes, MIME type: image/png)

brayton cycle

prologues := 2;
beginfig(1);
  numeric u;
  u := .4cm;
  drawarrow (0, 0) -- (10u, 0);
  label.bot("V", (10u, 0));
  drawarrow (0, 0) -- (0, 10u);
  label.lft("p", (0, 10u));
  pair p, q, r, s;
  p := (4u, 8u);
  q := (9u, 3u);
  s := p shifted -(2u, 0);
  r := q shifted -(1.5u, 0);
  dotlabel.top("1", s);
  draw s .. p;
  dotlabel.top("2", p);
  draw p .. controls (((p + q)/2) shifted -(.5u, .5u)) ..  q;
  dotlabel.bot("3", q);
  draw r .. controls (((s + r)/2) shifted -(.5u, .5u)) ..  s;
  dotlabel.bot("4", r);
  draw q .. r;
  currentpicture := currentpicture shifted -llcorner currentpicture;
endfig;
end;

Licensing[edit | edit source]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:35, 20 March 2004Thumbnail for version as of 15:35, 20 March 2004126 × 127 (896 bytes)Norman Weiner (discuss | contribs)brayton cycle