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

Boundary Pressure Calculation for FSI #498

Merged
merged 79 commits into from
Nov 14, 2024

Conversation

svchb
Copy link
Collaborator

@svchb svchb commented Apr 18, 2024

  • add optional offset
  • use Bernoulli Equation to obtain dynamic pressure contribution

With the new BernoulliPressureExtrapolation on the right side
image

Depends on #599

@svchb svchb requested review from efaulhaber and LasNikas and removed request for efaulhaber April 18, 2024 08:31
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

Attention: Patch coverage is 41.66667% with 21 lines in your changes missing coverage. Please review.

Project coverage is 68.73%. Comparing base (089adbe) to head (805f78d).

Files with missing lines Patch % Lines
...chemes/boundary/dummy_particles/dummy_particles.jl 38.23% 21 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #498      +/-   ##
==========================================
- Coverage   68.88%   68.73%   -0.15%     
==========================================
  Files          86       86              
  Lines        5261     5278      +17     
==========================================
+ Hits         3624     3628       +4     
- Misses       1637     1650      +13     
Flag Coverage Δ
unit 68.73% <41.66%> (-0.15%) ⬇️

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.

@svchb svchb force-pushed the adami_pressure_changes branch from da17b41 to b82e338 Compare May 27, 2024 12:20
@svchb svchb mentioned this pull request May 27, 2024
docs/src/systems/boundary.md Outdated Show resolved Hide resolved
docs/src/systems/boundary.md Outdated Show resolved Hide resolved
src/schemes/boundary/dummy_particles/dummy_particles.jl Outdated Show resolved Hide resolved
docs/src/systems/boundary.md Outdated Show resolved Hide resolved
@svchb svchb requested a review from efaulhaber October 30, 2024 14:31
@svchb svchb enabled auto-merge (squash) October 30, 2024 14:41
@efaulhaber efaulhaber disabled auto-merge November 14, 2024 15:21
@efaulhaber efaulhaber merged commit d218b09 into trixi-framework:main Nov 14, 2024
10 of 11 checks passed
LasNikas added a commit to LasNikas/TrixiParticles.jl that referenced this pull request Nov 18, 2024
* change how adami pressure extrapolation is calculated and add optional offset

* remove unused function

* update

* move to dispatch on function

* fix

* fix

* format

* fix test

* format

* change how adami pressure extrapolation is calculated and add optional offset

* remove unused function

* update

* move to dispatch on function

* fix

* fix

* format

* fix test

* format

* fix merge

* fix merge

* fix

* fix

* fix

* add new bnd density calculator

* missing code

* fix test

* fix

* fix

* fix docs

* fix

* format

* review comments

* fix test

* fix test

* format

* fix

* update docs

* fix

* set test up for 1.11

* format

* implement suggestions

* fix equation

* formatting

* format

* 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]>

* review comments

* adjust docs

* adjust docs

* format

* add complete equation

* Update docs/src/systems/boundary.md

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

---------

Co-authored-by: Erik Faulhaber <[email protected]>
Co-authored-by: Niklas Neher <[email protected]>
LasNikas added a commit to LasNikas/TrixiParticles.jl that referenced this pull request Nov 18, 2024
* change how adami pressure extrapolation is calculated and add optional offset

* remove unused function

* update

* move to dispatch on function

* fix

* fix

* format

* fix test

* format

* change how adami pressure extrapolation is calculated and add optional offset

* remove unused function

* update

* move to dispatch on function

* fix

* fix

* format

* fix test

* format

* fix merge

* fix merge

* fix

* fix

* fix

* add new bnd density calculator

* missing code

* fix test

* fix

* fix

* fix docs

* fix

* format

* review comments

* fix test

* fix test

* format

* fix

* update docs

* fix

* set test up for 1.11

* format

* implement suggestions

* fix equation

* formatting

* format

* 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]>

* review comments

* adjust docs

* adjust docs

* format

* add complete equation

* Update docs/src/systems/boundary.md

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

---------

Co-authored-by: Erik Faulhaber <[email protected]>
Co-authored-by: Niklas Neher <[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