My espresso boiler temperature controller project

AI Thread Summary
The discussion centers on a project to create a temperature controller for an espresso machine, motivated by studies in Mechanical Engineering. The user aims to improve espresso quality by implementing a PID controller to maintain consistent brew temperatures, moving away from the original machine's unreliable thermostat system. A test rig has been constructed using components from a GE espresso machine, with an Arduino controlling a solid-state relay for the heating element. The user is also developing a theoretical model of the boiler's thermal dynamics, exploring lumped capacitance and Biot numbers to assess the model's accuracy. The thread serves as a platform for documenting progress and seeking guidance on the project.
mbrady
Messages
4
Reaction score
0
So, I've been thinking about this for years as I've began studying Mechanical Engineering, but I never felt like I had the time or expertise to undertake the project: to make my own temperature controller at the heart of a fully functional and high quality espresso machine. It wasn't until this semester, when I began taking Thermofluids II and Sensors & Controls, that I felt that this was a manageable idea. Learning about how to work with conduction, convection, and control systems seem to be the final pieces of the puzzle. I hope to use this thread to document what I've done so far and to ask for help with what remains.

Note: this is a work in progress and I have not even come close to completing it

1) Background
I purchased a GE espresso machine, model 169108. After running it as is for a few weeks, it made passable espresso, but the brew temperature and shot times varied widely, leading to inconsistent taste. After reading about performance modifications to much more expensive machines, it became apparent that the most effective one was put the heating coil power and thus the water temperature in the hands of a well-tuned PID controller. Instead of relying on thermostats to switch the heating coils on and off at intervals to keep the water within manageable limits, the PID controller promises negative feedback logic to 'intelligently' determine how much power to give the coils, keeping the water temperature at a consistent, precise value.

2) The Setup
The only components that remain from the original machine are the 900W stainless still (I think) boiler and a 41W vibration pump. To construct a simple test rig to tune my PID controller, the boiler and pump were mounted on wooden stands outside of the original case. A 10A solid-state relay is switched on and off by an Arduino microcontroller to control current to the boiler (the coil resistance is about 16.7Ω, which at 120V should draw around 7.5A at its rated 900W maximum power). Power to the water pump is controlled by a simple manual switch to initially fill the boiler with water and later to pump the heated water out of the boiler and out of the espresso machine. Later this will be controlled by the Arduino as well.

3) Building a model

I wanted to take what I’d learned in Thermofluids II to build a theoretical model of the boiler including convection of the heating coil power through the water and onto the boiler inside wall, conduction through the wall, and convection of the heat away from the outer wall by ambient air. My immediate thought was to employ a lumped capacitance model to simplify things, which seems to require an assumption of uniform temperature distribution. The Biot number of a surface, to my understanding, represents the ratio of energy transfer by convection to that by conduction. If the Biot number is much less than one, much more heat is conducted into the material than is lost through convection so that the surface behaves as a fully charged capacitor, and thus can be assumed to have a fully uniform temperature distribution. The Biot numbers were calculated as follows:

Bi=\frac{hL_C}{k_b}
The inner and outer Biot numbers were calculated to be 0.176 and 0.779, respectively; I don’t think they qualify as “much less than” one. Does this mean I cannot expect reasonable accuracy using a model based on lumped capacitance? Where might I head from here?
 
Engineering news on Phys.org
Yeah, the textbooks usually say that Bi < 0.1.

I ofter use a 1D model for a short cylinder I developed for these kind of problems. When I compare, I can see the lumped capacity quickly losing accuracy near the Bi < 0.1 limit.

The 1D model of a short cylinder is not too bad to set up. See P. 242-247 of Incropera & DeWitt, "Fundementals of Heat and Mass Transfer," 4th Edition or your (much newer) Thermofluid text may have this.
 
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'd like to create a thread with links to 3-D Printer resources, including printers and software package suggestions. My motivations are selfish, as I have a 3-D printed project that I'm working on, and I'd like to buy a simple printer and use low cost software to make the first prototype. There are some previous threads about 3-D printing like this: https://www.physicsforums.com/threads/are-3d-printers-easy-to-use-yet.917489/ but none that address the overall topic (unless I've missed...
Back
Top