Closed zhang-alvin closed 4 years ago
Test reopening for sizecheck app
example dambreak case with modified API
(posted above)
For reference:
git diff upstream/master -- proteus/mprans/SW2DCV.h
yields no changes
I know this PR is only for the develop/TPF
branch, but why are a lot of the tests failing? @zhang-alvin
I know this PR is only for the
develop/TPF
branch, but why are a lot of the tests failing? @zhang-alvin
It looks like the main PR changes the TwoPhaseFlowProblem init signature in a way the breaks most of the TwoPhaseFlow tests using the app input. TypeError: __init__() got an unexpected keyword argument 'ns_model'
I see, but it's also breaking some of the SWFlow tests.
I see, but it's also breaking some of the SWFlow tests.
It's probably worth your taking a look at the travis output, but you may have to look at the main PR to make sense of what has changed and is actually breaking them. For example that change referenced above doesn't show up in the diffs shown on the PR.
I know this PR is only for the
develop/TPF
branch, but why are a lot of the tests failing? @zhang-alvinIt looks like the main PR changes the TwoPhaseFlowProblem init signature in a way the breaks most of the TwoPhaseFlow tests using the app input.
TypeError: __init__() got an unexpected keyword argument 'ns_model'
@ejtovar @cekees That's right. The goal here is really to get to an interface that we want and then fix all of the tests at once. An iterative approach would be painfully slow.
I want to also separate the mesh generation from NumericalSolution.py
this week for at least TwoPhaseFlow
and hopefully streamline some of the physics modules. So if there's no major disagreements with the interface, I'm going to merge this in to develop/TPF
tomorrow morning and proceed.
Mandatory Checklist
Please ensure that the following criteria are met:
As a general rule of thumb, try to follow PEP8 guidelines.
Description
See #1071 for initial PR.
Sample Dambreak case using RAN2P, VOF, NCLS, RD, MCorr