-
-
October 15, 2024 at 8:46 pmtaspiropoulosSubscriberI have a fluid flow (Fluent with Fluent meshing) block in ansys workbench where I edit my cad geometry through design modeler then import that geometry in the mesh. I'm trying to export that wbpz file so I can do the meshing and solving on a remote HPC. I have already made a journal file that does all the meshing and solution steps that I want when I am using the fluent on my own workstation, but I don't know where to find the resources to write instructions to have the remote HPC to open that wbpz file, open the mesh block, and read the journal file. Any help on this would be greatly appreciated.ÂThanks again.Â
-
October 16, 2024 at 4:11 pmabhishek.royAnsys Employee
To launch WB use $AWP_ROOT232/Framework/bin/Linux64/runwb2 then load the project file.
Journal file will not work with WB. You can use RSM for that. Refer to the link below for details
Working with Ansys Remote Solve Manager
If you want to use a journal file you can save the geometry file in PMDB format and launch fluent directly and use the journal file. You create a journal file to mesh the geometry and then do the simulation.
To execute journal file in batch mode
[usual fluent starting command] -i journal_file.jou &For example:
fluent 3ddp -t4 -i example.jou -g >> transcript.out
This command will run Fluent in 3d double precision (dp), in parallel on 4 procs (-t4) using the example.jou journal file (-i), in batch (-g) and save the output to the transcript.out file (>>).
-
October 16, 2024 at 7:41 pmtaspiropoulosSubscriber
Hi, thank you for the help. I think I am going to move forward with trying to figure out the problem within fluent. I know there is a way to export my goemetry file in PMDB format through spaceclaim but I make all my edits to my cad in design modeler which I can't find a way to export directly to a .PMDB file. Will it ruin anything if I make my edits and named selections in design modeler, then open the geometry in spaceclaim and export to PMDB?
-
- You must be logged in to reply to this topic.
-
801
-
427
-
265
-
220
-
201
© 2024 Copyright ANSYS, Inc. All rights reserved.