Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fluent as an alias of Session under ansys.fluent.core namespace #422

Merged
merged 1 commit into from
May 19, 2022

Conversation

mkundu1
Copy link
Contributor

@mkundu1 mkundu1 commented May 18, 2022

PyFluent will now support the following:

from ansys.fluent.core import Fluent
fluent = Fluent(ip=<ip>, port=<port>)

similar to PyMAPDL:

from ansys.mapdl.core import Mapdl
mapdl = Mapdl(ip=<ip>, port=<port>)

@mkundu1 mkundu1 merged commit c4fc900 into main May 19, 2022
@mkundu1 mkundu1 deleted the feat/session-alias branch May 19, 2022 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split up launch_fluent into launch and connect functions OR rename Session -> Fluent
3 participants