How do I link the phase and phase domain on Multiphase Flow? #1946
MayconSilva7
started this conversation in
General
Replies: 1 comment 7 replies
-
Please, can anyone help me with this? Thank you very much! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, sorry for sending again a message. It is because I have tried so many times, but I did not get any of them.
On Gentop multiphase model, when I named the 3 phases, I don't get to set link the to phase domain. The definition in Pythons says:
def phase_domains(self, *args, **kwargs): """ Enters the menu to select a specific phase. """ return PyMenu(self.service, "/define/phases/set_domain_properties/phase_domains").execute(*args, **kwargs)
I have tried the following commands:
solver.tui.define.phases.set_domain_properties.phase_domains("0","water-liquid")
Command 2:
solver.tui.define.phases.set_domain_properties.phase_domains("Primary Phase","water-liquid")
Command 3:
solver.tui.define.phases.set_domain_properties.phase_domains("continuous-liquid","water-liquid")
I set three phases:
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions