Example of Creating a Table for a Profile
This section illustrates how you would go about creating a table for a profile.
Suppose that you must specify a velocity inlet as a function of Z. If you have a few points of data, you can create a table and use it to specify the inlet.

Even if you only want calculations in relation to one direction, you need columns that correspond to the two others (or the other in a two-dimensional case). Hence “empty” columns must contain entries of zero.





When you use Table (x,y,z) as the tabular method, once you set the Table and Table:Data properties, the other properties for the X, Y, and Z coordinates are read-only, since they map automatically to the columns in your table file with those headings.
This completes the example of setting a profile with tables.