Class TTimeCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TTimeCollection = class(TPhastCollection)

Description

TTimeCollection represents a collection of stress periods in PHAST.

Hierarchy

Overview

Fields

Private FStartTime: TRealStorage;

Methods

Private procedure SetStartTime(const Value: TRealStorage);
Public constructor Create(Model: TBaseModel);
Public function TimeStepLength(const Time: double): double;
Public Destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;
Public procedure Initialize;

Properties

Published property StartTime: TRealStorage read FStartTime write SetStartTime;

Description

Fields

Private FStartTime: TRealStorage;
 

Methods

Private procedure SetStartTime(const Value: TRealStorage);
 
Public constructor Create(Model: TBaseModel);

Create creates an instance of TTimeCollection.

Public function TimeStepLength(const Time: double): double;

TimeStepLength returns the time-step length of the first TTimeItem whose ending time is greater than Time.

Public Destructor Destroy; override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public procedure Initialize;
 

Properties

Published property StartTime: TRealStorage read FStartTime write SetStartTime;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:06