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

breakup the P3 scheme file #423

Merged
merged 1 commit into from
Jul 12, 2024
Merged

breakup the P3 scheme file #423

merged 1 commit into from
Jul 12, 2024

Conversation

trontrytel
Copy link
Member

@trontrytel trontrytel commented Jul 11, 2024

This PR does not add any new code. It only breaks the P3Scheme.jl file into a couple of smaller files to help with the readability. We will now have:

  • P3.jl - defines the module and includes all the other files
  • P3_helpers.jl - helpers for special functions and integrals
  • P3_particle_properties.jl - thresholds solver and anything related to different size regimes
  • P3_size_distribution.jl - size distribution solver and anything related to it
  • P3_terminal_velocity.jl - mass weighted and number weighted Chen2022 terminal velocity calculated over all size regimes
  • P3_processes.jl - placeholder to add all the processes (collisions, melting etc)

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

Attention: Patch coverage is 97.24771% with 6 lines in your changes missing coverage. Please review.

Project coverage is 96.99%. Comparing base (15ead70) to head (9cf787d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #423   +/-   ##
=======================================
  Coverage   96.99%   96.99%           
=======================================
  Files          37       41    +4     
  Lines        1464     1465    +1     
=======================================
+ Hits         1420     1421    +1     
  Misses         44       44           
Components Coverage Δ
src 98.90% <97.24%> (+<0.01%) ⬆️
ext 69.79% <ø> (ø)

@trontrytel trontrytel marked this pull request as ready for review July 11, 2024 20:02
@trontrytel trontrytel requested a review from rorlija1 July 11, 2024 20:02
@trontrytel trontrytel self-assigned this Jul 11, 2024
@trontrytel trontrytel added the P3 label Jul 11, 2024
@trontrytel trontrytel merged commit 22660e0 into main Jul 12, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant