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 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: braennstroem
Forum: OpenFOAM Post-Processing April 11, 2008, 05:15
Replies: 68
Views: 15,853
Posted By braennstroem
Hi Dragos, it works :-) Act

Hi Dragos,

it works :-) Actually min and max = 0 were just a 'dummy'.
I use these lines with gMin, gMax (as in bound.c):

label buffmin = findMin(scalarFlds1);
label buffmax =...
Forum: OpenFOAM Post-Processing April 10, 2008, 13:45
Replies: 68
Views: 15,853
Posted By braennstroem
Thanks, I tried it and this ap

Thanks, I tried it and this approach:

label buffmin = findMin(scalarFlds1);
label buffmax = findMax(scalarFlds1);

//labelList buffmin(scalarFlds1.size());
//labelList...
Forum: OpenFOAM Post-Processing April 10, 2008, 07:53
Replies: 68
Views: 15,853
Posted By braennstroem
Thanks, I just try something l

Thanks, I just try something like:

label buffmin = findMin(scalarFlds1);
label buffmax = findMax(scalarFlds1);
forAll(scalarFlds1, i)
{
...
Forum: OpenFOAM Post-Processing April 9, 2008, 12:08
Replies: 68
Views: 15,853
Posted By braennstroem
Hi Dragos, thanks, though i

Hi Dragos,

thanks, though it seems to be a global max or min. One probably has to narrow the variable values to the subsetter mesh!?

Fabian
Forum: OpenFOAM Post-Processing April 9, 2008, 05:01
Replies: 68
Views: 15,853
Posted By braennstroem
Hi Dragos, thanks, I will t

Hi Dragos,

thanks, I will try the vtk write as soon as I know how to do it ;-)

Maybe, you could help in the meanwhile with a different problem. As soon as I have the subsette/plane, is...
Forum: OpenFOAM Post-Processing March 31, 2008, 11:36
Replies: 68
Views: 15,853
Posted By braennstroem
Thanks for the file hint, but

Thanks for the file hint, but it does not work due to the different number of cells in the two planes, because it writes just one 'polyMesh' for both planes. Maybe, there is a chance to write it in...
Forum: OpenFOAM Post-Processing March 31, 2008, 10:03
Replies: 68
Views: 15,853
Posted By braennstroem
Yes, I have 2 subsetters like

Yes, I have 2 subsetters like this:

#--------------------------------------------
// Plane 1
point pnt(0,25,0);
vector direction(0,1,1);
plane pl1(pnt,direction);
...
Forum: OpenFOAM Post-Processing March 31, 2008, 07:23
Replies: 68
Views: 15,853
Posted By braennstroem
Hi Dragos, do you have a hi

Hi Dragos,

do you have a hint, how to write out more than one plane at a time? I tried using the same code twice with different names, which does not work. I think 'subsetter' makes some...
Forum: OpenFOAM Post-Processing February 29, 2008, 08:06
Replies: 68
Views: 15,853
Posted By braennstroem
Hi, great, thanks for the e

Hi,

great, thanks for the explanation!

Fabian
Forum: OpenFOAM Post-Processing February 28, 2008, 14:18
Replies: 68
Views: 15,853
Posted By braennstroem
Hi Dragos, thank! But how c

Hi Dragos,

thank! But how can one know this from the error message?

Fabian
Forum: OpenFOAM Post-Processing February 26, 2008, 13:06
Replies: 68
Views: 15,853
Posted By braennstroem
Hi Dragos, I tried your cod

Hi Dragos,

I tried your code snip, but have some problems compiling it:

-lincompressibleLESmodels -lincompressibleTransportModels -lfiniteVolume -lmeshTools -lOpenFOAM -liberty -ldl ...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -4. The time now is 17:24.