[ ] Implemented the source code change that satisfies the tests
[ ] Documented the feature by providing worked example
[ ] Updated the README or other documentation
[ ] Completed the pre-Request checklist below
Change Description
Make BBMDynamics and MEVPDynamics configurable and add all the rheology parameters to their configuration map. Also, add common parameters (such as drag coefficients).
Test Description
There are no unit tests for the dynamics modules. I tested that many of the parameters were set, using a debugger.
Documentation Impact
All the options are self-documenting through --help-config
Other Details
N/A
Pre-Request Checklist
[ ] The requirements of this pull request are fully captured in an issue or design specification and are linked and summarised in the description of this PR
[ ] No new warnings are generated
[ ] The documentation has been updated (or an issue has been created to track the corresponding change)
[ ] Methods and Tests are commented such that they can be understood without having to obtain additional context
[ ] This PR/Issue is labelled as a bug/feature/enhancement/breaking change
[ ] File dates have been updated to reflect modification date
[ ] This change conforms to the conventions described in the README
Change dynamics options through config file
Fixes #730
Task List
Change Description
Make BBMDynamics and MEVPDynamics configurable and add all the rheology parameters to their configuration map. Also, add common parameters (such as drag coefficients).
Test Description
There are no unit tests for the dynamics modules. I tested that many of the parameters were set, using a debugger.
Documentation Impact
All the options are self-documenting through --help-config
Other Details
N/A
Pre-Request Checklist