Skip to content

Conversation

@FnHck
Copy link
Collaborator

@FnHck FnHck commented May 16, 2025

The main addition of this branch are the CompressibleRainyEulerEquations2D, modelling dry air, water vapour, cloud water and rain water density species. This implementation has an implicit solver for vapour saturation effects, like in https://doi.org/10.1016/j.jcp.2023.112713.
An entropy conserving two-point numerical flux for use with rain is also included (flux_ec_rain), as well as CompressibleRainyEulerExplicitEquations2D and other systems of equations, mainly used for testing and comparison.

Here a quick example of the elixir_rainy_euler_rainy_bubble_diffusion.jl at mesh refinement 7, after 600s simulated time.

rainy_bubble_ref7_poly3

@FnHck FnHck requested a review from benegee May 16, 2025 13:16
@codecov
Copy link

codecov bot commented May 16, 2025

Codecov Report

Attention: Patch coverage is 26.30332% with 933 lines in your changes missing coverage. Please review.

Project coverage is 67.09%. Comparing base (4783cd5) to head (337ca0c).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
.../equations/compressible_rainy_euler_explicit_2d.jl 0.00% 454 Missing ⚠️
...mpressible_moist_euler_potential_temperature_2d.jl 0.00% 274 Missing ⚠️
src/equations/compressible_rainy_euler_2d.jl 64.24% 172 Missing ⚠️
src/callbacks_stage/nonlinear_solve_dg2d.jl 50.00% 19 Missing ⚠️
src/callbacks_stage/rain_limiter_dg2d.jl 0.00% 10 Missing ⚠️
src/callbacks_stage/rain_limiter_dg.jl 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #95       +/-   ##
===========================================
- Coverage   90.68%   67.09%   -23.59%     
===========================================
  Files          22       29        +7     
  Lines        2189     3455     +1266     
===========================================
+ Hits         1985     2318      +333     
- Misses        204     1137      +933     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

3 participants