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

Fixes for Open Boundary Systems for free surfaces #609

Merged
merged 61 commits into from
Nov 18, 2024

Conversation

svchb
Copy link
Collaborator

@svchb svchb commented Aug 22, 2024

Depends on #610
Depends on #608
Depends on #606
Depends on #605
Depends on #603
Depends on #599

Copy link

codecov bot commented Aug 22, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 68.71%. Comparing base (dd75d48) to head (0dab347).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...oundary/open_boundary/method_of_characteristics.jl 44.44% 5 Missing ⚠️
src/schemes/boundary/open_boundary/system.jl 69.23% 4 Missing ⚠️
...c/schemes/boundary/open_boundary/boundary_zones.jl 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #609      +/-   ##
==========================================
- Coverage   68.74%   68.71%   -0.04%     
==========================================
  Files          86       86              
  Lines        5282     5299      +17     
==========================================
+ Hits         3631     3641      +10     
- Misses       1651     1658       +7     
Flag Coverage Δ
unit 68.71% <66.66%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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


🚨 Try these New Features:

@svchb svchb added bug Something isn't working enhancement New feature or request labels Aug 22, 2024
@svchb svchb marked this pull request as draft August 22, 2024 12:00
examples/fluid/pipe_flow_2d.jl Outdated Show resolved Hide resolved
examples/fluid/pipe_flow_3d.jl Show resolved Hide resolved
examples/fluid/pipe_flow_3d.jl Outdated Show resolved Hide resolved
examples/fluid/pipe_flow_3d.jl Outdated Show resolved Hide resolved
src/schemes/boundary/open_boundary/boundary_zones.jl Outdated Show resolved Hide resolved
src/setups/extrude_geometry.jl Outdated Show resolved Hide resolved
test/schemes/boundary/open_boundary/boundary_zone.jl Outdated Show resolved Hide resolved
Copy link
Member

@efaulhaber efaulhaber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once the last conversation is solved.

@efaulhaber efaulhaber enabled auto-merge (squash) November 18, 2024 14:27
@efaulhaber efaulhaber merged commit c744cad into trixi-framework:main Nov 18, 2024
12 of 14 checks passed
LasNikas added a commit to LasNikas/TrixiParticles.jl that referenced this pull request Nov 18, 2024
* set test up for 1.11

* fix

* typo

* fix again

* remove soundspeed from OBS

* skip empty system

* fix test

* fix tests

* fix tests

* fix bug

* fix

* check dimensionality of reference functions

* propagate characteristics

* update

* cleanup

* update

* Increase errors for 1.11

* Fix invalidations

* Fix tests

* Update ci.yml

* revert

* Update ci.yml

* Update test/validation/validation.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* revert changes that had no benefit

* update

* cleanup

* include in test run

* remove redundancy

* revert

* fix tests

* fix

* fix test

* fix test

* fix the test

* fix error

* Update src/schemes/boundary/open_boundary/method_of_characteristics.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update test/schemes/boundary/open_boundary/boundary_zone.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update src/setups/extrude_geometry.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update src/schemes/boundary/open_boundary/method_of_characteristics.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update src/schemes/boundary/open_boundary/boundary_zones.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update examples/fluid/pipe_flow_3d.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* fix test

* fix test

* format

* fix test

* format

---------

Co-authored-by: LasNikas <[email protected]>
Co-authored-by: Erik Faulhaber <[email protected]>
LasNikas added a commit to LasNikas/TrixiParticles.jl that referenced this pull request Nov 18, 2024
* set test up for 1.11

* fix

* typo

* fix again

* remove soundspeed from OBS

* skip empty system

* fix test

* fix tests

* fix tests

* fix bug

* fix

* check dimensionality of reference functions

* propagate characteristics

* update

* cleanup

* update

* Increase errors for 1.11

* Fix invalidations

* Fix tests

* Update ci.yml

* revert

* Update ci.yml

* Update test/validation/validation.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* revert changes that had no benefit

* update

* cleanup

* include in test run

* remove redundancy

* revert

* fix tests

* fix

* fix test

* fix test

* fix the test

* fix error

* Update src/schemes/boundary/open_boundary/method_of_characteristics.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update test/schemes/boundary/open_boundary/boundary_zone.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update src/setups/extrude_geometry.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update src/schemes/boundary/open_boundary/method_of_characteristics.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update src/schemes/boundary/open_boundary/boundary_zones.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* Update examples/fluid/pipe_flow_3d.jl

Co-authored-by: Erik Faulhaber <[email protected]>

* fix test

* fix test

* format

* fix test

* format

---------

Co-authored-by: LasNikas <[email protected]>
Co-authored-by: Erik Faulhaber <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants