|
[Sponsors] |
March 18, 2005, 13:53 |
Good Day!
I am wondering wh
|
#1 |
Guest
Posts: n/a
|
Good Day!
I am wondering where in the code tree I could find the code handling file output for OpenFOAM. I am would like to test OpenFOAM with a visualization package I am developing but in order to do this I need to modify the output code slightly. Thanks. Curtis Badke University of Alberta Edmonton, Alberta Canada |
|
March 18, 2005, 14:25 |
That is done by the polyMesh c
|
#2 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
That is done by the polyMesh class. It holds the points, faces and cells (and some more) which are of type pointIOField, faceIOList and cellIOList which are template instantations of IOList. IOList can write itself and first outputs a header followed by all the elements of the list inbetween a () pair.
Don't think this really helps you? (you sure you don't want to write a conversion script?) Mattijs |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Peric Code Output | CFDtoy | Main CFD Forum | 7 | September 14, 2012 15:11 |
Output file as Input file | Waseem Siddique | Main CFD Forum | 0 | January 7, 2009 10:42 |
Does CFX can output ".rth" file? | prayskyer | CFX | 6 | July 7, 2006 21:08 |
why can not i see the output file? | macro | Phoenics | 1 | January 2, 2004 11:25 |
Output file | Shalaby Hemdan | CFX | 0 | November 9, 2002 16:51 |