|
[Sponsors] |
March 14, 2008, 08:50 |
Hi,
I'm trying to write a new
|
#1 |
New Member
Christian Wesemeyer
Join Date: Mar 2009
Posts: 19
Rep Power: 17 |
Hi,
I'm trying to write a new boundary condition where I can use the result of the algebraic solution for the velocity profile of a fluid in a square duct. The analytical solution includes two summation loops, which I've tried to implement by two for-loops. My problem is, that in every looping-step I need to calculate the sinus of a product between the magnitue of a VectorField and a scalar and sum this up. As far as I've understood it the mag(VectorField) gives me a ScalarField as output, but when I try to sum up the so calculated scalarFields my calculation always aborts. I've already tried to eliminate all other possible reasons for the abortion and if I don't try to sum up the calculated ScalarFields everything works fine. Is there any kind to "sum-function" included in openfoam or how can I solve this problem? I've already searched the forum and the Doxygen, but the later looks very cryptic for me (I think, because I'm quite new to openFoam and C++). Thanks in advance Christian |
|
August 19, 2019, 18:11 |
|
#2 |
Senior Member
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12 |
I am facing a similar problem. Any suggestions?
|
|
August 19, 2019, 18:30 |
|
#3 |
Senior Member
Peter Hess
Join Date: Apr 2011
Location: Austria
Posts: 250
Rep Power: 17 |
Hello,
Well, may be I am not able to give you a direct answer, but at least I could give you plan B to overcome the chalange... After finishing the simulation, you could open the case using paraView, isolate the data you want to manipulate, export the data to openOffice and there you could manipulate the data the way you want... To do that make the following steps: - Open the case using paraFoam - Mark the boundary (or region) you want the data to be taken from - At the left side of the GUI of paraFoam click splite horizontal - In the new opened window choose SpreadSheet View - From attribute choose the poit or cell data as needed - You will see a list with all loaded variables - At the right side choose export SpreadSheet - Give the file a name - Open the file using excel - Manipulate as you want and have fun Regards Peter Last edited by peterhess; August 20, 2019 at 16:59. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to set up an AUTO_WRITE scalarField | xiao | OpenFOAM Running, Solving & CFD | 9 | July 22, 2010 04:23 |
max for scalarField | maka | OpenFOAM Bugs | 9 | February 19, 2009 10:43 |
ScalarField division | maka | OpenFOAM Pre-Processing | 2 | August 27, 2007 06:10 |
[CGNS] Computing a cellcentered scalarField from a vertexcentered scalarField | mbeaudoin | OpenFOAM Meshing & Mesh Conversion | 10 | February 22, 2007 08:43 |
Replacing components in a scalarField | grtabor | OpenFOAM Running, Solving & CFD | 1 | February 5, 2007 13:24 |