-
-
May 17, 2019 at 7:10 am
davidrivas
SubscriberHello,Â
I was hoping someone could help me out and try to fix my issue.Â
Issue:Â
Fluent will not start in the workbench nor outside of the workbench (I also tried running as administrator). In both cases, when I try opening fluent, a window pops up and closes within a fraction of a second. I don't know what the windows says since it closes so fast.Â
I reinstalled Ansys 2019 R1 and the problem still persists. I am not sure what I should do to fix this problem. Any help or guidance would be greatly appreciated.Â
Â
Thanks,Â
DavidÂ
-
May 17, 2019 at 8:57 pm
tsiriaks
Ansys EmployeeHi David,
Try opening CMD Prompt, and issue the following commands
set PATH=C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
"%AWP_ROOT193%fluentntbinwin64fluent.exe" -r19.3.0 3d -g
Does this show any error or if it launches fine ?
Also, what's the output of
dir /s "%AWP_ROOT193%fluent*.dmp"
Thanks,
Win
-
May 18, 2019 at 4:07 am
davidrivas
SubscriberI got the following message after running first command. I got a couple of windows pop up asking for permission to allow through firewall. I let them through. That was it, fluent did not launch.Â
Welcome to ANSYS Fluent 2019 R1
       Copyright 1987-2018 ANSYS, Inc. All Rights Reserved.
       Unauthorized use, distribution or duplication is prohibited.
       This product is subject to U.S. laws governing export and re-export.
       For full Legal Notice, see documentation.
Build Time: Dec 4 2018 13:55:09 EST Build Id: 10141
2019/05/17 20:59:40Â Â INFOÂ Â Â Â Â Â Â Â Demo license file
\Program Files\ANSYS Current\ANSYS Student\Shared Files\Licensing\student.lic exists.
  Â
   This is an academic version of ANSYS FLUENT. Usage of this product
   license is limited to the terms and conditions specified in your ANSYS
   license form, additional terms section.
  Â
Host spawning Node 0 on machine "David" (win64).
WARNING: No cached password or password provided.
     use '-pass' or '-cache' to provide password
Host 0 -- ip 192.168.1.33 -- ranks 0
 host | 0
  0 : SHM
 Prot - All Intra-node communication is: SHM
ID  Hostname Core O.S.     PID  Vendor
n0  David   1/8 Windows-x64 12812 Intel(R) Core(TM) i7-4710HQ
host David     Windows-x64 12700 Intel(R) Core(TM) i7-4710HQ
MPI Option Selected: ibmmpi
Cleanup script file is C:Usersdavid_000\cleanup-fluent-David-6820.bat
| VKI license is not available. Corresponding TUI and GUI options       |
| for import and export will not be available.                |
Posting ANSYS Product Improvement Program startup data
Done.
Now for the second command, the CMD returned:Â
 Volume in drive D is DATA
 Volume Serial Number is DC34-73B8
 Directory of
Program FilesANSYS CurrentANSYS Studentv193fluentfluent19.3.0cortexlibflicing
12/04/2018Â 02:25 PMÂ Â Â Â Â 4,962,747 flicing114-64.dmp
        1 File(s)   4,962,747 bytes
 Directory of
Program FilesANSYS CurrentANSYS Studentv193fluentfluent19.3.0cortexlibflremote
12/04/2018Â 02:25 PMÂ Â Â Â Â 4,712,567 flremote114-64.dmp
        1 File(s)   4,712,567 bytes
 Directory of
Program FilesANSYS CurrentANSYS Studentv193fluentfluent19.3.0cortexliblbapp
12/04/2018Â 02:25 PMÂ Â Â Â Â 4,634,643 lbapp114-64.dmp
        1 File(s)   4,634,643 bytes
 Directory of
Program FilesANSYS CurrentANSYS Studentv193fluentfluent19.3.0lib
12/04/2018Â 02:25 PMÂ Â Â Â 50,114,572 fl114-64.dmp
12/04/2018Â 02:25 PMÂ Â Â Â Â 2,368,904 flprim1119-64.dmp
        2 File(s)   52,483,476 bytes
   Total Files Listed:
        5 File(s)   66,793,433 bytes
        0 Dir(s) 803,213,758,464 bytes free
-
May 20, 2019 at 1:51 pm
JakeC
Ansys EmployeeHi davidrivas,
Are you saying that fluent is still not launching properly?
It looks like it did launch according to the logs. If it is still failing what is happening exactly after it starts up?
Â
Thank you,
Jake
-
May 20, 2019 at 4:33 pm
tsiriaks
Ansys EmployeeHi David,
As Jake mentioned, when you used this command
"%AWP_ROOT193%fluentntbinwin64fluent.exe" -r19.3.0 3d -g
it did launch Fluent just fine. Sorry, I forgot to note that the command only launches Fluent in non-GUI mode. This is to test whether you have any issue with graphics, which seems to be the case here.
Can you try just the above command again (to run a non-GUI mode) without running the following command
set PATH=C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
If this still works, the issue is with your graphics.
If it doesn't work, the issue is with your Path environment variable. Make sure you have C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem in front of any entries in your Path environment variable, ref:Â
https://java.com/en/download/help/path.xml
Thanks,
Win
-
May 20, 2019 at 4:57 pm
davidrivas
SubscriberHi Jake,Â
Essentially when I try opening Fluent in the workbench a window appears on my screen for approximately a millisecond. This happens too fast to read what the window says. That's is, nothing happens after that windows disappears. Workbench does not display any errors.Â
Â
Win,Â
After running Fluent in non-GUI as instructed, the CMD prompt provided the same lines as before (reference below). I went ahead to check my Path value, current it is:
%USERPROFILE%AppDataLocalMircosoftWindowsAppsÂ
Is this okay?Â
______________________________________________________________________________________
 Welcome to ANSYS Fluent 2019 R1
       Copyright 1987-2018 ANSYS, Inc. All Rights Reserved.
       Unauthorized use, distribution or duplication is prohibited.
       This product is subject to U.S. laws governing export and re-export.
       For full Legal Notice, see documentation.
Build Time: Dec 4 2018 13:55:09 EST Build Id: 10141
Â
2019/05/20 09:43:23Â Â INFOÂ Â Â Â Â Â Â Â Demo license file
\Program Files\ANSYS Current\ANSYS Student\Shared Files\Licensing\student.lic exists.
  Â
   This is an academic version of ANSYS FLUENT. Usage of this product
   license is limited to the terms and conditions specified in your ANSYS
   license form, additional terms section.
  Â
Host spawning Node 0 on machine "David" (win64).
WARNING: No cached password or password provided.
     use '-pass' or '-cache' to provide password
Host 0 -- ip 192.168.1.33 -- ranks 0
 host | 0
  0 : SHM
 Prot - All Intra-node communication is: SHM
ID  Hostname Core O.S.     PID  Vendor
n0  David   1/8 Windows-x64 3192 Intel(R) Core(TM) i7-4710HQ
host David     Windows-x64 1300 Intel(R) Core(TM) i7-4710HQ
MPI Option Selected: ibmmpi
Cleanup script file is C:Usersdavid_000\cleanup-fluent-David-5976.bat
| VKI license is not available. Corresponding TUI and GUI options       |
| for import and export will not be available.                |
Posting ANSYS Product Improvement Program startup data
Done.
-
May 20, 2019 at 7:13 pm
tsiriaks
Ansys EmployeeHi David,
I see. One last thing to try. Try launching Fluent GUI mode from CMD Prompt
"%AWP_ROOT193%fluentntbinwin64fluent.exe" -r19.3.0 3d
Does this work ? if not, you are experiencing a graphics issue.
Try updating graphics driver or 'rolling back' driver to original driver and see if that makes any differences.
Otherwise, you may need to find some dedicated graphics card for your machine. Here is the list of cards that have been testedÂ
https://www.ansys.com/-/media/ansys/corporate/files/pdf/solutions/it-professionals/platform-support/graphics-cards-tested-2019-r1.pdf?la=en&hash=9B4CBB8B7A298FF0B5A14314A7CE3BAB5CD286D9
Thanks,
Win
-
- The topic ‘Fluent not starting, window opens briefly then closes’ is closed to new replies.
-
6660
-
1906
-
1469
-
1313
-
1022
© 2026 Copyright ANSYS, Inc. All rights reserved.
