|
[Sponsors] |
export multi-blocks structured grids to unstructured CGNS format |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 18, 2017, 22:17 |
export multi-blocks structured grids to unstructured CGNS format
|
#1 |
New Member
Join Date: May 2009
Posts: 19
Rep Power: 17 |
I try to export multi-blocks structured grid using unstructured CGNS format for my own CFD solver. Is the exported grid a single block unstructured grid or a multi-blocks grid? How could I get a single block unstructured grid? Thanks in advance.
|
|
September 20, 2017, 10:58 |
|
#2 |
Senior Member
David Garlisch
Join Date: Jan 2013
Location: Fidelity Pointwise, Cadence Design Systems (Fort Worth, Texas Office)
Posts: 307
Rep Power: 14 |
The Pointwise CGNS CAE exporter always preserves the multi-block grid topology. That is, blocks with the same VC are not combined into a single block at export.
I would suggest joining the blocks, except that Pointwise (v18.0R3) does not support joining structured blocks into a single unstructured hex block. Please contact Pointwise support to request this capability (support at pointwise dot com). I suggest you try:
I did a quick scan for exporters that combine VCs. One of these CAE exporters may do the trick: CaeAcuSolve, CaeOpenFOAM, CaeStarCD, CaeStarCDv4, CaeUnsADS, CaeUnsAnsysCFX, CaeUnsCFDPP, CaeUnsCRUNCH, CaeUnsEdge, CaeUnsExodusII, CaeUnsFluent, CaeUnsFUN3D, CaeUnsGambit, CaeUnsNSU3D, CaeUnsSCRYUTetra, CaeUnsShipIR, CaeUnsSU2, CaeUnsTAU, CaeUnsTetrex, CaeUSM3DVGRID |
|
September 21, 2017, 00:27 |
|
#3 |
New Member
Join Date: May 2009
Posts: 19
Rep Power: 17 |
Hi,David.
Thanks for your reply. In fact, we are using Cobalt exporter but try to migrate to CGNS. When some one try to export multi-block grid using unstructured format, he needs a single block grid in most cases. |
|
September 21, 2017, 11:53 |
|
#4 |
Senior Member
David Garlisch
Join Date: Jan 2013
Location: Fidelity Pointwise, Cadence Design Systems (Fort Worth, Texas Office)
Posts: 307
Rep Power: 14 |
Interesting migration...
Cobalt is a face-based grid format. CGNS is a cell-based grid format. You may want to consider using OpenFOAM export. It is a face-based format and it will group cells by VC. So, in essence, you will get a single, unstructured block in the exported grid no matter how many blocks are defined in Pointwise. If you want a cell-based format, try out the formats I listed above. If you want ultimate control on the export, you should consider creating a CAE export plugin (see link above). A plugin will integrate seamlessly into Pointwise and give you complete control on how your grid data is exported. A plugin also lets you define the BC and VC types supported for your solver. There are example plugins included with the SDK download to help get you started. Good luck. |
|
September 21, 2017, 21:02 |
|
#5 |
New Member
Join Date: May 2009
Posts: 19
Rep Power: 17 |
Our solver uses a cell-vertex finite volume scheme. Coblat format is simple and is not difficult to transfer to the format we needed. We try to use CGNS because it is widely accepted by commercial CFD software and individual CFD solver. Thanks.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ANSYS Meshing] export cgns format mesh | tomding0107 | ANSYS Meshing & Geometry | 4 | February 18, 2021 14:47 |
Autogrid export CGNS mesh only with multiple base nodes??? | swm | Fidelity CFD | 5 | January 22, 2017 03:09 |
dsmcInitialise - dsmcFoam | archymedes | OpenFOAM Pre-Processing | 94 | July 15, 2016 17:14 |
SU2 optimization does not work correctly with CGNS format | Andrei | SU2 Shape Design | 1 | April 22, 2016 11:35 |
unstructured vs. structured grids | Frank Muldoon | Main CFD Forum | 1 | January 5, 1999 11:09 |