Uses of Class
neqsim.process.equipment.lng.LNGAgeingResult
Packages that use LNGAgeingResult
-
Uses of LNGAgeingResult in neqsim.process.equipment.lng
Fields in neqsim.process.equipment.lng with type parameters of type LNGAgeingResultModifier and TypeFieldDescriptionprivate List<LNGAgeingResult> LNGAgeingScenario.resultsTime-series results.private Map<String, List<LNGAgeingResult>> LNGShipModel.tankResultsPer-tank results keyed by tank name.Methods in neqsim.process.equipment.lng that return LNGAgeingResultModifier and TypeMethodDescriptionprivate LNGAgeingResultLNGTankLayeredModel.buildResult(double heatIngressW, double bogMassRateKgHr, double bogMolesStep) Build an ageing result snapshot from current state.LNGTankLayeredModel.step(double timeStepHours, double currentAmbientTemp) Advance the tank model by one time step.Methods in neqsim.process.equipment.lng that return types with arguments of type LNGAgeingResultModifier and TypeMethodDescriptionLNGAgeingScenario.getResults()Get the time-series results.LNGShipModel.getTankResults()Get per-tank results.Methods in neqsim.process.equipment.lng with parameters of type LNGAgeingResultModifier and TypeMethodDescriptionprivate voidLNGTankLayeredModel.calculateQualityKPIs(LNGAgeingResult result) Calculate ISO 6976 quality KPIs (WI, GCV) from current state.Method parameters in neqsim.process.equipment.lng with type arguments of type LNGAgeingResultModifier and TypeMethodDescriptionLNGAgeingResult.toTimeSeries(List<LNGAgeingResult> results) Utility to collect multiple results into a tabular map.