|
[Sponsors] |
[General] Subtracting 2 surface vectors and plotting the difference contour |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 3, 2024, 00:10 |
Subtracting 2 surface vectors and plotting the difference contour
|
#1 |
Member
Anurag
Join Date: Feb 2023
Posts: 78
Rep Power: 3 |
Hi all,
I have tried this: subtracting 2 slices but not able to color it by the difference. I have 2 surface vectors and i have used resampled data set to create a new. Now i am applying the calculator to subtract the quantity sqrt(U_Y*U_Y+U_Z*U_Z)_SurfaceVectors1-sqrt(U_Y*U_Y+U_Z*U_Z)_SurfaceVectors2. But this is not happening and causing some issue. Shall i have to do something else? Thanks! |
|
August 5, 2024, 05:46 |
|
#2 |
Senior Member
M
Join Date: Dec 2017
Posts: 703
Rep Power: 13 |
It seems you want to get the difference of the in-x-plane velocity magnitude. You cannot collect two value fields with the same variable name in one source. Instead, calculate the in plane velocity magnitude for the one, give it some name, calculate it for the second source, use GroupDataset to bring them together and then you should be able to calculate the difference by velMag1 - velMag2 and plot it.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plotting vertical velocity profile over a surface | streamline90 | OpenFOAM Post-Processing | 0 | November 8, 2017 11:45 |
Plotting pressure difference contour at a surface | pszatk | CFX | 1 | April 26, 2017 19:38 |
Software for Plotting Vectors along a custom Path | Flyingcircus | Visualization & Post-Processing | 0 | January 13, 2016 12:23 |
plotting vectors normal to curved surface | azmir | Siemens | 5 | October 30, 2004 06:37 |