IDAES/idaes-pse

Wrong units for material_holdup using mass basis

adam-a-a opened this issue · 0 comments

When trying to set up a dynamic unit model using ControlVolume0D on a mass basis, unit consistency issues will arise since the current implementation hard-codes units to mol for material_holdup. Instead, the units should be set based on the material flow basis set in the property model (mass or mole).