-
Recent Posts
Recent Comments
- 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
- Link on Multidimensional Arrays in Javascript
Categories
Meta
July 2022 M T W T F S S « Jun 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: Software
BA Webinar Series 06: What BAs Should Know About Software
Today I gave this webinar for the Tampa IIBA Lunch and Learn Series. The slides are here.
Unified Theory of Business Analysis: Part Three
How The Most Commonly Used Software Tools Apply to the Solution Effort and the Engagement Effort Continuing last week’s discussions I wanted to analyze how business analysts tend to apply their favorite software tools. Excel (24) Microsoft Excel is such … Continue reading
Book: Facts and Fallacies of Software Engineering
This week I read the book Facts and Fallacies of Software Engineering by Robert L. Glass, in preparation for attending a new meetup devoted to discussing classic books about software development. The author opines that the information in the book … Continue reading
Implementing the Efficient Matrix Solution for Special Classes of Engineering Problems
Yesterday I described how to set up a matrix for efficient solution, today I’ll describe how to actually execute the solution. I plan to go back and revisit the intermediate steps but I wanted to show how this series of … Continue reading
Posted in Software
Tagged efficiency, matrix solution techniques, sim_presentation_series, Software
Leave a comment
How My Core Competencies Map To Working With Customer Systems
I created the figure below while I was working out the requirements for a simulation tool that would support analysis of this kind of system. While this diagram represents a fairly specific example of the set of things I’ve been … Continue reading
Posted in Management
Tagged analysis, Experience, learning, management, Scrum, Software, system architecture
Leave a comment
Context for the Graph Project
A friend asked me what my recent series of posts is trying to communicate, so here is a brief rundown. When not writing here about my previous experience or reactions to things I’ve seen or read, the goal is to … Continue reading
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
Simulation: Continuing Yesterday’s Analysis
Yesterday I analyzed some of the considerations involved in modeling a section of a petrochemical refining process, namely that of hydrodesulfurization. That is adding hydrogen to hydrocarbons containing sulfur in the presence of a catalyst at an elevated temperature so … Continue reading
Posted in Simulation
Tagged chemical reactions, modeling, oil refineries, petrochemicals, simulation, Software, training
Leave a comment
What Drives The Scale Of A Business Or Simulation System?
The scale of a business or simulation (continuous or discrete-event) system can be driven by a number of factors. Scale can be measured in terms of CPU cycles, communication bandwidth, disk storage, dynamic memory usage, power consumption, and perhaps other … Continue reading
Posted in Tools and methods
Tagged business processes, granularity, modeling, parameters, simulation, Software
Leave a comment