|
[Sponsors] |
[ANSYS Meshing] Ansys - Generate mesh on cluster |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 14, 2014, 18:41 |
Ansys - Generate mesh on cluster
|
#1 |
New Member
Join Date: Dec 2014
Posts: 6
Rep Power: 12 |
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? |
|
December 14, 2014, 21:44 |
|
#2 | ||
Senior Member
Join Date: Apr 2014
Location: Melbourne
Posts: 584
Rep Power: 14 |
Hi Jhns,
Quote:
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:
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 |
|||
December 15, 2014, 05:48 |
|
#3 |
New Member
Join Date: Dec 2014
Posts: 6
Rep Power: 12 |
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. |
|
December 15, 2014, 18:12 |
|
#4 |
Senior Member
Join Date: Apr 2014
Location: Melbourne
Posts: 584
Rep Power: 14 |
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 |
|
Tags |
hpc, meshing, parallel computing |
|
|
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 08:32 |
[snappyHexMesh] No layers in a small gap | bobburnquist | OpenFOAM Meshing & Mesh Conversion | 6 | August 26, 2015 10:38 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
[ICEM] How to generate sunstructured "all-tri patch-dependant" surface mesh in ICEM? | jash | ANSYS Meshing & Geometry | 19 | July 23, 2013 19:48 |
Ansys mesh for FLUENT software giving unrealistic results, while GAMBIT mesh is fine | kbhamidipa3 | FLUENT | 0 | November 30, 2012 16:52 |