paraview - Edit data in tecplot -


the results in tecplot through generated .vtk files small (eg magnitude of ^-18) because run analysis through scaled down model.

i give results in exagerated form deflection , stresses visible. need multiply results factor.

can in tecplot interface or should find way write .vtk files magnification factor.

a method either appreciated.

ps - have used calculator in paraview there similar in tecplot ?

thanks

you can create new variable using tecplot calculator. in :

data > alter > specify equations

in menu :

  1. select zone want alter (in case of doubt, select zones)
  2. create new variable new_var original variable var multiplied factor (eg. 100) :

    {new_var} = {var}*100

  3. use "compute" button

nb :

  • variables names must put between braces
  • you can find names of variables "data set info..." button, in top right corner of "specify equations" menu.

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -