@@ -6,14 +6,30 @@ used in the Julia ecosystem. Notable changes will be documented in this file for
66
77## Version 0.4.4
88
9+ ### API Changes
10+
11+ - Custom quantities called in the ` PostprocessCallback ` are now passed CPU arrays when
12+ the simulation is run on a GPU (#1065 ).
13+
914### Features
1015
11- - Added ` StateEquationAdaptiveCole ` an adaptive sound speed version of the Cole state equation (#875 )
12- - Added ` RigidBodySystem ` that supports rigid body dynamics for FSI (#1076 )
13- - Added ` RigidContactModel ` that supports rigid-wall collisions (#1090 )
16+ - Added ` StateEquationAdaptiveCole ` an adaptive sound speed version of the Cole state equation (#875 ).
17+ - Added ` RigidBodySystem ` that supports rigid body dynamics for FSI (#1076 ).
18+ - Added ` RigidContactModel ` that supports rigid-wall and rigid-rigid collisions (#1090 , #1091 ).
19+ - Added a specialized neighborhood search for TLSPH self-interaction (#1016 ).
20+ - Added CFL condition for TLSPH and split integration (#1030 ).
21+ - Added new validation case hydrostatic water column (#724 ).
22+ - Added Carreau–Yasuda non-Newtonian viscosity model (#1010 ).
1423
15- ### Validation cases
16- - Added new validation case hydrostatic_water_column (#724 )
24+ ### Important Bugfixes
25+
26+ - Fixed the periodic array of cylinders example file (#975 ).
27+ - A ` StepsizeCallback ` can now be used with open boundaries (#1074 ).
28+
29+ ### Documentation
30+
31+ - Added a new tutorial for rigid body dynamics (#1095 ).
32+ - Better overview page for tutorials (#1093 ).
1733
1834## Version 0.4.3
1935
@@ -38,7 +54,7 @@ used in the Julia ecosystem. Notable changes will be documented in this file for
3854
3955- Added GPU and FP32 support for DEM (#979 ).
4056
41-
57+
4258### Performance
4359- Improved GPU performance with shifting up to a factor of 10x (#974 , #993 ).
4460
@@ -364,5 +380,3 @@ Features:
364380#### TLSPH
365381
366382An implementation of TLSPH (Total Lagrangian Smoothed Particle Hydrodynamics) for solid bodies enabling FSI (Fluid Structure Interactions).
367-
368-
0 commit comments