-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Issue 546 convection #635
Conversation
There was a problem hiding this 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` |
There was a problem hiding this comment.
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` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
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
Key checklist:
$ flake8
$ python run-tests.py --unit
$ cd docs
and then$ make clean; make html
You can run all three at once, using
$ python run-tests.py --quick
.Further checks: