CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: sega
Forum: OpenFOAM Post-Processing July 31, 2009, 11:42
Replies: 16
Views: 7,535
Posted By sega
I have toyed around with this entry, but haven't...

I have toyed around with this entry, but haven't found a way of managing a different directory so far.

If I change anything in IOobjectWriteHeader.C will this be a "global" effect?
So all other...
Forum: OpenFOAM Post-Processing July 29, 2009, 09:48
Replies: 16
Views: 7,535
Posted By sega
Yes. Thats working. Just great! The files...

Yes. Thats working. Just great!
The files containing the correct values from the faceCenterPressure variable are written in the time directories with headers!

If you can point out to me how to...
Forum: OpenFOAM Post-Processing July 28, 2009, 14:22
Replies: 16
Views: 7,535
Posted By sega
Yes. IOField<scalar>...

Yes.


IOField<scalar> faceCentrePressure(IOobject..blah..);
is compiling. But it's not doing what I want.
When running my code

surfaceScalarField ps = fvc::interpolate(p);

...
Forum: OpenFOAM Post-Processing July 28, 2009, 13:45
Replies: 16
Views: 7,535
Posted By sega
Dear Bernhard. I appreciate your didactic...

Dear Bernhard.

I appreciate your didactic intention.
But this inheritance diagram (http://foam.sourceforge.net/doc/Doxygen/html/classFoam_1_1regIOobject.html) is filling two pages on my screen....
Forum: OpenFOAM Post-Processing July 28, 2009, 09:25
Replies: 16
Views: 7,535
Posted By sega
This faceCenterPressure is a scalarField! ...

This faceCenterPressure is a scalarField!


scalarField faceCenterPressure(facesSet.size());
which is collecting pressure values at specific face centers and is written to a file with OFstream!...
Forum: OpenFOAM Post-Processing July 27, 2009, 11:15
Replies: 16
Views: 7,535
Posted By sega
I'm afraid I can't solve this mystery on my own. ...

I'm afraid I can't solve this mystery on my own.
I toyed around with some strange commands.


OFstream osP (directory/"p");
faceCenterPressure.writeHeader(osP);
osP <<...
Forum: OpenFOAM Post-Processing July 22, 2009, 07:45
Replies: 16
Views: 7,535
Posted By sega
I'm not familiar with this Doxygen thing but I...

I'm not familiar with this Doxygen thing but I haven't found an "inheritence tree".
Just some crypical "class reference".
Forum: OpenFOAM Post-Processing July 22, 2009, 02:41
Replies: 16
Views: 7,535
Posted By sega
Sorry I have to push this, but this problem is...

Sorry I have to push this, but this problem is crucial in one of my efforts.
I'm producing a lot of files with a home-made tool.
Editing these files by copy&pasting file headers inside is...
Forum: OpenFOAM Post-Processing July 20, 2009, 09:12
Replies: 16
Views: 7,535
Posted By sega
Output file with OpenFOAM header

Hello again.

Is there a way of putting the standard OpenFOAM file header on top of an output file I created with something like this?

OFstream os ("p");
os << faceCenterPressure;
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 00:15.