trixi-framework / TrixiParticles.jl

TrixiParticles.jl: Particle-based multiphysics simulations in Julia
https://trixi-framework.github.io/TrixiParticles.jl/
MIT License
33 stars 10 forks source link

Wetting model for CSF Surface Tension Models #666

Open svchb opened 4 days ago

svchb commented 4 days ago

Depends on #664 Depends on #498 Depends on #539 Depends on #604 Depends on #605 Depends on #606 Depends on #607 Depends on #608 Depends on #609 Depends on #599 Depends on #584

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 50.94991% with 284 lines in your changes missing coverage. Please review.

Project coverage is 67.23%. Comparing base (31716f6) to head (15b5c0e). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/schemes/fluid/surface_normal_sph.jl 27.41% 135 Missing :warning:
src/visualization/write2vtk.jl 0.00% 34 Missing :warning:
src/schemes/fluid/surface_tension.jl 13.33% 26 Missing :warning:
...chemes/boundary/dummy_particles/dummy_particles.jl 42.10% 22 Missing :warning:
src/schemes/boundary/system.jl 56.25% 14 Missing :warning:
src/schemes/fluid/fluid.jl 36.84% 12 Missing :warning:
...rc/schemes/fluid/entropically_damped_sph/system.jl 50.00% 10 Missing :warning:
...rc/schemes/fluid/weakly_compressible_sph/system.jl 73.91% 6 Missing :warning:
src/general/semidiscretization.jl 72.22% 5 Missing :warning:
...oundary/open_boundary/method_of_characteristics.jl 44.44% 5 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #666 +/- ## ========================================== - Coverage 68.88% 67.23% -1.65% ========================================== Files 86 89 +3 Lines 5261 5708 +447 ========================================== + Hits 3624 3838 +214 - Misses 1637 1870 +233 ``` | [Flag](https://app.codecov.io/gh/trixi-framework/TrixiParticles.jl/pull/666/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/trixi-framework/TrixiParticles.jl/pull/666/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | `67.23% <50.94%> (-1.65%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.