Skip to content

Commit adf92b4

Browse files
efaulhabersvchb
andauthored
Update NEWS.md and prepare release (#1104)
* Update NEWS.md * Bump version * Update NEWS.md --------- Co-authored-by: Sven Berger <berger.sven@gmail.com>
1 parent 462d15d commit adf92b4

2 files changed

Lines changed: 23 additions & 9 deletions

File tree

NEWS.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

366382
An implementation of TLSPH (Total Lagrangian Smoothed Particle Hydrodynamics) for solid bodies enabling FSI (Fluid Structure Interactions).
367-
368-

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TrixiParticles"
22
uuid = "66699cd8-9c01-4e9d-a059-b96c86d16b3a"
33
authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"]
4-
version = "0.4.4-dev"
4+
version = "0.4.4"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

0 commit comments

Comments
 (0)