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

update README with solver upgrades #117

Merged
merged 7 commits into from
Mar 29, 2024

Conversation

marinlauber
Copy link
Member

I realized that some of the solver's new capabilities are not well documented. I have updated the README.md with a few useful things.

@marinlauber marinlauber marked this pull request as ready for review March 26, 2024 08:18
README.md Outdated Show resolved Hide resolved
README.md Outdated
Simulation((512,384), (1,0), 32; body, perdir=(2,))
```

Additionally, the flag `exitBC=true` can be passed to the `Simulation` function to enable convective boundary conditions. This will apply a 1D convective exit in the __`x`__ direction (there is not way to change this at the moment). The `exitBC` flag is set to `false` by default.
Copy link
Member

Choose a reason for hiding this comment

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

Explain what exitBC=false defaults too?

Copy link
Member

Choose a reason for hiding this comment

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

@marinlauber this?

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@b-fg
Copy link
Member

b-fg commented Mar 29, 2024

Is there anything else to be done here?

marinlauber and others added 5 commits March 29, 2024 17:03
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Co-authored-by: Bernat Font <[email protected]>
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.13%. Comparing base (52a66f3) to head (a0e1be6).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   96.13%   96.13%           
=======================================
  Files          12       12           
  Lines         491      491           
=======================================
  Hits          472      472           
  Misses         19       19           

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

@marinlauber
Copy link
Member Author

I fixed everything. This is ready.

@b-fg b-fg merged commit d66634f into WaterLily-jl:master Mar 29, 2024
8 checks passed
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.

2 participants