Skip to main content

PyRoll rolling simulation framework - core library.

Project description

PyRolL Rolling Simulation Framework

PyPI Python Versions License DOI Downloads OpenSSF Best Practices

Welcome to The PyRolL Project!

PyRolL is an OpenSource rolling framework, aimed to provide a fast and extensible base for rolling simulation. The current focus lies on groove rolling in elongation grooves. The core package includes the basic data structures and algorithms. Further functionality is provided via extension packages and model approaches are provided via plugin packages.

Aim and Scope

Publications in the field of groove rolling simulation are, to the authors knowledge, characterized by lack of reproducibility, mainly because often details are missing regarding implementation or numerical solution procedure or the provided equations are erroneous. Very few authors provide their source code alongside their publications. PyRolL aims to change this by providing an open basis for model and methodology development. The PyRolL Core package hosted in this repository is the common base dependency to refer to. Plugins to the core provide model approaches for the partial problems to be described in a rolling simulation, which include mechanical, thermal, material behavior and more. The library of available models is constantly growing and can be extended by everyone. Extensions provide application logic and numerical procedures helping to analyse the subject rolling process regarding its technical feasibility, optimization potential, identity error sources, or, to design a new process. PyRolL is therefore a tool for model developers, either with broad focus or specialists, wishing to try out for example a new physical material model within a real process simulation, as well as for technologists wishing to investigate a concrete process. Currently, there is no click'n'run graphical user interface (GUI) provided, at least basic knowledge of programming in general and Python in particular is needed to use the software. Nevertheless, this is also recommended to leverage the full power of PyRolL.

Documentation

See the documentation to learn about basic concepts and usage. The documentation of version 1.0 can be found here.

Versions

The main branch of this repository contains the code of the version 3.x of PyRolL. Backport branches exist for older versions:

Versioning follows semantic versioning with the following rules:

  • breaking changes of core API only in major versions
  • feature releases with minor versions
  • bugfixes with micro versions
  • plugin versioning shall follow the core in major versions (so plugin v2.x works with core v2.x)

As breaking changes are considered:

  • removal of public API functions / classes
  • non backwards compatible signature changes of public API functions / classes
  • removal of hooks
  • removal of hook implementations in the core
  • changes in hook implementations that would likely break plugin implementations

As features are considered:

  • new public API functions / classes
  • backwards compatible signature changes of public API functions / classes
  • new hooks on existing units / profiles
  • new hook implementations in the core

All other changes not considered as breaking change or feature are considered as bugfixes.

It is recommended to develop new plugins and extensions only for the latest major version.

Principal Changes of Version 3.0 Respective to 2.0

  • Refactoring of the roll pass class inheritance hierarchy to enable for support of asymmetric passes.
  • Introduction of pre- and post-processors to simplify implementation of some models.

Principal Changes of Version 2.0 Respective to 1.0

  • Split of old pyroll package into pyroll-core, pyroll-report, pyroll-export and pyroll-cli.
  • Complete reworking of the hook system.
    • Implementation of own hooking framework and removal of pluggy.
    • Simpler user interface for hook definition and implementation.
    • More orthodox default hook implementations, removal of "basic models".
  • Rework of the object model.
    • Stricter hierarchy of unit classes.
    • Extended possibilities of groove definition.
    • Roll passes with three working rolls.
    • New unit classes: Rotator, PassSequence, ThreeRollPass.
    • Introduction of disk elements for incremental modelling in rolling direction.
    • Nestable units (esp. pass sequences and disk elements).

License

The project is licensed under the BSD 3-Clause license.

Contributing

Feel free to open issues, or, fork and open pull requests, if you want to contribute to the core. If you want to implement model approaches for use with PyRolL, create your own plugin package using our plugin template. To learn how to write plugins and extensions, please read the documentation and refer to the numerous existing plugins and extensions available at the organization's GitHub page.

Policy for Inclusion of Hooks in the Core

Since version 2.0 we try to include as many hooks as possible into the core, to tie down the nomenclature. This seems necessary, since for the same concepts, often different terms exist in literature. To avoid collisions and redundancies, it is better to include these hooks in the core, although some of them may come without implementation. This improves the exchangeability of plugins. If you like a hook to be included in the core, open an issue, or preferably, a pull request with the respective changes. Supply your pull request with fallback implementations of the hook, if any meaningful exist.

From this policy we explicitly exclude hooks, that are solely of use for one model approach, namely "coefficients". They are large in number across the whole plugin landscape, but usually named after the model and of no further use to other plugins. So the benefit from including them in the core is small, while the pollution of the core would be exzessive. If another plugin has to make use of them, just add a dependency for the respective source plugin.

A few examples for clarification:

  • The hooks Profile.surface_temperature and Profile.core_temperature may be of interests to many plugins. The core provides fallbacks which just return self.temperature, which is a good first estimate of those. So plugins modelling surface and thermal effects can easily refer to the respective temperatures, without worrying, if there is a model describing the temperature gradient or not.
  • The hook Profile.freiberg_flow_stress_coefficients from the pyroll-freiberg-flow-stress plugin makes no sense without the Freiberg flow stress model, so it is not included in the core.
  • The hook Profile.thermal_conductivity is a material property useful to many plugins, but no meaningful fallback exists, since there is no default material. So the provision of values or implementations is deferred to the user or developers of material databases.

So the core includes several hooks, that are not used by other core functionality, but provide a save ground for plugins.

Project details


Release history Release notifications | RSS feed

This version

3.1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyroll_core-3.1.1.tar.gz (55.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyroll_core-3.1.1-py3-none-any.whl (87.4 kB view details)

Uploaded Python 3

File details

Details for the file pyroll_core-3.1.1.tar.gz.

File metadata

  • Download URL: pyroll_core-3.1.1.tar.gz
  • Upload date:
  • Size: 55.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.2 cpython/3.13.11 HTTPX/0.28.1

File hashes

Hashes for pyroll_core-3.1.1.tar.gz
Algorithm Hash digest
SHA256 4f5e806dab7932bb79e6891d483bd6fa5a846f8e1ebe3b7b096631ef319bb698
MD5 a2439ef1e0c829cde08fea3cfced35b4
BLAKE2b-256 1b9eb0065b087b4e8da3c3d5e9a0c6656ef9b2f3f4c9f25681b37880ab511f58

See more details on using hashes here.

File details

Details for the file pyroll_core-3.1.1-py3-none-any.whl.

File metadata

  • Download URL: pyroll_core-3.1.1-py3-none-any.whl
  • Upload date:
  • Size: 87.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.2 cpython/3.13.11 HTTPX/0.28.1

File hashes

Hashes for pyroll_core-3.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 76d27fa7032d21d2747df72e79e807e2781f6fe95caa67f01bfba289f4a2faa6
MD5 6176c3e6dad9bb403af346f14d5cb20a
BLAKE2b-256 931b3bfe285f8d5151a5d60e2b2d757d271538cb2f41339022ad17a8ad623a7f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page