Description:
DataSet represents a COM object to a dataset of the optimization results. For each optimization step, a dataset will be generated. A dataset contains beside the results of nominal calculation, also results of the design of experiment (DOE)
Properties: (All ReadOnly)
Status |
Return the status of the nominal calculation 0 = Ok 1 = Failed 2 = Out 3 = Virtual 4 = Condition |
Nominal | Return a value list of all Nominal Parameters of the experiment |
Tolerance | Return a tolerance value list of all Stochastic Parameters of the experiment |
Constraint | Return a value list of all Constraints of the experiment |
Criterion | Return a value list of all Criteria of the experiment |
Output | Return a value list of all Outputs of the experiment |
Transfer | Return a value list of all Transfer Variables of the experiment |
Switcher | Return a value list of all Switchers of the experiment |
Values1D(Integer Index) | Return a nominal value matrix of the 1D-variable with Index between 0 and number of all 1D-variablesin the experiment |
Reference | Return a reference value list for all Stochastic Parameters of the experiment (only valid for Moment-Methods) |
DOEMethode |
Method for Design of Experiment 0 = Monte Carlo Sampling 1 = Latin Hypercube Sampling 2 = Moment 2. Ordnung 3 = Subset Simulation 4 = Sobol Sampling 5 = Second Order Moment without Interaction 6 = First Order Moment 7 = First order Moment without Interaction 8..11 = Reserved 12 = Full Factorial Design 13 = Central Composite Design 14 = User Design 15 = Standard 16 = Orthogonal Array |
DOEStatus | Return a value list of status for DOE |
DOEStochastic(Interger Index) | Return a DOE value list of the Stochastic Parameter with Index between 0 and number of all Stochastic Parameters in the experiment |
DOEConstraint(Interger Index) | Return a DOE value list of the Constraint with Index between 0 and number of all Constraints in the experiment |
DOECriterion(Interger Index) | Return a DOE value list of the Criterion with Index between 0 and number of all Criteria in the experiment |
DOEOutput(Interger Index) | Return a DOE value list of the Output with Index between 0 and number of all Outputs in the experiment |
DOETransfer(Interger Index) | Return a DOE value list of the Transfer Variable with Index between 0 and number of all Transfer Variables in the experiment |
DOESwitcher(Interger Index) | Return a DOE value list of the Switcher with Index between 0 and number of all Switchers in the experiment |
DOEValues1D(Integer Index, Integer Number) | Return a DOE value matrix of the 1D-variable with Index (0..n) of all 1D-variables and the DOE-running number (0..n) in the experiment |
LambdaConstraint | Return a Lambdas-object for all Constraints in experiment |
LambdaCriterion | Return a Lambdas-object for all Criteria of the experiment |
DistributionStochastic | Return a Distributions-object for all stochastic parameters |
DistributionConstraint | Return a Distributions-object for all constraints |
DistributionCriterion | Return a Distributions-object for all criteria |
Distribution1D(Interger Index) | Return a Distributions-object for the 1D-variable with Index between 0 and number of all 1D-variables in the experiment |
XAxis1D(Integer Index) | Return a value list of the X-Axis of the 1D-variable with Index between 0 and the number of all 1D-variables in the experiment |
MainConstraints(Interger Index) | Return a value list of the main effect for the Constraint with Index between 0 und the number of all Constraints in the experiment |
TotalConstraints(Interger Index) | Return a value list of the total effect for the Constraint with Index between 0 und the number of all Constraints in the experiment |
InterConstraints(Interger Index) | Return a value list of the interaction effect for the Constraint with Index between 1 und the number of all Constraints in the experiment |
MainCriteria(Interger Index) | Return a value list of the main effect for the Criterion with Index between 0 und the number of all Criteria in the experiment |
TotalCriteria(Interger Index) | Return a value list of the total effect for the Criterion with Index between 0 und the number of all Criteria in the experiment |
InterCriteria(Interger Index) | Return a value list of the interaction effect for the Criterion with Index between 0 und the number of all Criteria in the experiment |
MainSensitivity1D(Interger Index) | Return a value matrix of the main effect for the 1D-variable with Index between 0 und the number of all 1D-variables in the experiment |
TotalSensitivity1D(Interger Index) | Return a value matrix of the total effect for the 1D-variable with Index between 0 und the number of all 1D-variables in the experiment |
CoefficientConstraints(Interger Index) | Return a value list of the Response Surface coefficients of the Constraint with Index between 1 and the number of all Constraints in the experiment |
CovarianceConstraints(Interger Index) | Return a value list of the co-variances of the Constraint with Index between 0 and the number of all Constraints in the experiment |
HyperparameterConstraints(Interger Index) | Return a value list of the hyper-parameters of the Constraint with Index between 0 and the number of all Constraints in the experiment |
CoefficientCriteria(Interger Index) | Return a value list of the Response Surface coefficients of the Criterion with Index between 0 and the number of all Criteria in the experiment |
CovarianceCriteria(Interger Index) | Return a value list of the co-variances of the Criterion with Index between 0 and the number of all Criteria in the experiment |
HyperparameterCriteria(Interger Index) | Return a value list of the hyper-parameters of the Criterion with Index between 0 and the number of all Criteria in the experiment |
Fitness | The global Fitness of the dataset for comparing between 2 datasets during optimization |
VariableFitness | Fitness for the violation of the optimization variable boundaries |
ConstraintFitness | Fitness for violation of Constraint boundaries |
CostFitness | Fitness of the tolerance-cost function |
FailureFitness | Fitness for the failure probability |
CycleTime | Return value list for the cycle time |
CycleLoad(Integer Index) | Return value list of the cycle load for the node "Stochastic" with the index (0...count) |
Strain(Integer Index) | Return value list of the strain for the node "Strain Energy Density" with the index (0...count) |
Stress(Integer Index) | Return value list of the stress for the node "Strain Energy Density" with the index (0...count) |
StrainEnergy(Integer Index) | Return value list of the strain energy density for the node "Strain Energy Density" with the index (0...count) |
StrainEnergyDensity(Integer Index) | Return the accumulated value of the strain energy density per cycle for the node "Strain Energy Density" with the index (0...count) |
CrackGrowthRate(Integer Index) | Return the crack growth rate for the node "Strain Energy Density" with the index (0...count) |
FailureFreeLife(Integer Index) | Return the cycles number of failure free life for the node "Strain Energy Density" with the index (0...count) |
InitCrackCycles(Integer Index) | Return the cycles number of the initiation crack for the node "Strain Energy Density" with the index (0...count) |
FirstFailureCycles(Integer Index) | Return the cycles number of first failure for the node "Strain Energy Density" with the index (0...count) |
CharacteristicLife(Integer Index) | Return the cycles number of characteristic life for the node "Strain Energy Density" with the index (0...count) |