Skip to content

fix(scripts): correct variable names and comments in split_grid_transient.py#21

Open
Hydrogenplus3 wants to merge 1 commit intouvahotspot:masterfrom
Hydrogenplus3:fix-split-grid-transient-comments
Open

fix(scripts): correct variable names and comments in split_grid_transient.py#21
Hydrogenplus3 wants to merge 1 commit intouvahotspot:masterfrom
Hydrogenplus3:fix-split-grid-transient-comments

Conversation

@Hydrogenplus3
Copy link
Copy Markdown

Description
This PR addresses inconsistencies in split_grid_transient.py where comments and variable names appear to have been carried over from split_grid_steady.py without appropriate updates.

Changes Made:

  • Rename 'grid_steady_file' to 'grid_transient_file' throughout the script
  • Update usage description to accurately reflect transient file processing
  • Fix example filename reference from '.grid.steady' to '.grid.ttrace'
  • Update output filename pattern to use the correct transient prefix

The core functionality of original split_grid_transient.py file remains unaffected - the script executes correctly without behavioral changes. These modifications simply address documentation and naming issues that could confuse developers working with both steady-state and transient processing workflows.

…ient.py

- Rename 'grid_steady_file' to 'grid_transient_file' throughout
- Update usage description to reflect transient file processing
- Fix example filename reference from '.grid.steady' to '.grid.ttrace'
- Update output filename pattern to use actual prefix

These changes eliminate confusion between steady-state and transient processing workflows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant