Class RiserMechanicalDesignDataSource.RiserDesignParameters
java.lang.Object
neqsim.process.mechanicaldesign.pipeline.RiserMechanicalDesignDataSource.RiserDesignParameters
- Enclosing class:
RiserMechanicalDesignDataSource
Riser design parameters holder.
- Version:
- 1.0
- Author:
- ASMF
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleAdded mass coefficient.Company name.doubleCorrosion allowance in mm.Design standard code.doubleDesign factor.doubleDrag coefficient.doubleDynamic amplification factor.doubleFatigue design factor.doubleLift coefficient for VIV.doubleMaximum stress utilization.doubleMinimum wall thickness in mm.doubleSeabed friction coefficient.doubleS-N curve parameter log(a) for seawater with CP.doubleS-N curve slope parameter m.doubleStress concentration factor for girth welds.doubleStrouhal number for VIV.doubleTop tension safety factor.doubleUsage factor per DNV. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
designFactor
public double designFactorDesign factor. -
usageFactor
public double usageFactorUsage factor per DNV. -
corrosionAllowance
public double corrosionAllowanceCorrosion allowance in mm. -
minWallThickness
public double minWallThicknessMinimum wall thickness in mm. -
fatigueDesignFactor
public double fatigueDesignFactorFatigue design factor. -
dynamicAmplificationFactor
public double dynamicAmplificationFactorDynamic amplification factor. -
strouhalNumber
public double strouhalNumberStrouhal number for VIV. -
dragCoefficient
public double dragCoefficientDrag coefficient. -
addedMassCoefficient
public double addedMassCoefficientAdded mass coefficient. -
liftCoefficient
public double liftCoefficientLift coefficient for VIV. -
snParameterSeawater
public double snParameterSeawaterS-N curve parameter log(a) for seawater with CP. -
snSlopeParameter
public double snSlopeParameterS-N curve slope parameter m. -
topTensionSafetyFactor
public double topTensionSafetyFactorTop tension safety factor. -
maxUtilization
public double maxUtilizationMaximum stress utilization. -
stressConcentrationFactor
public double stressConcentrationFactorStress concentration factor for girth welds. -
seabedFrictionCoefficient
public double seabedFrictionCoefficientSeabed friction coefficient. -
designCode
Design standard code. -
company
Company name.
-
-
Constructor Details
-
RiserDesignParameters
public RiserDesignParameters()
-