Hi,
I installed vapor 2.3.0. In Georgiacasestudy document has written probe tag with hold "cntrl" we could select three varible U, V, W. However I couldn't and in "transfer function editor" I just have one of them.!
Could any body help me for my problem.
Sincerly
Ehsan Taghizadeh
Ehsan,
The probe no longer supports multiple variables because you can now use Python to create any combination of variables. To visualize the magnitude of (U,V,W) in the probe, from the VAPOR Edit menu, click "Edit Python program defining a new variable", define a new variable "UVW" equal to sqrt(U*U+V*V+W*W), (with inputs U,V,W) and apply it. Then select UVW in the Probe panel to visualize it.
Regards,
-Alan