|
[Sponsors] |
April 3, 2021, 15:24 |
Customized cae export
|
#1 |
Senior Member
|
Hello Pointwise folks,
I have been working on something very experimental and now I have to find a way to test it and for that reason I want to export a unique cae format from pointwise. Is there an easy way to do that? Is there any API available for what I wanna do? Appreciate your general recommendation on this. Best, Pay |
|
April 5, 2021, 12:14 |
|
#2 |
Senior Member
David Garlisch
Join Date: Jan 2013
Location: Fidelity Pointwise, Cadence Design Systems (Fort Worth, Texas Office)
Posts: 307
Rep Power: 14 |
There is indeed...
Use the Pointwise Plugin SDK. Example code for several of our production plugins can be found on the Pointwise github page. The plugins provide support for:
Good luck. |
|
April 21, 2021, 16:48 |
|
#3 | |
Senior Member
|
Quote:
|
||
April 22, 2021, 11:28 |
|
#4 |
Senior Member
David Garlisch
Join Date: Jan 2013
Location: Fidelity Pointwise, Cadence Design Systems (Fort Worth, Texas Office)
Posts: 307
Rep Power: 14 |
If you are comfortable with C++, I strongly suggest using the -cpp option when creating a new plugin project using mkplugin.
Be sure to review the Additional Reference Materials section. Especially the Understanding the Pointwise Grid Model API (Part 1) and Understanding the Pointwise Grid Model API (Part 2) blog posts. Feel free to post questions here or contact Pointwise support for help with your plugin development. |
|
April 22, 2021, 12:05 |
|
#5 |
Senior Member
David Garlisch
Join Date: Jan 2013
Location: Fidelity Pointwise, Cadence Design Systems (Fort Worth, Texas Office)
Posts: 307
Rep Power: 14 |
I should have mentioned this in my original post.
IF the export requirements are "simple enough" and the mesh sizes you will be generating are "not too large", you could use a Glyph script to export the mesh. The Glyph approach will not be able to do things like publish solver attributes (CAE, Set Solver Attributes...). Dealing with binary data and big/little endian issues are also more difficult using Glyph. |
|
April 22, 2021, 16:18 |
|
#6 | |
Senior Member
|
Quote:
I appreciate the links and your clarification. Not very fancy at this point. It is just some simple test cases but the whole thing is very new and experimental. I have to go through a series of test cases. I have no problem with C++ though at the end when I am sure how to put the whole things together. Thanks again. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] blockMesh issue on openfoam6 startup - ubuntu 16.04 | bjdarrer | OpenFOAM Installation | 7 | August 25, 2020 20:15 |
[foam-extend.org] foam-extend-4.0 gcc errors & maybe paraFoam | powerline332 | OpenFOAM Installation | 3 | May 24, 2018 22:16 |
A CFX-POST error (ver 14.5.7) | wangyflp88 | CFX | 2 | July 22, 2017 01:17 |
Unable to install OpenFOAM 1.6-ext | Maimouna | OpenFOAM Installation | 23 | May 8, 2014 06:47 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |