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 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: olesen
Forum: OpenFOAM Post-Processing November 20, 2009, 07:27
Replies: 28
Views: 5,827
Posted By olesen
Whatever it means, it doesn't sound good. Have...

Whatever it means, it doesn't sound good.
Have you tried recompiling finiteVolume recently? It would probably help (and can't hurt).
Forum: OpenFOAM Post-Processing November 20, 2009, 07:10
Replies: 28
Views: 5,827
Posted By olesen
This sound really ugly. Perhaps a filesystem...

This sound really ugly. Perhaps a filesystem error?
What does the 'file' command report?
eg,

$ file ~/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libfiniteVolume.so
Mine reports
"ELF 64-bit LSB...
Forum: OpenFOAM Post-Processing November 20, 2009, 04:36
Replies: 28
Views: 5,827
Posted By olesen
Hi Melanie, Any more progress to report? /mark

Hi Melanie,
Any more progress to report?
/mark
Forum: OpenFOAM Post-Processing October 22, 2009, 02:38
Replies: 28
Views: 5,827
Posted By olesen
There is nothing wrong or dangerous about it, but...

There is nothing wrong or dangerous about it, but I would normally prefer to write it like this:

autoPtr<myProcessorMeshes> procMeshesPtr;
// ... some logic here

myProcessorMeshes& procMeshes...
Forum: OpenFOAM Post-Processing October 21, 2009, 02:29
Replies: 28
Views: 5,827
Posted By olesen
Sorry, you should trust the documentation before...

Sorry, you should trust the documentation before you trust the coding quality of posts. And I obviously didn't check the docs before posting my suggestion (sorry for the confusion).

This might...
Forum: OpenFOAM Post-Processing October 20, 2009, 11:09
Replies: 28
Views: 5,827
Posted By olesen
Do you have a typo, or did you really try to use...

Do you have a typo, or did you really try to use 'myProcessorMeshes' both for the class name and the variable name?
But in the reconstruct you have new procMeshes().
What is subclassed from what? I...
Forum: OpenFOAM Post-Processing October 20, 2009, 02:17
Replies: 28
Views: 5,827
Posted By olesen
Good. Why don't you handle it simply like...

Good.

Why don't you handle it simply like this:


autoPtr<procMeshes> myProcMeshes;

if (WANT_DECOMPOSED_TEST)
{
myProcMeshes = new procMeshes(databases, regionName);
Forum: OpenFOAM Post-Processing October 6, 2009, 08:53
Replies: 28
Views: 5,827
Posted By olesen
DO NOT use 'extern', that means something...

DO NOT use 'extern', that means something completely else from what you want (eg, http://wiki.answers.com/Q/What_is_the_use_of_extern_in_C)

I would probably do something like this:


...
Forum: OpenFOAM Post-Processing October 6, 2009, 02:22
Replies: 28
Views: 5,827
Posted By olesen
I'm glad to see you're making progress. ...

I'm glad to see you're making progress.



The 'proper' way would be to have these classes in their own library and reference the lnInclude directory, but as a quick (and slightly dirty)...
Forum: OpenFOAM Post-Processing September 25, 2009, 09:22
Replies: 28
Views: 5,827
Posted By olesen
Where did the "writeFieldsOften functionObject"...

Where did the "writeFieldsOften functionObject" come from? To be compatible with other OpenFOAM components, it should write uniform/time too. You should file a bug report.




It was a...
Forum: OpenFOAM Post-Processing September 25, 2009, 07:26
Replies: 28
Views: 5,827
Posted By olesen
Sorry, that was a mistake on my part. Don't use...

Sorry, that was a mistake on my part. Don't use the foamZonesToEnsight at all. It's now called foamToEnsightParts and is included as part of the standard OpenFOAM-1.6 and should compile fine.


...
Forum: OpenFOAM Post-Processing September 25, 2009, 05:45
Replies: 28
Views: 5,827
Posted By olesen
You are correct that the new timeSelector feature...

You are correct that the new timeSelector feature is not used in foamToEnsight. It is used in foamZoneToEnsight, but that utility does not run in parallel (which I gather is what you need).

The...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT -4. The time now is 07:27.