PeriPyDIC
Public Member Functions | Public Attributes | List of all members
IO.output.OutputCSV Class Reference

Class handles the output for CSV files. More...

Collaboration diagram for IO.output.OutputCSV:
Collaboration graph

Public Member Functions

def __init__ (self, outType, dataType, inputFile)
 Constructor. More...
 
def write (self, deck, problem)
 Writes the data to the CSV file. More...
 

Public Attributes

 outType
 Type of the output.
 
 inputFile
 Filename for the output file.
 
 dataType
 Type of the written data.
 

Detailed Description

Class handles the output for CSV files.

Constructor & Destructor Documentation

§ __init__()

def IO.output.OutputCSV.__init__ (   self,
  outType,
  dataType,
  inputFile 
)

Constructor.

Parameters
outTypeType of the output
dataTypeThe data, which is written to the CSV file
inputFileThe file where the output is written

Member Function Documentation

§ write()

def IO.output.OutputCSV.write (   self,
  deck,
  problem 
)

Writes the data to the CSV file.

Parameters
deckThe object containing the configuration of the yaml file
problemThe object containing the computational values

The documentation for this class was generated from the following file: