Replies: 14 comments
-
|
Most probably through PyWorkbench... transferring the issue to their repo. |
Beta Was this translation helpful? Give feedback.
-
|
this link shows pyansys with python flask do the the job I want to do with .romz file but I don't know how to load .romz file in a web in pyansys |
Beta Was this translation helpful? Give feedback.
-
|
@RobPasMue The question has nothing to do with PyWorkbench. Sorry! |
Beta Was this translation helpful? Give feedback.
-
|
@kewudu what Ansys product do you want to read this file from? |
Beta Was this translation helpful? Give feedback.
-
we want not to use Ansys product to read .romz file, we want to read .romz file by pyansys or other SDK and display the .romz model in the web |
Beta Was this translation helpful? Give feedback.
-
|
@RobPasMue - I think it's a Fluent file format. |
Beta Was this translation helpful? Give feedback.
-
yes, .romz file is a Fluent file format, https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v242/en/flu_ug/flu_ug_rom.html is the description for .romz file |
Beta Was this translation helpful? Give feedback.
-
|
Transferring to the PyFluent repository in case they have a standalone .romz reader as part of their library but, from my knowledge... I doubt this is possible. You would need to read it using Ansys Fluent most probably (through PyFluent). |
Beta Was this translation helpful? Give feedback.
-
|
@ansys/pyfluent-maintainers could you help this user out? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @RobPasMue. Not here. Have you checked PyTwin? I don't think they have such a thing in Python right now but perhaps in the future? |
Beta Was this translation helpful? Give feedback.
-
|
Good point -- pinging the @ansys/pytwin-owners team for help/support |
Beta Was this translation helpful? Give feedback.
-
|
Oh... I just realized nobody apart from @MaxJPRey is in that team! Pinging @chrpetre and @lboucin for support! |
Beta Was this translation helpful? Give feedback.
-
|
@RobPasMue @seanpearsonuk - romz file are ROM generated from Workbench/DX that can be evaluated/post processed in Fluent as far as I know, or exported as FMU Pytwin cannot directly handle romz files, and there is no plan for that (as this is a Workbench/Fluent feature). However and FYI @kewudu, Twin Builder has equivalent ROMs workflows that can be evaluated with Pytwin to realize similar use cases as the one described in this thread, see for examples https://twin.docs.pyansys.com/version/stable/examples/index.html#tbrom-evaluation-examples |
Beta Was this translation helpful? Give feedback.
-
|
@seanpearsonuk @RobPasMue @kewudu to add on @chrpetre answer, let me point out there is automated way to convert snapshot file generated from Workbench/DesignXplorer/3DROM to Twin Builder/Static ROM. That can be done in few clicks as explained on below slide. I've double check this workflow is still operational in Ansys/Workbench 25R1 FYI. DesignXplorer is in maintenance mode for several years now and its capabilities will start to be depreciated in Ansys/Workbench 25R2. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of the modifications
I have a .romz file need to load and display in web, how can I use pyansys to do this? i didn't find any api to load .romz file
Useful links and references
No response
Beta Was this translation helpful? Give feedback.
All reactions