Necking (engineering)In engineering and materials science, necking is a mode of tensile deformation where relatively large amounts of strain localize disproportionately in a small region of the material. The resulting prominent decrease in local cross-sectional area provides the basis for the name "neck". Because the local strains in the neck are large, necking is often closely associated with yielding, a form of plastic deformation associated with ductile materials, often metals or polymers.
Fatigue (physiologie)La fatigue est un état résultant de contraintes physiologiques ou psychologiques aboutissant à une diminution des performances physiques ou cognitives. La fatigue physiologique est réversible avec la mise au repos, qui restaure un niveau normal de performances. La fatigue psychique se manifeste par une baisse de l’attention et de la concentration. Lorsque associée à une pathologie, on parle plutôt d'asthénie. Au niveau sociologique, l’accélération des rythmes de vie inhérents aux sociétés modernes accentue ce phénomène de fatigue.
Conception de turbine éolienneLa conception de turbines éoliennes est le processus de définition de la forme et des spécifications d'une éolienne afin d'extraire efficacement l'énergie du vent. Une installation d'éolienne intègre les équipements nécessaires pour capturer l'énergie du vent, orienter la turbine dans le vent, transformer la rotation mécanique en énergie électrique et d'autres systèmes pour démarrer, arrêter et contrôler la turbine. Cet article couvre la conception des turbines éoliennes à axe horizontal (HAWT) puisque la majorité des turbines commerciales utilisent cette conception.
Optimizing compilerIn computing, an optimizing compiler is a compiler that tries to minimize or maximize some attributes of an executable computer program. Common requirements are to minimize a program's execution time, memory footprint, storage size, and power consumption (the last three being popular for portable computers). Compiler optimization is generally implemented using a sequence of optimizing transformations, algorithms which take a program and transform it to produce a semantically equivalent output program that uses fewer resources or executes faster.
Micro hydroMicro hydro is a type of hydroelectric power that typically produces from 5 kW to 100 kW of electricity using the natural flow of water. Installations below 5 kW are called pico hydro. These installations can provide power to an isolated home or small community, or are sometimes connected to electric power networks, particularly where net metering is offered. There are many of these installations around the world, particularly in developing nations as they can provide an economical source of energy without the purchase of fuel.
Object code optimizerAn object code optimizer, sometimes also known as a post pass optimizer or, for small sections of code, peephole optimizer, forms part of a software compiler. It takes the output from the source language compile step - the object code or - and tries to replace identifiable sections of the code with replacement code that is more algorithmically efficient (usually improved speed). The earliest "COBOL Optimizer" was developed by Capex Corporation in the mid 1970s for COBOL.
Stabilité numériqueEn analyse numérique, une branche des mathématiques, la stabilité numérique est une propriété globale d’un algorithme numérique, une qualité nécessaire pour espérer obtenir des résultats ayant du sens. Une définition rigoureuse de la stabilité dépend du contexte. Elle se réfère à la propagation des erreurs au cours des étapes du calcul, à la capacité de l’algorithme de ne pas trop amplifier d’éventuels écarts, à la précision des résultats obtenus. Le concept de stabilité ne se limite pas aux erreurs d’arrondis et à leurs conséquences.
Static libraryIn computer science, a static library or statically-linked library is a set of routines, external functions and variables which are resolved in a caller at compile-time and copied into a target application by a compiler, linker, or binder, producing an and a stand-alone executable. This executable and the process of compiling it are both known as a static build of the program. Historically, libraries could only be static.
Interprocedural optimizationInterprocedural optimization (IPO) is a collection of compiler techniques used in computer programming to improve performance in programs containing many frequently used functions of small or medium length. IPO differs from other compiler optimizations by analyzing the entire program as opposed to a single function or block of code. IPO seeks to reduce or eliminate duplicate calculations and inefficient use of memory and to simplify iterative sequences such as loops.
Vertical-axis wind turbineA vertical-axis wind turbine (VAWT) is a type of wind turbine where the main rotor shaft is set transverse to the wind while the main components are located at the base of the turbine. This arrangement allows the generator and gearbox to be located close to the ground, facilitating service and repair. VAWTs do not need to be pointed into the wind, which removes the need for wind-sensing and orientation mechanisms. Major drawbacks for the early designs (Savonius, Darrieus and giromill) included the significant torque ripple during each revolution, and the large bending moments on the blades.