We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15da8a5 commit c077267Copy full SHA for c077267
1 file changed
geometry-mesh-fluent/wf_gmf_02_fluent_meshing.py
@@ -197,6 +197,8 @@ def generate_mesh(
197
if os.getenv("PYANSYS_WORKFLOWS_CI") == "true":
198
command_list = os.getenv("FLUENT_DOCKER_EXEC_COMMAND").split()
199
command_list.append("-meshing")
200
+ print("Command for Fluent container execution:")
201
+ print(command_list)
202
container_dict = {
203
"fluent_image": os.getenv("FLUENT_DOCKER_IMAGE"),
204
"command": command_list,
0 commit comments