Advice on my AI CFD project using pyAnsys #3136
EngineerMac
started this conversation in
General
Replies: 3 comments
-
@ansys/pyfluent-maintainers - some advice? |
Beta Was this translation helpful? Give feedback.
0 replies
-
AWP root should be like: "AWP_ROOT241=C:\Program Files\ANSYS Inc\v241" |
Beta Was this translation helpful? Give feedback.
0 replies
-
@RobPasMue Path should be set upto `...\ANSYS Inc\v242" in the installation directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project is to do cfd on buildings with a HVAC system with a circular mass-flow inlet and outlet that moves across the ceiling randomly for around 100 iterations. Ansys would then return the x,y,z position and velocity. An algorithm would then turn the x,y,z position into a function of position relative to the nearest walls and inlet and outlet, this serves as inputs to a Neural Network. I want to do this on PyAnsys or pyMAPDL to streamline the process. Do you have any advice? Also when I run 'session = pyfluent.launch_fluent()' I get an error 'AnsysVersionNotFound: Verify the value of the 'AWP_ROOT' environment variable.' If I have ansys workbench already installed what file should AWP ROOT point to?
Thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions