Changes
Page history
Update release_notes
authored
Feb 06, 2025
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
release_notes.md
View page @
0ea93704
...
...
@@ -20,19 +20,21 @@ This is not release notes 'stricto sensu'.
API update:
*
Default value of
`addRegistersToDisplay`
is now
`True`
*
Some optional VTK files writing move from Fortran core to Python:
*
Using
`record<0`
in
`io_hdf5_read`
will automatically read last available record
*
`lib_vtkio`
is removed from the core and the installed third party libraries
*
`f2f`
files are written by adding
`write_f2f=True`
in
`OpenDisplayFiles`
*
central kernel files are written by adding
`write_ck=True`
in
`OpenDisplayFiles`
*
Some optional VTK files writing move from Fortran core to Python:
*
Change
`inter`
optional keyword to
`ptc`
to add field to
`WriteDisplayFiles`
for interactions
*
The argument
`write_ck`
of the
`OpenDisplayFiles`
no longer exists and is include in
`write_f2f`
with integer value:
*
0: do not write any related block
*
1: write only the
`Face2Face`
and
`PressureCenter`
blocks
*
2: add the
`CentralKernel`
block to the previous ones
*
3: add the
`CompressionStress`
block to the previous ones
*
Gauss point files are written by:
*
activating by listing the fields to display in
`OpenDisplayFiles`
with
`mecagp_field`
and/or
`thergp_field`
*
explicitely asked by setting
`write_gp=True`
in
`WriteDisplayFiles`
*
Change
`inter`
optional keyword to
`ptc`
to add field to
`WriteDisplayFiles`
for interactions
*
Using
`record<0`
in
`io_hdf5_read`
will automatically read last available record
*
Remove support of VTK 6
*
Cmake minimum version is now 3.16
Fix:
*
Internal gap computation in
`elastic_repell_clb_g0`
and
`iqs_expo_czm_spring`
contact law
...
...
@@ -91,17 +93,12 @@ New:
*
Now a single paraview file is generated for each time step
*
This file use the
`MultiBlock`
logic
*
The content is almost the same a the union of former files
*
Exception is the
`f2f`
file content which is split in t
wo
blocks:
*
Exception is the
`f2f`
file content which is split in t
hree
blocks:
*
`Face2Face`
component with the outline of the contact structure
*
`PressureCenter`
component with only the point to draw pressure line
*
`ContactPointContour`
block appears
*
fields
`icdbdy`
,
`ianbdy`
,
`icdtac`
,
`iantac`
were added to these blocks
*
And the
`ck`
block content now hold only the geometrical part of the central kernel
*
The argument
`write_ck`
of the
`OpenDisplayFiles`
is replaced by
`write_f2f`
with integer value:
*
0: do not write any related block
*
1: write only the
`Face2Face`
and
`PressureCenter`
blocks
*
2: add the
`CentralKernel`
block to the previous ones
*
3: add the
`CompressionStress`
block to the previous ones
*
The
`CentralKernel`
block (if generated) content now hold only the geometrical part of the central kernel
*
Add
`Shape`
field with contactor id parameter in vtk
`tactor`
block
*
All paraview macros were updated and improved
*
Add support of ubuntu 24
...
...
...
...