Step/fr: Difference between revisions
ChristianW (talk | contribs) No edit summary |
ChristianW (talk | contribs) (Created page with "'''StepCore''' est la librairie de simulation physique sur laquelle est basé '''Step''' . Elle peut être utilisée sans '''Step''' pour les simulations complexes qui nécess...") |
||
Line 56: | Line 56: | ||
=== [http://techbase.kde.org/Projects/Edu/Step Bibliothèque StepCore] === | === [http://techbase.kde.org/Projects/Edu/Step Bibliothèque StepCore] === | ||
'''StepCore''' | '''StepCore''' est la librairie de simulation physique sur laquelle est basé '''Step''' . Elle peut être utilisée sans '''Step''' pour les simulations complexes qui nécessitent du codage ou pour les autres logiciels qui ont besoin de la fonctionalité 'simulation physique' . Elle est conçue de manière extensible, adaptable et pouvant réaliser des simulations précises. | ||
Davantage d'information sur la [http://techbase.kde.org/Projects/Edu/Step bibliothèque StepCore sur techbase.kde.org]. | Davantage d'information sur la [http://techbase.kde.org/Projects/Edu/Step bibliothèque StepCore sur techbase.kde.org]. |
Revision as of 12:07, 11 June 2018
Home » Applications » Education » fr
Step est un simulateur physique interactif. Il vous permet d'explorer le monde physique au travers de simulations. Il fait partie du Projet KDE Education. |
Description
Step is an interactive physics simulator. It works like this: you place some bodies on the scene, add some forces such as gravity or springs, then click
and Step shows you how your scene will evolve according to the laws of physics. You can change every property of bodies/forces in your experiment (even during simulation) and see how this will change the outcome of the experiment. With Step you can not only learn but feel how physics works!Fonctionalités
- Classical mechanical simulation in two dimensions
- Particles, springs with damping, gravitational and Coulomb forces
- Rigid bodies
- Collision detection (currently only discrete) and handling
- Soft (deformable) bodies simulated as user-editable particles-springs system, sound waves
- Molecular dynamics (currently using Lennard-Jones potential): gas and liquid, condensation and evaporation, calculation of macroscopic quantities and their variances
- Units conversion and expression calculation: you can enter something like "(2 days + 3 hours) * 80 km/h" and it will be accepted as distance value (requires libqalculate)
- Errors calculation and propagation: you can enter values like "1.3 ± 0.2" for any property and errors for all dependent properties will be calculated using statistical formulas
- Solver error estimation: errors introduced by the solver are calculated and added to user-entered errors
- Several different solvers: up to 8th order, explicit and implicit, with or without adaptive timestep (most of the solvers require GSL library)
- Controller tool to easily control properties during simulation (even with custom keyboard shortcuts)
- Tools to visualize results: graph, meter, tracer
- Context information for all objects, integrated wikipedia browser
- Collection of example experiments, more can be downloaded with KNewStuff2
- Integrated tutorials
Captures d'écran
Documentation
Liens sur le web
Bibliothèque StepCore
StepCore est la librairie de simulation physique sur laquelle est basé Step . Elle peut être utilisée sans Step pour les simulations complexes qui nécessitent du codage ou pour les autres logiciels qui ont besoin de la fonctionalité 'simulation physique' . Elle est conçue de manière extensible, adaptable et pouvant réaliser des simulations précises.
Davantage d'information sur la bibliothèque StepCore sur techbase.kde.org.