Skip to content

feat: allow passing additional keyword arguments to launch_fluent - #1095

Merged
mhoeijm merged 5 commits into
mainfrom
feat/pass-extra-kwargs-to-launch-fluent
May 6, 2025
Merged

feat: allow passing additional keyword arguments to launch_fluent#1095
mhoeijm merged 5 commits into
mainfrom
feat/pass-extra-kwargs-to-launch-fluent

Conversation

@mhoeijm

@mhoeijm mhoeijm commented May 6, 2025

Copy link
Copy Markdown
Contributor

With this PR a user can control the exact launch arguments that are used to launch Fluent through launch_fluent. For instance additional arguments can be specified by:

import ansys.health.heart.pre.mesher
mesher._extra_launch_kwargs = {"additional_arguments" : "-ssh"}

Also added an unittest to check whether launch_fluent is called with the expected arguments.

@github-actions github-actions Bot added enhancement General improvements to existing features tests Related with improvements of the test suite labels May 6, 2025
@mhoeijm
mhoeijm marked this pull request as ready for review May 6, 2025 12:02
@mhoeijm
mhoeijm requested a review from a team as a code owner May 6, 2025 12:02
@mhoeijm mhoeijm linked an issue May 6, 2025 that may be closed by this pull request
@mhoeijm
mhoeijm requested a review from davoks May 6, 2025 12:33
@mhoeijm
mhoeijm merged commit ccc8f8f into main May 6, 2025
@mhoeijm
mhoeijm deleted the feat/pass-extra-kwargs-to-launch-fluent branch May 6, 2025 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement General improvements to existing features tests Related with improvements of the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow adding extra launch arguments for (Py)Fluent

2 participants