-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
35 lines (28 loc) · 1.4 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
UI:
Models:
- Added residual moisture of granules in the Granulator model.
Models API:
- Added functions DiameterToMass() to calculate masses from particle diameters.
- Added function AddVector() to add the value to all values of the vector.
- Added function CBaseUnit::ConfigureUnitStructures() to setup all the internal settings of the units from an existing one.
- Added function AddNLVariables() to KINSOL solver to add multiple state variables.
- Added function Slice() and SetSlice() to simplify work with indexed arrays of values.
- Added functions GetDistributionMean(), GetDistributionVariance(), GetDistributionStdDev().
- Added functions to obtain limits of CDependentUnitParameter.
Core:
- Drop support of Win32/x86 version.
Materials database:
- Added TP-dependent mass diffusion coefficient.
- Added new correlation type.
Documentation:
Fixes:
- Fixed a possible crash when saving a file in a write-protected directory.
- In some cases simulation wasn't stop after pressing the stop button.
- Fixed the work of Save Time Step setting in some cases.
- Fixed calculation of density for a mixture of compounds with the function CBaseStream::GetPhaseProperty.
- Fixed potential crash at program start.
- Defining unit parameters with the same name do not result in crash.
Other:
- Allow installation for single user.
- Add lactose to the default materials database.
- Other minor bug fixes and performance improvements.