ACM Question:
Simulations involving service times and queues are fairly routine despite using statistical distributions to generate data of interest. Most physical systems are far more complex.
Given
- Weight of a Towel
- Surface Area of Towel
- Dryer Volume
- Dryer Max Temperature
- Dryer Revolutions/Minute
- Boiling Point of Water
- Weight of the Wet Towel
- Specific Heat of Water
- Enthalpy of Vaporization
- Towel Only Item Dried
Predict
- Minimum seconds s, where Towel Weight(s) <= Weight of the Towel + 2%
Is this information sufficient? At a minimum the relative humidity, outside air temperature, temperature of the towel, heat loss of the system, and air flow would be needed. Physical systems are more accurately predicted using empirical observations that simulating their behavior. I could see the surface area and use of all of the other variables being important. How would you incorporate the Revolutions/Minute factor? If you were to design such a simulation, what would it look like?