*Note: the current modeling script can be found at: CryoEngineering/MarinerCooldownEstimation.ipynb
Nina pointed me to the current mariner cooldown estimation script (path above) and we have since met a few times to discuss upgrades/changes. Nina's hand calculations were mostly consistent with the existing model, so minimal changes were necessary. The material properties and geometric parameters of the TM and snout were updated to the values recently verified by Nina. To summarize, the model considers the following heat sources onto the testmass (Pin):
- laser absorption by ITM bulk (function of incident laser power, PR gain, and bulk absorption)
- laser absorption by ITM HR coating (function of incident laser power and HR coating absorption)
- radiative heating from room-temp tube snout (function of snout radius and length, and TM radius)
The heat transfer out of the testmass (Pout) is simply the sum of the radiative heat emitted by the HR and AR faces and the barrel. Note that the script currently assumes an inner shield T of 77K, and the inner/outer shield geometric parameters need to be obtained/verified.
Nina and Paco have been working towards obtaining tabulated emissivity data as a function of temperature and wavelength. In the meantime, I created the framework to import this tabulated data, use cubic spline interpolation, and return temperature-dependent emissivities. It should be straightforward to incorporate the emissivity data once it is available. Currently, the script uses room-temperature values for the emissivities of various materials.
Future steps:
- Incorporate tabulated emissivity data
- Verify and update inner/outer shield dimensions
|