feat(schema): new [vacuum] sub-table (#156)#193
Merged
Conversation
Pure additive — new VacuumProperties dataclass for UHV detector enclosures + Geant4 vacuum modeling. Particularly relevant for PEEK, Delrin (notably bad in UHV), Viton, Kapton, all elastomers, epoxies. Fields: - outgassing_rate_1h / outgassing_rate_10h (torr·L/(s·cm²)) — sparse named pumping-time snapshots; named beats list for two values - tml_pct (%) — total mass loss, ASTM E595 / NASA SP-R-0022 - cvcm_pct (%) — collected volatile condensable material, same standard - bakeout_temp_max_C — maximum bakeout temperature before degradation - permeation_he (cm³·mm/(cm²·s·atm)) — He permeation rate - vacuum_class — "UHV" | "HV" | "rough" string hint Wires: AllProperties.vacuum, loader dispatch, child-skip whitelist, test_toml_integrity._KNOWN_GROUPS, pymat-mcp _ALL_DOMAINS. Tests: tests/test_vacuum_subtable.py (6 tests). Closes #156
c1e7c84 to
95458c5
Compare
This was referenced May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pure additive — new
VacuumPropertiesdataclass for UHV detector enclosures + Geant4 vacuum modeling. Relevant for PEEK, Delrin (notably bad in UHV), Viton, Kapton, elastomers, epoxies.outgassing_rate_1houtgassing_rate_10html_pctcvcm_pctbakeout_temp_max_Cpermeation_hevacuum_classWired through
AllProperties, loader,_KNOWN_GROUPS, MCP_ALL_DOMAINS.Test plan
pytest tests/test_vacuum_subtable.py— 6 tests passtest_toml_integrityruff checkcleanCloses #156