Published November 3, 2022
| Version v5.3.0
Software
Open
FElupe: Finite Element Analysis
Authors/Creators
Description
Changelog since [5.2.0] - 2022-10-08
Added
- Add optional pre-compression to shear-loadcase
dof.shear(compression=0.0). - Add
MeshContainerand string-representation forMeshobjects. - Add a mesh-reader using meshio
mesh.read(filename, ...). - Add
SolidBodyNearlyIncompressible(umat, field, bulk)for (nearly) incompressible solids and a given (distortional-part only) constitutive material formulation. This is a pure displacement-based alternative to the three-field-formulation technique.
- Support an optional user-defined meshio-object in
Job().evaluate(mesh=None, filename="result.xdmf"). - Support a distortional-part only Neo-Hookean material formulation with no bulk modulus defined
NeoHooke(mu=1.0).
- Fix missing
ArbitraryOrderLagrangeElement.pointsattribute. - Fix ignored mask
only_surface=TrueforRegionBoundary().mesh.cells_faces. - Set default pressure to zero in
SolidBodyPressure(). - Take the mesh from the global
x0-field ifx0is passed tojob.evaluate(x0=...). - Fix missing update of global field
x0injob.evaluate(x0)after each completed substep.
- Add points attribute to lagrange element by @adtzlr in https://github.com/adtzlr/felupe/pull/301
- Add pre-compression to shear loadcase by @adtzlr in https://github.com/adtzlr/felupe/pull/305
- Fix ignored surface mask for
cells_facesofRegionBoundaryby @adtzlr in https://github.com/adtzlr/felupe/pull/307 - Add
MeshContainerand string-representation forMeshobjects by @adtzlr in https://github.com/adtzlr/felupe/pull/312 - Enhance Mesh-Container by @adtzlr in https://github.com/adtzlr/felupe/pull/313
- Add
mesh.read(filename, ...)by @adtzlr in https://github.com/adtzlr/felupe/pull/316 job.evaluate(x0=...): Take mesh from global fieldx0if present by @adtzlr in https://github.com/adtzlr/felupe/pull/320- Add
SolidBodyNearlyIncompressible(umat, field, bulk)by @adtzlr in https://github.com/adtzlr/felupe/pull/323 - Fix missing update of
x0injob.evaluate(x0)after each completed substep by @adtzlr in https://github.com/adtzlr/felupe/pull/324
Full Changelog: https://github.com/adtzlr/felupe/compare/v5.2.0...v5.3.0
Notes
Files
adtzlr/felupe-v5.3.0.zip
Files
(6.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:4c53ecc4f6b3e513a0af821c6bcba5f2
|
6.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/adtzlr/felupe/tree/v5.3.0 (URL)