Class TMt3dmsTimeItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMt3dmsTimeItem = class(TPhastCollectionItem)

Description

no description available, TPhastCollectionItem description follows

Hierarchy

Overview

Fields

Private FStoredTimeStepMultiplier: TRealStorage;
Private FStoredStartTime: TRealStorage;
Private FMaxSteps: integer;
Private FStoredEndTime: TRealStorage;
Private FStoredStepSize: TRealStorage;
Private FStoredMaxStepSize: TRealStorage;
Private FSteadyState: boolean;

Methods

Private procedure SetEndTime(const Value: double);
Private procedure SetMaxSteps(const Value: integer);
Private procedure SetMaxStepSize(const Value: double);
Private procedure SetStartTime(const Value: double);
Private procedure SetStepSize(const Value: double);
Private procedure SetStoredEndTime(const Value: TRealStorage);
Private procedure SetStoredMaxStepSize(const Value: TRealStorage);
Private procedure SetStoredStartTime(const Value: TRealStorage);
Private procedure SetStoredStepSize(const Value: TRealStorage);
Private procedure SetStoredTimeStepMultiplier(const Value: TRealStorage);
Private procedure SetTimeStepMultiplier(const Value: double);
Private procedure PropertyChanged(Sender: TObject);
Private function GetEndTime: double;
Private function GetMaxStepSize: double;
Private function GetStartTime: double;
Private function GetStepSize: double;
Private function GetTimeStepMuitiplier: double;
Private procedure SetSteadyState(const Value: boolean);
Public constructor Create(Collection: TCollection); override;
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Public property StartTime: double read GetStartTime write SetStartTime;
Public property EndTime: double read GetEndTime write SetEndTime;
Public property StepSize: double read GetStepSize write SetStepSize;
Public property TimeStepMultiplier: double read GetTimeStepMuitiplier write SetTimeStepMultiplier;
Public property MaxStepSize: double read GetMaxStepSize write SetMaxStepSize;
Published property SteadyState: boolean read FSteadyState write SetSteadyState;
Published property MaxSteps: integer read FMaxSteps write SetMaxSteps;
Published property StoredStartTime: TRealStorage read FStoredStartTime write SetStoredStartTime;
Published property StoredEndTime: TRealStorage read FStoredEndTime write SetStoredEndTime;
Published property StoredStepSize: TRealStorage read FStoredStepSize write SetStoredStepSize;
Published property StoredTimeStepMultiplier: TRealStorage read FStoredTimeStepMultiplier write SetStoredTimeStepMultiplier;
Published property StoredMaxStepSize: TRealStorage read FStoredMaxStepSize write SetStoredMaxStepSize;

Description

Fields

Private FStoredTimeStepMultiplier: TRealStorage;
 
Private FStoredStartTime: TRealStorage;
 
Private FMaxSteps: integer;
 
Private FStoredEndTime: TRealStorage;
 
Private FStoredStepSize: TRealStorage;
 
Private FStoredMaxStepSize: TRealStorage;
 
Private FSteadyState: boolean;
 

Methods

Private procedure SetEndTime(const Value: double);
 
Private procedure SetMaxSteps(const Value: integer);
 
Private procedure SetMaxStepSize(const Value: double);
 
Private procedure SetStartTime(const Value: double);
 
Private procedure SetStepSize(const Value: double);
 
Private procedure SetStoredEndTime(const Value: TRealStorage);
 
Private procedure SetStoredMaxStepSize(const Value: TRealStorage);
 
Private procedure SetStoredStartTime(const Value: TRealStorage);
 
Private procedure SetStoredStepSize(const Value: TRealStorage);
 
Private procedure SetStoredTimeStepMultiplier(const Value: TRealStorage);
 
Private procedure SetTimeStepMultiplier(const Value: double);
 
Private procedure PropertyChanged(Sender: TObject);
 
Private function GetEndTime: double;
 
Private function GetMaxStepSize: double;
 
Private function GetStartTime: double;
 
Private function GetStepSize: double;
 
Private function GetTimeStepMuitiplier: double;
 
Private procedure SetSteadyState(const Value: boolean);
 
Public constructor Create(Collection: TCollection); override;
 
Public destructor Destroy; override;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Public property StartTime: double read GetStartTime write SetStartTime;
 
Public property EndTime: double read GetEndTime write SetEndTime;
 
Public property StepSize: double read GetStepSize write SetStepSize;

DT0 The meaning of StepSize depends on whether or not the solution is explicit or implicit. It is implicit if the GCG solver is chosen. Otherwise it is explicit.

Public property TimeStepMultiplier: double read GetTimeStepMuitiplier write SetTimeStepMultiplier;

TTSMULT

Public property MaxStepSize: double read GetMaxStepSize write SetMaxStepSize;

TTSMAX

Published property SteadyState: boolean read FSteadyState write SetSteadyState;

MXSTRN

Published property MaxSteps: integer read FMaxSteps write SetMaxSteps;
 
Published property StoredStartTime: TRealStorage read FStoredStartTime write SetStoredStartTime;
 
Published property StoredEndTime: TRealStorage read FStoredEndTime write SetStoredEndTime;
 
Published property StoredStepSize: TRealStorage read FStoredStepSize write SetStoredStepSize;

DT0

Published property StoredTimeStepMultiplier: TRealStorage read FStoredTimeStepMultiplier write SetStoredTimeStepMultiplier;

TTSMULT

Published property StoredMaxStepSize: TRealStorage read FStoredMaxStepSize write SetStoredMaxStepSize;

TTSMAX


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:53