Alvin Zhang
Alvin Zhang
On a separate note, I think the initialization function can be condensed from ``` def __init__(self, ns_model=0, #0: rans2p, 1: rans3p ls_model=1, #0: vof+ncls+rdls+mcorr, 1: clsvof nd=2, # TIME STEPPING...
My understanding is that https://github.com/erdc/proteus/blob/master/proteus/TwoPhaseFlow/utils/petsc.options.asm is not a needed file anymore because of https://github.com/erdc/proteus/blob/master/proteus/TwoPhaseFlow/utils/Parameters.py#L1483 from PR #954
@gr2m Thanks for the response. I was hoping that there'd be a more elegant way of handling this, but I'm okay with this approach.