Skip to content

Set working directory while launching Fluent  #969

@abhishekchitwar

Description

@abhishekchitwar

📝 Description of the feature

It would be great, if there is optional parameter/argument to launch_fluent API to specify current working directory so Fluent will get launch from specified path based on operating system.

e.g.,

session = pyfluent.launch_fluent(processor_count=6, meshing_mode=False, cleanup_on_exit=True,
                                 show_gui=True, cwd='D:\root_dir')

If cwd is not None, the function changes the working directory to cwd before executing the child.

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response

Metadata

Metadata

Labels

enhancementImprove any current implemented feature

Type

No type

Projects

Status

2021-2024

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions