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

Issue 546 convection #635

Merged
merged 81 commits into from
Apr 9, 2020
Merged

Issue 546 convection #635

merged 81 commits into from
Apr 9, 2020

Conversation

valentinsulzer
Copy link
Member

Description

Started off as an issue for convection and became the home of all thesis hacks. Hopefully not too much of a nightmare to merge.

Fixes #546

Type of change

  • New feature (non-breaking change which adds functionality)

Key checklist:

  • No style issues: $ flake8
  • All tests pass: $ python run-tests.py --unit
  • The documentation builds: $ cd docs and then $ make clean; make html

You can run all three at once, using $ python run-tests.py --quick.

Further checks:

  • Code is commented, particularly in hard-to-understand areas
  • Tests added that prove fix is effective or that feature works
  • Any dependent changes have been merged and published in downstream modules

@valentinsulzer valentinsulzer changed the base branch from master to develop February 26, 2020 18:50
@valentinsulzer valentinsulzer changed the base branch from develop to master April 6, 2020 13:42
@valentinsulzer valentinsulzer changed the base branch from master to develop April 6, 2020 13:42
Copy link
Contributor

@rtimms rtimms left a comment

Choose a reason for hiding this comment

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

looks good thanks!


Parameters
----------
p : :class:`pybamm.Symbol`
The fluid pressure
v_box : :class:`pybamm.Symbol`
Copy link
Contributor

Choose a reason for hiding this comment

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

this just takes in variables now


Parameters
----------
dV_box_dz : :class:`pybamm.Symbol`
The vertical velocity of the fluid
p : :class:`pybamm.Symbol`
Copy link
Contributor

Choose a reason for hiding this comment

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

as above

@valentinsulzer valentinsulzer merged commit 5e43789 into develop Apr 9, 2020
@valentinsulzer valentinsulzer deleted the issue-546-convection branch May 27, 2020 13:45
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+1D lead-acid
2 participants