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

Search Results

Register Blogs Members List Search Today's Posts Mark Forums Read

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: melanie
Forum: OpenFOAM Post-Processing November 20, 2009, 07:40
Replies: 28
Views: 5,822
Posted By melanie
Actually on another machine the reply to the last...

Actually on another machine the reply to the last command is a bit different, and the compilation error is also different. It seems similar to what is reported in this thread...
Forum: OpenFOAM Post-Processing November 20, 2009, 07:16
Replies: 28
Views: 5,822
Posted By melanie
The answer to the "file" command is: ELF 64-bit...

The answer to the "file" command is:
ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not strippedI do not have the "dynamically linked" attribute, and the answer to the "objdump -t"...
Forum: OpenFOAM Post-Processing November 20, 2009, 06:47
Replies: 28
Views: 5,822
Posted By melanie
Hello Mark, Actually I was able to...

Hello Mark,

Actually I was able to successfuly correct my code with your latest suggestions. However, about one week after that, the machine on which I used to compile crashed. And on the other...
Forum: OpenFOAM Post-Processing October 21, 2009, 10:23
Replies: 28
Views: 5,822
Posted By melanie
Thanks again and again Mark, now it is working...

Thanks again and again Mark, now it is working fine!
Actually I also had to modify the lines where functions of procMeshes are called; since procMeshes is now a pointer and no more a variable, ...
Forum: OpenFOAM Post-Processing October 20, 2009, 12:03
Replies: 28
Views: 5,822
Posted By melanie
Ok, I should have written ...

Ok, I should have written
autoPtr<myProcessorMeshes> procMeshes;
The class is named myProcessorMeshes, the variable is procMeshes.
But still I do not understand the details of the implementation...
Forum: OpenFOAM Post-Processing October 20, 2009, 10:43
Replies: 28
Views: 5,822
Posted By melanie
Thanks Mark. I tried your proposition but this...

Thanks Mark. I tried your proposition but this does not work; when I implement:

autoPtr<myProcessorMeshes> myProcessorMeshes;

if (doReconstruct)
{
// Set all times on processor meshes...
Forum: OpenFOAM Post-Processing October 19, 2009, 11:54
Replies: 28
Views: 5,822
Posted By melanie
Today I have a good news: I managed to compile...

Today I have a good news: I managed to compile and have something working! This is a first important step for me :)!

Now I still have some troubles. The main issue is that for the reconstruct...
Forum: OpenFOAM Post-Processing October 15, 2009, 10:38
Replies: 28
Views: 5,822
Posted By melanie
Hello, I am back with a referencing error;...

Hello,
I am back with a referencing error; actually Mark's suggestion


does not work... Could you please explain me how to build a library with all the classes required? I tried but without...
Forum: OpenFOAM Post-Processing October 6, 2009, 09:59
Replies: 28
Views: 5,822
Posted By melanie
Thanks Mark, I promise I will not do that again...

Thanks Mark, I promise I will not do that again :o...

I have corrected the code with your suggestions. Anyway, I cannot see the result since the executable is still not created... do you have an...
Forum: OpenFOAM Post-Processing October 6, 2009, 07:45
Replies: 28
Views: 5,822
Posted By melanie
Ok, thanks; for the moment I keep the 'dirty'...

Ok, thanks; for the moment I keep the 'dirty' solution and the file linking is working. I was able to compile the utility without errors, the compiling log shows the following:...
Forum: OpenFOAM Post-Processing October 5, 2009, 12:19
Replies: 28
Views: 5,822
Posted By melanie
I have done some modifications in...

I have done some modifications in foamToEnsightParts.C to treat decomposed data sets. By adding a condition linked to the option -reconstruct


if (args.optionFound("reconstruct"))
{
//...
Forum: OpenFOAM Post-Processing October 1, 2009, 04:31
Replies: 28
Views: 5,822
Posted By melanie
Actually I am answering in this thread because I...

Actually I am answering in this thread because I found a solution in the options of foamToEnsightParts utility. Indeed it is possible to supply a -index option that make the utility ''ignore the time...
Forum: OpenFOAM Post-Processing September 25, 2009, 09:49
Replies: 28
Views: 5,822
Posted By melanie
The writeFieldsOften functionObject comes from...

The writeFieldsOften functionObject comes from the simpleFunctionObjects library described on the Wiki here: http://openfoamwiki.net/index.php/Contrib_simpleFunctionObjects#Available_types. I am not...
Forum: OpenFOAM Post-Processing September 25, 2009, 08:34
Replies: 28
Views: 5,822
Posted By melanie
I did several tries with foamToEnsightParts, and...

I did several tries with foamToEnsightParts, and I found some issues. The first point is that this utility is unable to work on time data created with the writeFieldsOften functionObject, since the...
Forum: OpenFOAM Post-Processing September 25, 2009, 07:09
Replies: 28
Views: 5,822
Posted By melanie
Thanks Mark. Yes, I noticed that each call to...

Thanks Mark.
Yes, I noticed that each call to foamToEnsight utility removes the existing EnSight directory. I downloaded your foamZonesToEnsight utility from an old thread, and compilation only...
Forum: OpenFOAM Post-Processing September 24, 2009, 08:25
Replies: 28
Views: 5,822
Posted By melanie
Time selection in FoamToEnsight utility

Hello,

I would like to understand how works the time selection in foamToEnsight utility. In the beginning I thought that the new timeSelctor features were available, but finally it is not (no way...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT -4. The time now is 19:59.