Skip to content

Release 3.5.0

Latest
Compare
Choose a tag to compare
@pnizenkov pnizenkov released this 20 Dec 14:34

Breaking/Parameter changes

With the implementation of linear and cell-local weighting for 3D, the radial weighting parameters utilized for 2D axisymmetric simulations have changed from:

Particles-RadialWeighting=T
Particles-RadialWeighting-PartScaleFactor=100
Particles-RadialWeighting-CloneMode=2
Particles-RadialWeighting-CloneDelay=10
Particles-RadialWeighting-SurfFluxSubSides = 20
Particles-RadialWeighting-CellLocalWeighting = T

to the new version (Section 2D/Axisymmetric Simulation):

Part-Weight-Type = radial
Part-Weight-Radial-ScaleFactor = 100
Part-Weight-CloneMode = 2
Part-Weight-CloneDelay = 10
Part-Weight-SurfFluxSubSides = 20
Part-Weight-UseCellAverage = T

Make sure to adapt your parameter files accordingly!

Features