ansys / pyfluent

Pythonic interface to Ansys Fluent
https://fluent.docs.pyansys.com
MIT License
253 stars 42 forks source link

Boundary condition setting #1221

Closed xinJOBS closed 4 months ago

xinJOBS commented 1 year ago

🔍 Before submitting the issue

🐞 Description of the bug

Failed to set boundary conditions with string command

📝 Steps to reproduce

solver.tui.define.models.addon_module(3) solver.setup.boundary_conditions.mass_flow_inlet['inlet-a'].uds_bc['water-saturation'] = 'Specified Value' solver.setup.boundary_conditions.mass_flow_inlet['inlet-a'].uds_bc['water-saturation'].print_state() Specified Flux

💻 Which operating system are you using?

Windows

🐍 Which Python version are you using?

3.9

📦 Installed packages

pip install ansys-fluent-core
mkundu1 commented 4 months ago

This has been fixed since Fluent 2023 R1.