Click or drag to resize

GibbsProblem Class

Inheritance Hierarchy
SystemObject
  Problem
    DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithmsGibbsProblem

Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithms
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public class GibbsProblem : Problem
Request Example View Source

The GibbsProblem type exposes the following members.

Constructors
 NameDescription
Public methodGibbsProblem 
Top
Properties
 NameDescription
Public propertyAcceptableFitness
(Inherited from Problem)
Public propertyDimensionality
(Overrides Problem.Dimensionality)
Public propertyHasGradient
(Overrides Problem.HasGradient)
Public propertyLowerBound
(Overrides Problem.LowerBound)
Public propertyLowerInit
(Overrides Problem.LowerInit)
Public propertyMaxFitness
(Inherited from Problem)
Public propertyMaxIterations
(Inherited from Problem)
Public propertyMinFitness
(Overrides Problem.MinFitness)
Public propertyMinIterations
(Inherited from Problem)
Public propertyName
(Overrides Problem.Name)
Public propertyParameterName
(Inherited from Problem)
Public propertyPreviousFitnessValue
(Inherited from Problem)
Public propertyRequireFeasible
(Inherited from Problem)
Public propertyTolerance
(Inherited from Problem)
Public propertyUpperBound
(Overrides Problem.UpperBound)
Public propertyUpperInit
(Overrides Problem.UpperInit)
Top
Methods
 NameDescription
Public methodBeginOptimizationRun
(Inherited from Problem)
Public methodContinue
(Inherited from Problem)
Public methodEndOptimizationRun
(Inherited from Problem)
Public methodEnforceConstraints
(Inherited from Problem)
Public methodFeasible
(Overrides Problem.Feasible(Double))
Public methodFitness(Double)
(Overrides Problem.Fitness(Double))
Public methodFitness(Double, Boolean)
(Inherited from Problem)
Public methodFitness(Double, Double)
(Inherited from Problem)
Public methodFitness(Double, Double, Boolean, Boolean)
(Inherited from Problem)
Public methodGradient
(Overrides Problem.Gradient(Double, Double))
Top
Fields
 NameDescription
Public field_Dim 
Private field_fit 
Private field_gf 
Public field_INIT 
Public field_LB 
Public field_Name 
Public field_UB 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also