Design - Workspace launch actions #58
Pinned
lagacep-ans
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'd prefer launch_workspace, perhaps within an ansys/fluent/workspaces directory. If we have workspace-specific code (i.e. when a particular workspace is connected) later on, we can put them in the respective ansys/fluent/workspaces/<workspace-name> directory. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
For icing workspace datamodel, we'll need to replicate what simapp/icing-client is usually doing:
... this could be supported by adding some "startup_command" argument to launch_fluent
To implement this in pyfluent, two options:
... and add to it these automatic arguments/variables/commands
... which will wrap over launch_fluent and add the required arguments
The implementation of either option is easy, the first is adding more complexity in launch_fluent, the second would have less documentation/argument checking if we go through a **kwargs pattern. Unless we move to a different structure for the launcher settings.
Is there a pattern you would prefer here? This choice would have long term and user facing implications.
Beta Was this translation helpful? Give feedback.
All reactions