Uses of Class
neqsim.thermo.util.readwrite.WhitsonPVTReader.ComponentData
Packages that use WhitsonPVTReader.ComponentData
-
Uses of WhitsonPVTReader.ComponentData in neqsim.thermo.util.readwrite
Fields in neqsim.thermo.util.readwrite with type parameters of type WhitsonPVTReader.ComponentDataModifier and TypeFieldDescriptionprivate List<WhitsonPVTReader.ComponentData> WhitsonPVTReader.componentsComponent data.Methods in neqsim.thermo.util.readwrite with parameters of type WhitsonPVTReader.ComponentDataModifier and TypeMethodDescriptionprivate voidWhitsonPVTReader.addComponentToFluid(SystemInterface fluid, WhitsonPVTReader.ComponentData comp, double moles) Add a component to the fluid with all properties from the parameter file.private voidWhitsonPVTReader.setComponentProperties(SystemInterface fluid, int phase, String name, WhitsonPVTReader.ComponentData comp, double tcKelvin, double tbKelvin) Set all component properties from the data.