|
[Sponsors] |
June 25, 2014, 05:39 |
.stl file use in sHMD and boundaries
|
#1 |
New Member
Jean-Pierre
Join Date: May 2014
Posts: 9
Rep Power: 12 |
Hi everyone,
I've been having problems with stl files. My simulation works fine in my computer but as soon as I send it to a cluster problems occur. It is strange because it is the same case with the same parameters with the exception of the number of processors for decomposePar and the number of iterations. I suspect these problems occure because of my stl geometry "managment". I would be gratefull if somebody could say me if I'm wrong or right when I have to specify my stl file in the code. For info my stl file header begis with the line "solid CATIASTL" and the file name is "train.stl": -In sHMD : HTML Code:
geometry { train.stl { type triSurfaceMesh; name train; } HTML Code:
refinementSurfaces { train { level (3 4); } HTML Code:
layers { "train_CATIASTL" // I think is this one but I'm not sure if it is train_CATIASTL (without the " ") or train.stl or just train ????? { nSurfaceLayers 11; } } HTML Code:
boundaryField { "train" // The same problem. I'm not sure if it is train_CATIASTL (without the " ") or train.stl or just train ????? { type zeroGradient; } } Thanks! JP |
|
June 29, 2014, 04:20 |
|
#2 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
look at the boundary file in polyMesh folder, from there you will find whats the name of ur boundaries
__________________
My Personal Website (http://nimasamkhaniani.ir/) Telegram channel (https://t.me/cfd_foam) |
|
Tags |
boundaries condition, snappyhesmeshdict, stl file |
|
|