Class TPrintInitial

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPrintInitial = class(TPersistent)

Description

TPrintInitial stores options related to the PRINT_INITIAL data block in PHAST.

Hierarchy

Overview

Fields

Private FPrintInitialBoundaryConditions: boolean;
Private FPrintInitialComponents: boolean;
Private FPrintInitialConductance: boolean;
Private FPrintInitialEchoInput: boolean;
Private FPrintInitialFluidProperties: boolean;
Private FPrintInitialForceChemistryPrint: boolean;
Private FPrintInitialHDF_Chemistry: boolean;
Private FPrintInitialHDF_Heads: boolean;
Private FPrintInitialHDF_SteadyFlowVelocites: boolean;
Private FPrintInitialHeads: boolean;
Private FPrintInitialMediaProperties: boolean;
Private FPrintInitialSolutionMethod: boolean;
Private FPrintInitialSteadyFlowVelocities: boolean;
Private FPrintInitialWells: boolean;
Private FPrintInitialXYZ_Chemistry: boolean;
Private FPrintInitialXYZ_Components: boolean;
Private FPrintInitialXYZ_Heads: boolean;
Private FPrintInitialXYZ_SteadyFlowVelocities: boolean;
Private FPrintInitialXYZ_Wells: boolean;

Methods

Private procedure SetPrintInitialBoundaryConditions(const Value: boolean);
Private procedure SetPrintInitialComponents(const Value: boolean);
Private procedure SetPrintInitialConductance(const Value: boolean);
Private procedure SetPrintInitialEchoInput(const Value: boolean);
Private procedure SetPrintInitialFluidProperties(const Value: boolean);
Private procedure SetPrintInitialForceChemistryPrint(const Value: boolean);
Private procedure SetPrintInitialHDF_Chemistry(const Value: boolean);
Private procedure SetPrintInitialHDF_Heads(const Value: boolean);
Private procedure SetPrintInitialHDF_SteadyFlowVelocites(const Value: boolean);
Private procedure SetPrintInitialHeads(const Value: boolean);
Private procedure SetPrintInitialMediaProperties(const Value: boolean);
Private procedure SetPrintInitialSolutionMethod(const Value: boolean);
Private procedure SetPrintInitialSteadyFlowVelocities(const Value: boolean);
Private procedure SetPrintInitialWells(const Value: boolean);
Private procedure SetPrintInitialXYZ_Chemistry(const Value: boolean);
Private procedure SetPrintInitialXYZ_Components(const Value: boolean);
Private procedure SetPrintInitialXYZ_Heads(const Value: boolean);
Private procedure SetPrintInitialXYZ_SteadyFlowVelocities( const Value: boolean);
Private procedure SetPrintInitialXYZ_Wells(const Value: boolean);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create;

Properties

Published property PrintInitialBoundaryConditions: boolean read FPrintInitialBoundaryConditions write SetPrintInitialBoundaryConditions;
Published property PrintInitialComponents: boolean read FPrintInitialComponents write SetPrintInitialComponents;
Published property PrintInitialConductance: boolean read FPrintInitialConductance write SetPrintInitialConductance;
Published property PrintInitialEchoInput: boolean read FPrintInitialEchoInput write SetPrintInitialEchoInput;
Published property PrintInitialFluidProperties: boolean read FPrintInitialFluidProperties write SetPrintInitialFluidProperties;
Published property PrintInitialForceChemistryPrint: boolean read FPrintInitialForceChemistryPrint write SetPrintInitialForceChemistryPrint;
Published property PrintInitialHDF_Chemistry: boolean read FPrintInitialHDF_Chemistry write SetPrintInitialHDF_Chemistry;
Published property PrintInitialHDF_Heads: boolean read FPrintInitialHDF_Heads write SetPrintInitialHDF_Heads;
Published property PrintInitialHDF_SteadyFlowVelocites: boolean read FPrintInitialHDF_SteadyFlowVelocites write SetPrintInitialHDF_SteadyFlowVelocites;
Published property PrintInitialHeads: boolean read FPrintInitialHeads write SetPrintInitialHeads;
Published property PrintInitialMediaProperties: boolean read FPrintInitialMediaProperties write SetPrintInitialMediaProperties;
Published property PrintInitialSolutionMethod: boolean read FPrintInitialSolutionMethod write SetPrintInitialSolutionMethod;
Published property PrintInitialSteadyFlowVelocities: boolean read FPrintInitialSteadyFlowVelocities write SetPrintInitialSteadyFlowVelocities;
Published property PrintInitialWells: boolean read FPrintInitialWells write SetPrintInitialWells;
Published property PrintInitialXYZ_Chemistry: boolean read FPrintInitialXYZ_Chemistry write SetPrintInitialXYZ_Chemistry;
Published property PrintInitialXYZ_Components: boolean read FPrintInitialXYZ_Components write SetPrintInitialXYZ_Components;
Published property PrintInitialXYZ_Heads: boolean read FPrintInitialXYZ_Heads write SetPrintInitialXYZ_Heads;
Published property PrintInitialXYZ_SteadyFlowVelocities: boolean read FPrintInitialXYZ_SteadyFlowVelocities write SetPrintInitialXYZ_SteadyFlowVelocities;
Published property PrintInitialXYZ_Wells: boolean read FPrintInitialXYZ_Wells write SetPrintInitialXYZ_Wells;

Description

Fields

Private FPrintInitialBoundaryConditions: boolean;

FPrintInitialBoundaryConditions: boolean; See PrintInitialBoundaryConditions.

Private FPrintInitialComponents: boolean;

FPrintInitialComponents: boolean; See PrintInitialComponents.

Private FPrintInitialConductance: boolean;

FPrintInitialConductance: boolean; See PrintInitialConductance.

Private FPrintInitialEchoInput: boolean;

FPrintInitialEchoInput: boolean; See PrintInitialEchoInput.

Private FPrintInitialFluidProperties: boolean;

FPrintInitialFluidProperties: boolean; See PrintInitialFluidProperties.

Private FPrintInitialForceChemistryPrint: boolean;

FPrintInitialForceChemistryPrint: boolean; See PrintInitialForceChemistryPrint.

Private FPrintInitialHDF_Chemistry: boolean;

FPrintInitialHDF_Chemistry: boolean; See PrintInitialHDF_Chemistry.

Private FPrintInitialHDF_Heads: boolean;

FPrintInitialHDF_Heads: boolean; See PrintInitialHDF_Heads.

Private FPrintInitialHDF_SteadyFlowVelocites: boolean;

FPrintInitialHDF_SteadyFlowVelocites: boolean; See PrintInitialHDF_SteadyFlowVelocites.

Private FPrintInitialHeads: boolean;

FPrintInitialHeads: boolean; See PrintInitialHeads.

Private FPrintInitialMediaProperties: boolean;

FPrintInitialMediaProperties: boolean; See PrintInitialMediaProperties.

Private FPrintInitialSolutionMethod: boolean;

FPrintInitialSolutionMethod: boolean; See PrintInitialSolutionMethod.

Private FPrintInitialSteadyFlowVelocities: boolean;

FPrintInitialSteadyFlowVelocities: boolean; See PrintInitialSteadyFlowVelocities.

Private FPrintInitialWells: boolean;

FPrintInitialWells: boolean; See PrintInitialWells.

Private FPrintInitialXYZ_Chemistry: boolean;

FPrintInitialXYZ_Chemistry: boolean; See PrintInitialXYZ_Chemistry.

Private FPrintInitialXYZ_Components: boolean;

FPrintInitialXYZ_Components: boolean; See PrintInitialXYZ_Components.

Private FPrintInitialXYZ_Heads: boolean;

FPrintInitialXYZ_Heads: boolean; See PrintInitialXYZ_Heads.

Private FPrintInitialXYZ_SteadyFlowVelocities: boolean;

FPrintInitialXYZ_SteadyFlowVelocities: boolean; See PrintInitialXYZ_SteadyFlowVelocities.

Private FPrintInitialXYZ_Wells: boolean;

FPrintInitialXYZ_Wells: boolean; See PrintInitialXYZ_Wells.

Methods

Private procedure SetPrintInitialBoundaryConditions(const Value: boolean);

See PrintInitialBoundaryConditions.

Private procedure SetPrintInitialComponents(const Value: boolean);

See PrintInitialComponents.

Private procedure SetPrintInitialConductance(const Value: boolean);

See PrintInitialConductance.

Private procedure SetPrintInitialEchoInput(const Value: boolean);

See PrintInitialEchoInput.

Private procedure SetPrintInitialFluidProperties(const Value: boolean);

See PrintInitialFluidProperties.

Private procedure SetPrintInitialForceChemistryPrint(const Value: boolean);

See PrintInitialForceChemistryPrint.

Private procedure SetPrintInitialHDF_Chemistry(const Value: boolean);

See PrintInitialHDF_Chemistry.

Private procedure SetPrintInitialHDF_Heads(const Value: boolean);

See PrintInitialHDF_Heads.

Private procedure SetPrintInitialHDF_SteadyFlowVelocites(const Value: boolean);

See PrintInitialHDF_SteadyFlowVelocites.

Private procedure SetPrintInitialHeads(const Value: boolean);

See PrintInitialHeads.

Private procedure SetPrintInitialMediaProperties(const Value: boolean);

See PrintInitialMediaProperties.

Private procedure SetPrintInitialSolutionMethod(const Value: boolean);

See PrintInitialSolutionMethod.

Private procedure SetPrintInitialSteadyFlowVelocities(const Value: boolean);

See PrintInitialSteadyFlowVelocities.

Private procedure SetPrintInitialWells(const Value: boolean);

See PrintInitialWells.

Private procedure SetPrintInitialXYZ_Chemistry(const Value: boolean);

See PrintInitialXYZ_Chemistry.

Private procedure SetPrintInitialXYZ_Components(const Value: boolean);

See PrintInitialXYZ_Components.

Private procedure SetPrintInitialXYZ_Heads(const Value: boolean);

See PrintInitialXYZ_Heads.

Private procedure SetPrintInitialXYZ_SteadyFlowVelocities( const Value: boolean);

See PrintInitialXYZ_SteadyFlowVelocities.

Private procedure SetPrintInitialXYZ_Wells(const Value: boolean);

See PrintInitialXYZ_Wells.

Public procedure Assign(Source: TPersistent); override;

If Source is a TPrintInitial, Assign copies Source to the object that called Assign.

Public constructor Create;

Create creates an instance of TPrintInitial

Properties

Published property PrintInitialBoundaryConditions: boolean read FPrintInitialBoundaryConditions write SetPrintInitialBoundaryConditions;

PrintInitialBoundaryConditions specifies whether PHAST will print the initial boundary conditions.

Published property PrintInitialComponents: boolean read FPrintInitialComponents write SetPrintInitialComponents;

PrintInitialComponents specifies whether PHAST will print the initial components.

Published property PrintInitialConductance: boolean read FPrintInitialConductance write SetPrintInitialConductance;

PrintInitialConductance specifies whether PHAST will print the initial conductance.

Published property PrintInitialEchoInput: boolean read FPrintInitialEchoInput write SetPrintInitialEchoInput;

PrintInitialEchoInput specifies whether PHAST will echo the input.

Published property PrintInitialFluidProperties: boolean read FPrintInitialFluidProperties write SetPrintInitialFluidProperties;

PrintInitialFluidProperties specifies whether PHAST will print the initial fluid properties.

Published property PrintInitialForceChemistryPrint: boolean read FPrintInitialForceChemistryPrint write SetPrintInitialForceChemistryPrint;

PrintInitialForceChemistryPrint specifies whether PHAST will force the chemistry to be printed.

Published property PrintInitialHDF_Chemistry: boolean read FPrintInitialHDF_Chemistry write SetPrintInitialHDF_Chemistry;

PrintInitialHDF_Chemistry specifies whether PHAST will print the initial chemistry in the HDF file.

Published property PrintInitialHDF_Heads: boolean read FPrintInitialHDF_Heads write SetPrintInitialHDF_Heads;

PrintInitialHDF_Heads specifies whether PHAST will print the

initial heads in the HDF file.

Published property PrintInitialHDF_SteadyFlowVelocites: boolean read FPrintInitialHDF_SteadyFlowVelocites write SetPrintInitialHDF_SteadyFlowVelocites;

PrintInitialHDF_SteadyFlowVelocites specifies whether PHAST will print the steady flow velocities in the HDF file.

Published property PrintInitialHeads: boolean read FPrintInitialHeads write SetPrintInitialHeads;

PrintInitialHeads specifies whether PHAST will print the initial heads.

Published property PrintInitialMediaProperties: boolean read FPrintInitialMediaProperties write SetPrintInitialMediaProperties;

PrintInitialMediaProperties specifies whether PHAST will print the initial media properties.

Published property PrintInitialSolutionMethod: boolean read FPrintInitialSolutionMethod write SetPrintInitialSolutionMethod;

PrintInitialSolutionMethod specifies whether PHAST will print the initial solution method.

Published property PrintInitialSteadyFlowVelocities: boolean read FPrintInitialSteadyFlowVelocities write SetPrintInitialSteadyFlowVelocities;

PrintInitialSteadyFlowVelocities specifies whether PHAST will print the initial steady flow velocities.

Published property PrintInitialWells: boolean read FPrintInitialWells write SetPrintInitialWells;

PrintInitialWells specifies whether PHAST will print the initial wells.

Published property PrintInitialXYZ_Chemistry: boolean read FPrintInitialXYZ_Chemistry write SetPrintInitialXYZ_Chemistry;

PrintInitialXYZ_Chemistry specifies whether PHAST will print the initial chemistry at X,Y,Z locations.

Published property PrintInitialXYZ_Components: boolean read FPrintInitialXYZ_Components write SetPrintInitialXYZ_Components;

PrintInitialXYZ_Components specifies whether PHAST will print the initial components at X,Y,Z locations.

Published property PrintInitialXYZ_Heads: boolean read FPrintInitialXYZ_Heads write SetPrintInitialXYZ_Heads;

PrintInitialXYZ_Heads specifies whether PHAST will print the initial heads at X,Y,Z locations.

Published property PrintInitialXYZ_SteadyFlowVelocities: boolean read FPrintInitialXYZ_SteadyFlowVelocities write SetPrintInitialXYZ_SteadyFlowVelocities;

PrintInitialXYZ_SteadyFlowVelocities specifies whether PHAST will print the initial steady flow velocities at X,Y,Z locations.

Published property PrintInitialXYZ_Wells: boolean read FPrintInitialXYZ_Wells write SetPrintInitialXYZ_Wells;

PrintInitialXYZ_Wells specifies whether PHAST will print the initial wells at X,Y,Z locations.


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