Backward Compatibility with Version 6.3 and Earlier
In version 6.4, the Size-Based Population Balance interface uses a new input field for entering the number of discretized intervals. Java scripts using code from version 6.3 need to be updated. A command of the kind:
model.component("comp1").physics("pbsb").field("populationnumberdensity").component(new String[]{"n1", "n2", "n3", "n4", "n5", "n6", "n7", "n8", "n9", "n10"});
needs to be changed to:
model.component("comp1").physics("pbsb").prop("ParticleSizeIntervals").set("NumberOfIntervals", 10);
The improved discretized representation of the continuous size distributions in the Size-Based Population Balance interface can lead to a slight change in results.