-
Recent Posts
Recent Comments
- R.P. Churchill on TWSL Series 07: Discovery and Data Collection
- R.P. Churchill on A Simulationist’s Framework for Business Analysis: Round Two
- LN on A Simulationist’s Framework for Business Analysis: Round Two
- R.P. Churchill on Starting to Learn About the Java Memory Model
- R.P. Churchill on Multidimensional Arrays in Javascript
Categories
Meta
December 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: curve fitting
The Steam Table Form… Finally!
About two months ago I started making a web form that allowed a user to calculate thermodynamic values for saturated water as functions of either temperature and pressure. I got sidetracked for quite a while working on the graphing capability … Continue reading
Posted in Tools and methods
Tagged curve fitting, jQuery, thermodynamics, user entry forms
Leave a comment
Extending the Thermodynamic Functions To Their Full Range: Functions vs. Pressure
While finishing up the process of generating the plots of the thermodynamic functions vs. pressure I found an issue with how plots are drawn on the x-axis when the x-axis has a logarithmic scale. I calculated numeric values for every … Continue reading
Extending the Thermodynamic Functions To Their Full Range
Today I extended all 24 functions to their full range, 0-705.44 °F and 0.08866-3203.6 psi. I’ve shown the functions vs. temperature; the functions vs. pressure are generally derived from the same lines in the steam tables so the only difference … Continue reading
Fixing the Thermodynamic Functions for Saturated Water As A Function of Temperature
I’ve updated five of the thermodynamic property functions vs. temperature. Note that most of these define properties only up to a bit above 600 °F and, more importantly, to 1800 psi. The values for saturated water are defined up to … Continue reading
Steam Table Functions, Curve Fitting, and Yes, the Graph Project
I’m finally detouring back to fixing the handful of errant segments in the steam table functions I created for my simulation work in the early 90s. This graph, originally posted on March 16th, shows a hiccup in the segment from … Continue reading
Posted in Tools and methods
Tagged canvas, curve fitting, graph project, thermodynamics
Leave a comment
Reverse Engineering Or… What Was It I Was Trying To Do There?
While continuing the process of turning the JavaScript graph widget into an object I found I needed to create labels of various kinds, which you see added in the examples below. I also wanted to test out some more of … Continue reading
Posted in Tools and methods
Tagged curve fitting, graph project, JavaScript, simulation, thermodynamics
Leave a comment
Checking My Steam Table Functions
While I was working out a steam table page yesterday I found it necessary to graph the functions out as a means of verifying them. Here’s the first graph I created in JavaScript. It shows not only the curve of … Continue reading
Posted in Simulation
Tagged curve fitting, simulation, Software, thermodynamics, tools
Leave a comment
Steam Tables (and Thermodynamic Properties of Fluids In General)
A little while ago I was ruminating on the subject of needing to know the thermodynamic properties of materials before you could do simulations of those materials. I therefore figured I’d spend the week dusting off some old functions I’d … Continue reading
Posted in Simulation
Tagged curve fitting, simulation, Software, thermodynamics, tools
Leave a comment