PyFlex  1.0
Riser cross section analysis
timehist.FullAnalysisThread Class Reference
Inheritance diagram for timehist.FullAnalysisThread:
Collaboration diagram for timehist.FullAnalysisThread:

Public Member Functions

def __init__ (self, model, timeseries, indices, properties)
 
def run (self)
 
def filedump (self, part, tslength, localindex, globalindex)
 

Public Attributes

 model
 
 timeseries
 
 indices
 
 ntheta
 
 nphi
 
 bendmodel
 
 axialstress
 
 bendstress
 
 critcurv
 
 maxStickStress
 
 fricStress
 
 currentindex
 
 resultantstress
 

Static Public Attributes

 addFullCalcSignal = QtCore.Signal(int)
 
 finishedSignal = QtCore.Signal(bool)
 

Detailed Description

A thread to carry out full stress calculations.

Definition at line 1318 of file timehist.py.

Constructor & Destructor Documentation

def timehist.FullAnalysisThread.__init__ (   self,
  model,
  timeseries,
  indices,
  properties 
)

Definition at line 1325 of file timehist.py.

Member Function Documentation

def timehist.FullAnalysisThread.filedump (   self,
  part,
  tslength,
  localindex,
  globalindex 
)
Method for dumping to file. Makes files, keep track of indices and dumps data
:param part: counter for which part of the analysis is carried out.
:param tslength: Total length of time series
:param globalindex: index in all timeseries analysed
:param localindex: index in timeseries analyzed in this thread

Definition at line 1442 of file timehist.py.

def timehist.FullAnalysisThread.run (   self)
Method for running the analysis

Definition at line 1344 of file timehist.py.

Here is the call graph for this function:

Member Data Documentation

timehist.FullAnalysisThread.addFullCalcSignal = QtCore.Signal(int)
static

Definition at line 1322 of file timehist.py.

timehist.FullAnalysisThread.axialstress

Definition at line 1335 of file timehist.py.

timehist.FullAnalysisThread.bendmodel

Definition at line 1332 of file timehist.py.

timehist.FullAnalysisThread.bendstress

Definition at line 1336 of file timehist.py.

timehist.FullAnalysisThread.critcurv

Definition at line 1337 of file timehist.py.

timehist.FullAnalysisThread.currentindex

Definition at line 1341 of file timehist.py.

timehist.FullAnalysisThread.finishedSignal = QtCore.Signal(bool)
static

Definition at line 1323 of file timehist.py.

timehist.FullAnalysisThread.fricStress

Definition at line 1339 of file timehist.py.

timehist.FullAnalysisThread.indices

Definition at line 1329 of file timehist.py.

timehist.FullAnalysisThread.maxStickStress

Definition at line 1338 of file timehist.py.

timehist.FullAnalysisThread.model

Definition at line 1327 of file timehist.py.

timehist.FullAnalysisThread.nphi

Definition at line 1331 of file timehist.py.

timehist.FullAnalysisThread.ntheta

Definition at line 1330 of file timehist.py.

timehist.FullAnalysisThread.resultantstress

Definition at line 1426 of file timehist.py.

timehist.FullAnalysisThread.timeseries

Definition at line 1328 of file timehist.py.


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