WriteVariablesTime¶
Write variables with time
WriteVariablesTimeis a class inherited fromBaseSolverIt is a postprocessor that outputs the value of variables with time onto a text file.
Acceptable data types of the input data
- Type
dict
Default values for input data should the user not provide them
- Type
dict
-
See the list of arguments
directory to output the information
- Type
str
The settings that this solver accepts are given by a dictionary, with the following key-value pairs:
Name
Type
Description
Default
delimiterstrDelimiter to be used in the output file
`` ``
FoR_variableslist(str)Variables of
StructTimeStepInfoassociated to the frame of reference to be writen['']FoR_numberlist(int)Number of the A frame of reference to output (for multibody configurations)
numpy.arraystructure_variableslist(str)Variables of
StructTimeStepInfoassociated to the frame of reference to be writen['']structure_nodeslist(int)Number of the nodes to be writen
numpy.arrayaero_panels_variableslist(str)Variables of
AeroTimeStepInfoassociated to panels to be writen['']aero_panels_isurflist(int)Number of the panels’ surface to be output
numpy.arrayaero_panels_imlist(int)Chordwise index of the panels to be output
numpy.arrayaero_panels_inlist(int)Spanwise index of the panels to be output
numpy.arrayaero_nodes_variableslist(str)Variables of
AeroTimeStepInfoassociated to nodes to be writen['']aero_nodes_isurflist(int)Number of the nodes’ surface to be output
numpy.arrayaero_nodes_imlist(int)Chordwise index of the nodes to be output
numpy.arrayaero_nodes_inlist(int)Spanwise index of the nodes to be output
numpy.arraycleanup_old_solutionboolRemove the existing files
Falsevel_field_variableslist(str)Variables associated to the velocity field. Only
uextimplemented so far[]vel_field_pointslist(float)List of coordinates of the control points as x1, y1, z1, x2, y2, z2 …
numpy.array