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 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: hjasak
Forum: OpenFOAM Running, Solving & CFD November 23, 2007, 11:53
Replies: 21
Views: 12,298
Posted By hjasak
Well, this is precisely the re

Well, this is precisely the reason why we support an open SVN development line: every time you get stuck, you can just go there and see what I've dome to keep the code working between versions.
...
Forum: OpenFOAM Running, Solving & CFD June 21, 2006, 18:57
Replies: 21
Views: 12,298
Posted By hjasak
OK, it looks like this, using

OK, it looks like this, using the stream modifier on construction - the one below opens the file for append:

OFstream of("hello", ios_base::app);
of << 0 << nl << 1 << nl << 2 << endl;
...
Forum: OpenFOAM Running, Solving & CFD June 20, 2006, 17:45
Replies: 21
Views: 12,298
Posted By hjasak
There's still absolutely nothi

There's still absolutely nothing stopping you from making a plain old ofstream and working with that. In fact, the streams will swallow the on-the-fly stream modifiers, but the constructor for...
Forum: OpenFOAM Running, Solving & CFD March 28, 2006, 08:33
Replies: 21
Views: 12,298
Posted By hjasak
Have a look at stream handling

Have a look at stream handling in C++ - there's a flag you can set wehn opening a stream for append.

Hrv
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 03:04.