Class FieldDevelopmentDesignOrchestrator.DesignCaseResult
java.lang.Object
neqsim.process.mechanicaldesign.FieldDevelopmentDesignOrchestrator.DesignCaseResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
FieldDevelopmentDesignOrchestrator
public static class FieldDevelopmentDesignOrchestrator.DesignCaseResult
extends Object
implements Serializable
Represents results for a single design case.
- Version:
- 1.0
- Author:
- esol
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final DesignCaseprivate static final longprivate doubleprivate doubleprivate DesignValidationResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the design case.doubleGet total volume.doubleGet total weight.Get validation result.booleanCheck if simulation converged.voidsetConverged(boolean converged) Set convergence status.voidsetTotalVolume(double totalVolume) Set total volume.voidsetTotalWeight(double totalWeight) Set total weight.voidsetValidation(DesignValidationResult validation) Set validation result.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
designCase
-
totalWeight
private double totalWeight -
totalVolume
private double totalVolume -
converged
private boolean converged -
validation
-
-
Constructor Details
-
DesignCaseResult
Constructor.- Parameters:
designCase- the design case
-
-
Method Details
-
getDesignCase
-
getTotalWeight
public double getTotalWeight()Get total weight.- Returns:
- weight in kg
-
setTotalWeight
public void setTotalWeight(double totalWeight) Set total weight.- Parameters:
totalWeight- weight in kg
-
getTotalVolume
public double getTotalVolume()Get total volume.- Returns:
- volume in m³
-
setTotalVolume
public void setTotalVolume(double totalVolume) Set total volume.- Parameters:
totalVolume- volume in m³
-
isConverged
public boolean isConverged()Check if simulation converged.- Returns:
- true if converged
-
setConverged
public void setConverged(boolean converged) Set convergence status.- Parameters:
converged- whether converged
-
getValidation
-
setValidation
Set validation result.- Parameters:
validation- the validation result
-