Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert blanket libraryf90 to python #3384

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

timothy-nunn
Copy link
Contributor

Converts remaining physics and engineering routines in the blanket library to Python

@timothy-nunn timothy-nunn linked an issue Nov 8, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 66.11296% with 102 lines in your changes missing coverage. Please review.

Project coverage is 27.78%. Comparing base (42780a9) to head (4a3386d).

Files with missing lines Patch % Lines
process/blanket_library.py 64.28% 95 Missing ⚠️
process/hcpb.py 84.84% 5 Missing ⚠️
process/dcll.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3384      +/-   ##
==========================================
+ Coverage   27.11%   27.78%   +0.66%     
==========================================
  Files          77       77              
  Lines       17816    18097     +281     
==========================================
+ Hits         4831     5028     +197     
- Misses      12985    13069      +84     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timothy-nunn timothy-nunn force-pushed the 3371-convert-blanket_libraryf90-to-python branch from 9c1511f to 32ad020 Compare November 8, 2024 10:56
@timothy-nunn timothy-nunn marked this pull request as ready for review November 8, 2024 10:56
* Add module description and comments

* Convert component_volumes to Python

* Convert component_half_height to Python

* Convert dshaped_component to Python

* Convert elliptical_component to Python

* Convert apply_coverage_factors to Python

* Convert external_cryo_geometry to Python

* Convert component_masses to Python

* Convert blanket_mod_pol_height to Python

* Convert flow_velocity to Python

* Convert liquid_breeder_properties to Python

* Rewrite blanket library fortran to support conversion

* Convert pressure_drop to Python

* Convert hydraulic_diameter to Python

* Convert elbow_coeff to Python

* Convert liquid_breeder_pressure_drop_mhd to Python
@timothy-nunn timothy-nunn force-pushed the 3371-convert-blanket_libraryf90-to-python branch from 32ad020 to 4a3386d Compare November 8, 2024 11:31
@timothy-nunn timothy-nunn merged commit 22543f1 into main Nov 14, 2024
18 checks passed
@timothy-nunn timothy-nunn deleted the 3371-convert-blanket_libraryf90-to-python branch November 14, 2024 11:55
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.

Convert blanket_library.f90 to Python
3 participants