feat/thesis: temperature accumulation - #190
Open
gknapp1 wants to merge 4 commits into
Open
Conversation
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.
Summary
Second stacked PR from the #179 split. This adds the thesis-specific surface-temperature workflow and the part-layer heat-accumulation features built on top of #189.
Related issues
Details
This PR adds a new
temperature_surface_partthesis app for end-of-layer surface temperature output and wires it into component lookup, examples, and parser coverage.It also adds shared thesis logic to initialize part-layer cases from either the latest prior
temperature_surface_partoutputs or a manual per-layer CSV file. That logic is used by the thesis part-layer apps that support initial temperature carry-over.This PR also adds hybrid part/subpart heat accumulation through explicit
data.build.part_layer_interfacesmappings. That introduces part/layer dependency utilities and interface-aware scheduling fortemperature_surface_partso cross-part predecessor relationships can be modeled directly.Impact
This expands thesis workflow capability substantially: new outputs, new carry-over initialization behavior, and new interface-aware accumulation rules for hybrid builds.
Risk level: Medium. The behavior change is significant within the thesis app family, but it is localized to thesis codepaths and backed by dedicated behavior and utility tests.
Architecture/docs: no update needed - this adds a new thesis application and extends existing thesis/workflow utility hooks without changing overall component boundaries.
Testing strategy
Commit hooks passed during commit creation.
Covered by focused tests in CI-relevant areas:
tests/test_temperature_surface_part.pytests/test_thesis_app_behavior.pytests/test_part_layer_utils.pytests/test_examples.pyStack context:
stack/core-runtimestack/thesisChecklist
ARCHITECTURE.mdand/ordeveloper docs where needed, or explained why not.