|
[Sponsors] |
January 25, 2018, 12:19 |
Velocity vector
|
#1 |
New Member
azdasher
Join Date: Jan 2017
Posts: 5
Rep Power: 9 |
Hello,
This question was asked in many other forums but unfortunately not answer yet...Do anybody know: How can I create a velocity vector field from velocity components? I have U, V, W and I can comute Velcocity=sqrt((U*U)+(V*V)+(W*W)) but this is a scalar value without directions. How can I give a direction to this scalar value and then use it to compute the streamlines? help is really appreciated Thanks |
|
January 25, 2018, 12:55 |
|
#2 |
New Member
Forge Analytics
Join Date: Jan 2018
Posts: 16
Rep Power: 8 |
You can compose a vector field by using the iHat, jHat, and kHat operators in the calculator.
If your scalar values are U, V, and W, your velocity vector field calculator would be: (iHat*U) + (jHat*V) + (kHat*W) Let me know if you have any trouble
__________________
https://forgeanalytics.io/ | Data Management for Scientists and Engineers |
|
January 25, 2018, 19:01 |
Thank you
|
#3 |
New Member
azdasher
Join Date: Jan 2017
Posts: 5
Rep Power: 9 |
That works, that what I was looking for ...
many thanks |
|
Tags |
creating vectors, velocity components |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to get velocity vector at the outer edge of the boundary layer | ousoweak | OpenFOAM Programming & Development | 0 | March 19, 2017 23:40 |
Multiphase flow - incorrect velocity on inlet | Mike_Tom | CFX | 6 | September 29, 2016 02:27 |
Velocity vector data in OpenFOAM and ParaView mismatch | tekky | OpenFOAM | 9 | December 21, 2009 12:26 |
How to get the averaged velocity vector plot | commonyue | Main CFD Forum | 2 | December 18, 2009 06:24 |
surface velocity vector | ritmat | FLUENT | 1 | June 26, 2007 04:45 |