Carpet Plots in CFD-VIEW
Carpet Plots are used for visualization of computed
data on 2D surfaces. A carpet plot is created by displacing
the 2D surface vertically based on one of the variables
computed over that surface. The carpet plot can also be colored
by the same or different variable.
Using CFD-VIEW Scripting for Transient Simulations
With the Python scripting capabilities of CFD-VIEW, you can quickly and easily perform
the repetitive tasks you encounter when post-processing transient simulations.
Saving Surface Data to a View Object File
Often, it is useful or necessary to take data on a surface and
perform further calculations on this data using another software
package. To enable you to write this type of data, CFD-VIEW has a
View Object File format ("*.vof"). CFD-VIEW uses this file format to store the X, Y, and Z
locations of the nodes on the surface along with the associated
data that was written to the DTF (e.g. U, V, W, P, etc.)
Blanking Option in CFD-VIEW for Visualizing Chimera Grids
CFD-FASTRAN uses closed surfaces, such as walls or
blocked regions, to create Chimera holes (or blanked
regions) in a grid. By default, the number of buffer
layers is set to 1. This means that a closed surface
will cut a hole in any mesh that overlaps it, and the
initial "blanking" of grid cells defines the hole.
User Defined Curve Probes in CFD-VIEW
CFD-VIEW allows the user to create curve
probes from a file containing XYZ data. This feature gives the user flexibility of
collecting data on any specified/desired curve in the computational domain. As an
example of use, these "curved line" probes could be used to sample
simulation data at the same locations that experimental data was collected.