CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[ANSYS Meshing] Ansys - Generate mesh on cluster

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 14, 2014, 17:41
Default Ansys - Generate mesh on cluster
  #1
New Member
 
Join Date: Dec 2014
Posts: 6
Rep Power: 11
jhns is on a distinguished road
Hi,

I have Ansys running on a linux-cluster with 72 cores and the Ansys HPC license for 32 cores.
Solving cfx tasks works nice but I can't find any information about meshing on multiple cores from command line.
Maybe someone of you can help me?

1. Is there a way to generate the mesh from command line?
2. Is it possible to use multiple cores on multiple servers for generating meshes?
jhns is offline   Reply With Quote

Old   December 14, 2014, 20:44
Default
  #2
Senior Member
 
Join Date: Apr 2014
Location: Melbourne
Posts: 584
Rep Power: 14
Kapi is on a distinguished road
Hi Jhns,

Quote:
1. Is there a way to generate the mesh from command line?
Yes you can, with the help of scripting. First you have create workbench journal file(.wbjn) with which can open workbench, open mesh and create mesh with all boundary condition.
To create mesh through WBJN file you need to have a javascript (.js) file which list the things(boundary condition) you want to do in mesh (coded)
Once you have JS file and wbjn file, you can call WBJN file via command line something like this

Code:
"C:\Program Files\ANSYS Inc\v150\Framework\bin\Win64\RunWB2.exe" -I -R Project.wbjn

As far as I know you cant force mesh to run with multiple cores
Quote:
2. Is it possible to use multiple cores on multiple servers for generating meshes?
but you can give number of cores in Tools>Options>Meshing>"number of CPUs for parallel part meshing
if Meshing feels the use of multiple cores it will take on its own but if it feels it doesn't need more cores then it wont.
Someone please correct me if I am wrong

Hope it helps,

Cheers KAPI
Kapi is offline   Reply With Quote

Old   December 15, 2014, 04:48
Default
  #3
New Member
 
Join Date: Dec 2014
Posts: 6
Rep Power: 11
jhns is on a distinguished road
Thank you!


I hoped there would be a possibility to mesh not only with multiple cores but also on multiple machines using MPI, because I only have 8 GB of memory per computing node but I need something like 20 GB, so distributed memory really would help.

But the solution with the javascript file is a goo starting point.
jhns is offline   Reply With Quote

Old   December 15, 2014, 17:12
Default
  #4
Senior Member
 
Join Date: Apr 2014
Location: Melbourne
Posts: 584
Rep Power: 14
Kapi is on a distinguished road
Thats right!

There are few options depending upon how many licenses you have.

You can break your geometry in several parts and mesh it separately in different meshes, that way you can run multiple mesh at the same time, its less time consuming and you can get a very good mesh in no time plus you will be able to use all your cores if you need!

With my personal experience, its better to divide the geometry and then mesh so you know what kind of elements you need for that part of geometry.

Hope it helps

Kapi
Kapi is offline   Reply With Quote

Reply

Tags
hpc, meshing, parallel computing


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ICEM] How to generate this kind of mesh? mingersai ANSYS Meshing & Geometry 51 February 16, 2017 07:32
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
[ICEM] How to generate sunstructured "all-tri patch-dependant" surface mesh in ICEM? jash ANSYS Meshing & Geometry 19 July 23, 2013 18:48
Ansys mesh for FLUENT software giving unrealistic results, while GAMBIT mesh is fine kbhamidipa3 FLUENT 0 November 30, 2012 15:52


All times are GMT -4. The time now is 00:13.