File:Carnot Wirkungsgrad.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 503 × 411 pixels, file size: 29 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Deutsch: Carnot-Wirkungsgrad
Date 16 May 2014, 21:52:31
Source Own work
Author Menner
SVG development
InfoField
The basic image is created with Octave, the C°-scale was later integrated using inkscape
 
The SVG code is valid.
 
This vector image was created with GNU Octave.

Matlab

%
% Diagramm Carnot-Wirkungsgrad
%
% Menner 2014
%

Titel = "Carnot-Wirkungsgrad";

Text_eta = "Wirkungsgrad η";

T_W = 150:10:1600; % 140 Werte
Text_T_W = "Temperatur TH in Kelvin";
 
T_K1 = 173
T_K2 = 273
T_K3 = 373;
Text_T_K1 = "TK1 = 173 K";
Text_T_K2 = "TK2 = 273 K";
Text_T_K3 = "TK3 = 373 K";
 
% T_W_multi = [T_W; T_W; T_W];
 
% eins_multi = ones;
 
% eta = 1-T_K/T_W
 
eta_1 = 1 - T_K1./T_W;
eta_2 = 1 - T_K2./T_W;
eta_3 = 1 - T_K3./T_W;


eta = [eta_1; eta_2; eta_3];
size(eta)
ylim([0 1])

plot([273 273], ylim, "color", "k", "linewidth", 1.); % 0°C Linie

hold("on");

plot([T_W; T_W; T_W]', eta', "linewidth", 1.)

ylim([0 1]);
xlim([min(T_W), max(T_W)]);
title(Titel, "fontsize", 14);

xlabel(Text_T_W, "fontsize", 12);
ylabel(Text_eta, "fontsize", 12);

legend_set = legend("T = 0 °C", Text_T_K1, Text_T_K2, Text_T_K3, "location", "southeast");

set(legend_set, "fontsize", 12);

% grid();

set (gca(), "linewidth", 1.5);

printf("Weiter mit beliebiger Taste\n");
pause;
 
print("carnot_wirkungsgrad.svg", "-dsvg", "-S1000,800")

Source code
InfoField

SVG code

Source code
%
% Diagramm Carnot-Wirkungsgrad
%
% Menner 2014
%

Titel = "Carnot-Wirkungsgrad";

Text_eta = "Wirkungsgrad η";

T_W = 150:10:1600; % 140 Werte
Text_T_W = "Temperatur TH in Kelvin";
 
T_K1 = 173
T_K2 = 273
T_K3 = 373;
Text_T_K1 = "TK1 = 173 K";
Text_T_K2 = "TK2 = 273 K";
Text_T_K3 = "TK3 = 373 K";
 
% T_W_multi = [T_W; T_W; T_W];
 
% eins_multi = ones;
 
% eta = 1-T_K/T_W
 
eta_1 = 1 - T_K1./T_W;
eta_2 = 1 - T_K2./T_W;
eta_3 = 1 - T_K3./T_W;


eta = [eta_1; eta_2; eta_3];
size(eta)
ylim([0 1])

plot([273 273], ylim, "color", "k", "linewidth", 1.); % 0°C Linie

hold("on");

plot([T_W; T_W; T_W]', eta', "linewidth", 1.)

ylim([0 1]);
xlim([min(T_W), max(T_W)]);
title(Titel, "fontsize", 14);

xlabel(Text_T_W, "fontsize", 12);
ylabel(Text_eta, "fontsize", 12);

legend_set = legend("T = 0 °C", Text_T_K1, Text_T_K2, Text_T_K3, "location", "southeast");

set(legend_set, "fontsize", 12);

% grid();

set (gca(), "linewidth", 1.5);

printf("Weiter mit beliebiger Taste\n");
pause;
 
print("carnot_wirkungsgrad.svg", "-dsvg", "-S1000,800")
I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:22, 16 September 2016Thumbnail for version as of 18:22, 16 September 2016503 × 411 (29 KB)Jahobr (talk | contribs)(trying to) fix rendering errors
18:11, 16 September 2016Thumbnail for version as of 18:11, 16 September 2016489 × 400 (29 KB)Jahobr (talk | contribs)c scale integrated; letter sizes hopefully better (fixed?)
18:01, 16 September 2016Thumbnail for version as of 18:01, 16 September 2016512 × 410 (22 KB)Jahobr (talk | contribs)Reverted to version as of 20:27, 16 May 2014 (UTC)
17:59, 16 September 2016Thumbnail for version as of 17:59, 16 September 2016485 × 400 (34 KB)Jahobr (talk | contribs)c scale integrated; letter sizes hopefully better
20:27, 16 May 2014Thumbnail for version as of 20:27, 16 May 2014512 × 410 (22 KB)Menner (talk | contribs)refinements
19:55, 16 May 2014Thumbnail for version as of 19:55, 16 May 2014512 × 410 (23 KB)Menner (talk | contribs)User created page with UploadWizard

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata