|
[Sponsors] |
Starting Fluent in batch mode using Workbench |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
New Member
Join Date: Apr 2017
Posts: 4
Rep Power: 9 ![]() |
Hello everyone,
I want to start Fluent in batch mode using Workbench. According to the ANSYS Documentation (https://www.sharcnet.ca/Software/Ans..._launcher.html) this should be possible. At the beginning I start Workbench in batch mode reading a Workbench Journal File containing the following code: Code:
# encoding: utf-8 # Release 17.1 SetScriptVersion(Version="17.1.127") system1 = GetSystem(Name="FFF") setupComponent1 = system1.GetComponent(Name="Setup") setupComponent1.Refresh() setup1 = system1.GetContainer(ComponentName="Setup") fluentLauncherSettings1 = setup1.GetFluentLauncherSettings() fluentLauncherSettings1.SetEntityProperties(Properties=Set(DisplayText="Fluent Launcher-Einstellungen", Precision="Double", EnvPath={}, RunParallel=True, NumberOfProcessors=4)) setup1.Edit() setup1.SendCommand(Command='/file/read-journal "Journal.jou"') Save(Overwrite=True) Thank you very much in advance. |
|
![]() |
![]() |
![]() |
![]() |
#2 | |
New Member
srini
Join Date: Apr 2009
Posts: 2
Rep Power: 0 ![]() |
Quote:
Did you manage to solve this problem? I am also facing the same problem. I tried (Interactive=false). But no success. If you solved this issue, please let me know. |
||
![]() |
![]() |
![]() |
![]() |
#3 | |
New Member
Ben
Join Date: Jun 2019
Posts: 1
Rep Power: 0 ![]() |
Quote:
Python Booleans are capitalized hence should be: Code:
FluentContainer0.Edit( Interactive = False ) |
||
![]() |
![]() |
![]() |
Tags |
batch mode, fluent, workbench |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
fluent 12.1, batch mode in linux | sakalido | FLUENT | 13 | September 27, 2017 09:55 |
FLUENT installation on UBUNTU 12.04 (LTS) | teymourj | FLUENT | 2 | March 1, 2017 23:24 |
Workbench in batch mode with parametric study (design point) | Veronique Pe | ANSYS | 0 | June 1, 2016 04:56 |
Problem running fluent with udf on batch | tobi b. | Fluent UDF and Scheme Programming | 3 | April 14, 2016 14:54 |
Running fluent with udf in batch mode | zonexo | Fluent UDF and Scheme Programming | 2 | March 10, 2012 08:50 |