Uses of Class
neqsim.process.equipment.lng.LNGVoyageProfile
Packages that use LNGVoyageProfile
-
Uses of LNGVoyageProfile in neqsim.process.equipment.lng
Fields in neqsim.process.equipment.lng declared as LNGVoyageProfileModifier and TypeFieldDescriptionprivate LNGVoyageProfileLNGAgeingScenario.voyageProfileVoyage profile (optional).private LNGVoyageProfileLNGShipModel.voyageProfileVoyage profile shared across all tanks.Methods in neqsim.process.equipment.lng that return LNGVoyageProfileModifier and TypeMethodDescriptionstatic LNGVoyageProfileLNGVoyageProfile.createUniform(String name, double durationHours, double ambientTemperatureK) Create a uniform voyage with constant conditions.LNGAgeingScenario.getVoyageProfile()Get the voyage profile.LNGShipModel.getVoyageProfile()Get voyage profile.Methods in neqsim.process.equipment.lng with parameters of type LNGVoyageProfileModifier and TypeMethodDescriptionvoidLNGAgeingScenario.setVoyageProfile(LNGVoyageProfile profile) Set the voyage profile.voidLNGShipModel.setVoyageProfile(LNGVoyageProfile voyageProfile) Set voyage profile (shared across all tanks).