File:Ideal Gas.svg

Summary

Description
English: The Ideal Gas Law PV = RT illustration.
Date
Source Own work
Author IkamusumeFan

Gnuplot

# Author: Ika, 2013/08/29

set term svg size 800,600 enhanced font 'Times,12'
set output 'Ideal_Gas.svg'

set multiplot

set cntrparam levels auto 20
set contour base
set isosamples 60,60
set samples 60,60
set xlabel "P"
set ylabel "V"
set zlabel "T"
set xrange [0:10000]
set yrange [0:10000]
set zrange [0:12100000]
set box
#set view 65,45
# Draw the surface
set pm3d
set hidd
unset key
set colorbox
set palette defined (-1 "green", 1 "yellow")
i = {0.0,1.0}
splot x*y/8.31
# Draw the lines
unset cntrparam
unset contour
unset pm3d
unset hidd
set isosamples 20,20
set samples 20,20
splot x*y/8.31 lt rgb "black"

unset multiplot
set term x11
set output

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#Ideal%20Gas.svg
Category:Self-published work Category:Images with Gnuplot source code Category:Surface plots Category:Classical ideal gas
Category:CC-BY-SA-3.0 Category:Classical ideal gas Category:Images with Gnuplot source code Category:Self-published work Category:Surface plots