![]() |
![]() |
![]() |
![]() |
CFDread_PLOT3D
Synopsis
reads a PLOT3D format data file
module CFDread_PLOT3D {
string+IPort2 filename_xyz;
string+IPort2 filename_q;
int+IPort2 format;
int+IPort2 iblanks;
int+IPort2 use_q;
int+IPort2 dims3d;
int+IPort2 multiblock;
int+IPort2 trigger;
Multi_Block+nosave out <NEportLevels={0,2}>;
link fields <NEportLevels={1,2},export
=1> => out.fields;
omethod+notify_inst+req rd_plot3d_update<status=1> (
filename_xyz+read+notify,filename_q+read+notify,
format+read+notify+req,iblanks+read+notify+req,
use_q+read+notify+req,trigger+read+notify+req,
dims3d+read+notify+req,multiblock+read+notify+req,
out+write ) = "CFDread_plot3d_update";
};V name
Description
CFDread_PLOT3D reads a pair of files which describe a PLOT3D data set. It reads that data into an array of fields; each field describes one block of the data set. The result can be operated on by any of the *_ARR array-of-fields macros.
Input
Output
Example
File
See also
![]() |
![]() |
![]() |
![]() |