PyTuflow: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
Line 15: Line 15:
res = tu.ResData('M01_5m_001.tpc') # initialising with results
res = tu.ResData('M01_5m_001.tpc') # initialising with results
</pre>
</pre>

'''Methods'''
{|class="wikitable" style="text-align: center;"
!colspan="4" style="background-color:#005581; font-weight:bold; color:white;"|Example Models
|-
|<b>Method</b>||<b>Description</b>||<b>Returns</b></b>
|-
|rowspan="3"|<b>Basic 2D Model</b>
|Write empty files
|EG00_Empty_5m_000.tcf
|N/A
|-
|}

Revision as of 14:48, 8 February 2019

Class: ResData

Class for TUFLOW time series results.

Initialised as an empty object, or with results with a *.tpc in TUFLOW 2016 release and later or *.info in TUFLOW 2013 release.

import pytuflow as tu


res = tu.ResData()  # initialising as an empty object

# or

res = tu.ResData('M01_5m_001.tpc')  # initialising with results

Methods

Example Models
Method Description Returns
Basic 2D Model Write empty files EG00_Empty_5m_000.tcf N/A