yes, that'd be it. Think of it as that much generation already warm, up to steam pressure and speed, so all you have to do is open the throttle valves . Throttle valves are driven by hydraulic servomotors and capable of very fast motion, well under a second . The boiler's inertia provides energy during time it takes for fuel and air flows to respond - they're slower , on order of a few seconds (more than one less than ten).
So boiler response will be an initial sag in pressure then recovery hopefully with perfect damping ie barely perceptible overshoot.
Sure, you have an energy inventory in each part of the machine, and inflow and an outflow
instead of mass flowrates use BTU or kiloJoule flowrates.
That's all a power plant is - a machine that transports energy, changing its form along the way-
from chemical (or nuclear) to thermal to mechanical finally to electrical
coal has maybe 10,000 btu/lb
steam energy content you get from steam tables, nuke plant maybe 800 psi ~1200BTU/lb
fossil more like 1000F 2400psi maybe 1460BTU/lb
a BTU is 778 ft-lbs
and a kilowatt hour is 3412.7 BTU or 2.66e
6 million (oops) ft-lbs
lots of conversions here
https://www.engineeringtoolbox.com/
the principle is easy but the units make your equations look messy
if i ever did such a calculation it was around 1970 and you'll understand that memory fades over time
you ought to give it a try
i did such things in days of Basic on a TI99 home computer with for-next loops using finite difference approach
for second = 0 to 10,000
Qin = (coal flow rate}
..
..
..'
Qout = (kilowatts)
print (variables of interest)
next second
calculating energy inventories , pressures and temperatures along the way
turn each value of interest into a string variable of length 132(the width of my printer set to small font), spaces(Chr$20h) with an asterisk(Chr$2Ah) at n
th position along the line
n was (value of variable divided by range of variable) X 132
doing that scales your output to width of printer paper
So printing a line every X seconds gives you a graph of variable vs time when you turn the paper sideways.
With old fanfold printers you could make a graph a whole room wide
how i miss those simple days when we understood our tools..
Wish i'd kept that TI99.
old jim