|
[Sponsors] |
July 9, 2019, 12:32 |
1-Way FSI linux Cluster
|
#1 |
New Member
Panagiotis Mantzopoulos
Join Date: Jun 2019
Posts: 1
Rep Power: 0 |
Hi guys,
I am trying to do an one-way fsi analysis in an aircraft for my thesis project. I have set up a workbench job for the FSI simulation (Fluent and Static Structural) but the simulation takes days and i thought i should use the university's linux based cluster. Does anyone know how to create a journal file for such occasion? Regards |
|
July 30, 2019, 11:42 |
|
#2 |
New Member
Malte
Join Date: Nov 2017
Posts: 20
Rep Power: 9 |
I'll just post my approach here. I'm sure you can use this for your problem.
When I'm calculating Workbenchprojects on a cluster, I open workbench aka runwb2 with the journal in BATCH. The journal opens the workbenchproject, solves it and saves it afterwards. ######################################## # encoding: utf-8 # Release 18.0 SetScriptVersion(Version="18.0.351") Open(FilePath="WORKBENCHPROJECTNAME.wbpj") system1 = GetSystem(Name="SC") solutionComponent1 = system1.GetComponent(Name="Solution") solutionComponent1.Update(AllDependencies=True) Refresh() Save(Overwrite=True) ClearMessages() |
|
Tags |
cluster, fsi, linux |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FSI simulation using Linux. | JavyGlez | Main CFD Forum | 0 | December 16, 2016 13:38 |
Preformance of Ansys CFX on a Linux Cluster | roued | CFX | 3 | September 30, 2012 08:07 |
LINUX cluster and server | azmir | Siemens | 6 | September 17, 2006 20:09 |
Linux Cluster Performance with a bi-processor PC | M. | FLUENT | 1 | April 22, 2005 10:25 |
Linux Cluster Setup Problems | Bob | CFX | 1 | October 3, 2002 19:08 |