WriteVariablesTime

class sharpy.postproc.writevariablestime.WriteVariablesTime[source]

Write variables with time

WriteVariablesTime is a class inherited from BaseSolver

It is a postprocessor that outputs the value of variables with time onto a text file.

settings_types

Acceptable data types of the input data

Type:dict
settings_default

Default values for input data should the user not provide them

Type:dict
See the list of arguments
dir

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
folder str Output folder directory ./output/
delimiter str Delimiter to be used in the output file `` ``
FoR_variables list(str) Variables of StructTimeStepInfo associated to the frame of reference to be writen ['']
FoR_number list(int) Number of the A frame of reference to output (for multibody configurations) <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a710>
structure_variables list(str) Variables of StructTimeStepInfo associated to the frame of reference to be writen ['']
structure_nodes list(int) Number of the nodes to be writen <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a780>
aero_panels_variables list(str) Variables of AeroTimeStepInfo associated to panels to be writen ['']
aero_panels_isurf list(int) Number of the panels’ surface to be output <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a7b8>
aero_panels_im list(int) Chordwise index of the panels to be output <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a7f0>
aero_panels_in list(int) Spanwise index of the panels to be output <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a828>
aero_nodes_variables list(str) Variables of AeroTimeStepInfo associated to nodes to be writen ['']
aero_nodes_isurf list(int) Number of the nodes’ surface to be output <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a860>
aero_nodes_im list(int) Chordwise index of the nodes to be output <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a898>
aero_nodes_in list(int) Spanwise index of the nodes to be output <sphinx.ext.autodoc.importer._MockObject object at 0x7f261087a8d0>
cleanup_old_solution bool Remove the existing files false