排序方式: 共有347条查询结果,搜索用时 15 毫秒
31.
Atsushi Kubota Shogo Tatsumi Toshihiko Tanaka Masahiro Goshima Shin-Ichiro Mori Hiroshi Nakashima Shinji Tomita 《International journal of parallel programming》1999,27(2):97-109
Optimizing inter-processor (PE) communication is crucial for parallelizing compilers for message-passing parallel machines to achieve high performance. In this paper, we propose a technique to eliminate redundant inter-PE messages. This technique utilizes data-flow analysis to find a definition point that corresponds to a use point where the definition and the use occur in different PEs. If several read accesses occurred in the same PE use the data defined at the same definition point in another PE, redundant inter-PE messages are eliminated as follows: only one inter-PE communication is performed for the earliest read access and the previously received data are used for the following read. In order to guarantee the consistency of the data, a valid flag and a sent flag are provided for each chunk of received data. The control of these flags is equivalent to the coherence control by the self invalidation on a compiler aided cache coherence scheme. 相似文献
32.
《Advanced Robotics》2013,27(4):309-324
In this paper, we present a time-optimal control scheme for a robot manipulator to track a predefined geometric path, subject to constraints due to the limit heat characteristics of the actuator (the DC motor was assumed to be the actuator used). Constraints due to the rated torque bounds and the rated velocity bounds of the motor would not be valid for continuous use of the manipulator, since the required mechanical output of the actuator (DC motor) exceeds its maximum power capacity and greatly exceeds its heat-converted power limit. The heat-converted power of the DC motor is thus considered as the actuation bound and the time-optimal trajectories are generated subject to this bound. Computer simulation was also executed to demonstrate the effectiveness of the proposed scheme in comparison to former schemes that used the rated torque and the rated velocity. 相似文献
33.
Optimizing compilers for data-parallel languages such as High Performance Fortran perform a complex sequence of transformations. However, the effects of many transformations are not independent, which makes it challenging to generate high quality code. In particular, some transformations introduce conditional control flow, while others make some conditionals unnecessary by refining program context. Eliminating unnecessary conditional control flow during compilation can reduce code size and remove a source of overhead in the generated code. This paper describes algorithms to compute symbolic constraints on the values of expressions used in control predicates and to use these constraints to identify and remove unnecessary conditional control flow. These algorithms have been implemented in the Rice dHPF compiler and we show that these algorithms are effective in reducing the number of conditionals and the overall size of generated code. Finally, we describe a synergy between control flow simplification and data-parallel code generation based on loop splitting which achieves the effects of more narrow data-parallel compiler optimizations such as vector message pipelining and the use of overlap areas. 相似文献
34.
《Advanced Robotics》2013,27(3):247-267
We conducted a micro-gravity flight experiment on a space robotic arm, which is a part of the Reconfigurable Brachiating space Robot (RBR) unit arm developed by the authors. We used a 4-d.o.f. arm and an end-effector in the experiment. The airplane (MU-300) generates the micro-gravity environment for approximately 20 s in parabolic flight operation. After the flight, we conducted the corresponding ground experiments, and obtained the data of the motor current, servo control characteristics and manipulation performances, which were compared with the flight experiment data. Then, we conducted the numerical analysis of the 4-d.o.f. RBR arm based on the experiment results. In the analysis, we investigated feasibility of simulation model and identified model parameters. In this paper, we report the results of the flight experiments and numerical analysis. 相似文献
35.
《Advanced Robotics》2013,27(6-7):657-687
In this paper the kinematic and Jacobian analysis of a macro–micro parallel manipulator is studied in detail. The manipulator architecture is a simplified planar version adopted from the structure of the Large Adaptive Reflector (LAR), the Canadian design of the next generation of giant radio telescopes. This structure is composed of two parallel and redundantly actuated manipulators at the macro and micro level, which both are cable-driven. Inverse and forward kinematic analysis of this structure is presented in this paper. Furthermore, the Jacobian matrices of the manipulator at the macro and micro level are derived, and a thorough singularity and sensitivity analysis of the system is presented. The kinematic and Jacobian analysis of the macro–micro structure is extremely important to optimally design the geometry and characteristics of the LAR structure. The optimal location of the base and moving platform attachment points in both macro and micro manipulators, singularity avoidance of the system in nominal and extreme maneuvers, and geometries that result in high dexterity measures in the design are among the few characteristics that can be further investigated from the results reported in this paper. Furthermore, the availability of the extra degrees of freedom in a macro–micro structure can result in higher dexterity provided that this redundancy is properly utilized. In this paper, this redundancy is used to generate an optimal trajectory for the macro–micro manipulator, in which the Jacobian matrices derived in this analysis are used in a quadratic programming approach to minimize performance indices like minimal micro manipulator motion or singularity avoidance criterion. 相似文献
36.
The Coupled FEM Analysis of the Transient Temperature Field During Inertia Friction Welding of GH4169 Alloy 总被引:1,自引:0,他引:1
L.W. Zhang J.B. Pei Q.Z. Zhang C.D. Liu W.H. Zhu S. Qu J.H. Wang 《金属学报(英文版)》2007,20(4):301-306
The inertia friction welding process is a non-linear process because of the interaction between the temperature field and the material properties as well as the friction force. A thermo-mechanical coupled finite element model is established to simulate the temperature field of this process. The transient temperature distribution during the inertia friction welding process of two similar workpieces of GH4169 alloy is calculated. The region of the circular cross-section of the workpiece is divided into a number of four-nodded isoparametric elements. In this model, the temperature dependent thermal properties, time dependent heat inputs, contact condition of welding interface, and deformation of the flash were considered. At the same time, the convection and radiation heat losses at the surface of the workpieces were also considered. A temperature data acquisition system was developed. The temperature at some position near the welding interface was measured using this system. The calculated temperature agrees well with the experimental data. The deformation of the flash and the factor affecting the temperature distribution at the welding interface are also discussed. 相似文献
37.
《Packaging, Transport, Storage and Security of Radioactive Material》2013,24(4):149-153
AbstractIn the course of decommissioning of power plants in Germany large nuclear components (steam generator, reactor pressure vessel) must be transported over public traffic routes to interim storage facilities, where they are dismantled or stored temporarily. Since it concerns surface contaminated objects or low specific activity materials, a safety evaluation considering the IAEA transport regulations mainly for industrial packages (type IP-2) is necessary. For these types of industrial packages the requirements from normal transport conditions are to be covered for the mechanical proof. For example, a free drop of the package from a defined height, in dependence of its mass, onto an unyielding target, and a stacking test are required. Since physical drop tests are impossible generally due to the singularity of such 'packages', a calculation has to be performed, preferably by a complex numerical analysis. The assessment of the loads takes place on the basis of local stress distributions, also with consideration of radiation induced brittleness of the material and with consideration of recent scientific investigation results. Large nuclear components have typically been transported in an unpackaged manner, so that the external shell of the component provides the packaging wall. The investigation must consider the entire component including all penetration areas such as manholes or nozzles. According to the present IAEA regulations the drop position is to be examined, which causes the maximum damage to the package. In the case of a transport under special arrangement a drop only in an attitude representing the usual handling position (administratively controlled) is necessary. If dose rate values of the package are higher than maximum allowable values for a public transport, then it is necessary that additional shielding construction units are attached to the large component. 相似文献
38.
Cormac Smyth Evgeny Kudriashov Breda O'Driscoll Vitaly Buckin 《Journal of The Association for Laboratory Automation》2003,8(4):46-49
High-resolution ultrasonic spectroscopy is a novel technique with enormous potential for analysis of a wide range of samples and processes. This technique is based on precision measurements of velocity and attenuation of acoustical waves at high frequencies propagating through materials. It allows fast at/on line measurements analysis of formulation consistency (composition, structure) of raw materials, ingredients and intermediates, process impurity analysis, particle sizing, batch to batch variation, stability assessment etc in pharmaceutical industry. The technology can be used for static fingerprint measurements or for dynamic analysis of systems. Optical transparency is not required as ultrasonic waves propagate through opaque samples. The analysis is fast and non-destructive. High-resolution ultrasonic spectrometers were developed, patented and brought to the market by Ultrasonic Scientific Ltd. and recognised with various international awards. These instruments require small sample volumes, down to 0.03 ml, and give excellent resolution. They can be used for the analysis of composition, aggregation, particle sizing, gelation, micellisation, crystallisation, sedimentation, enzymatic activity, conformational transitions in polymers, biopolymer-ligand binding and antigen-antibody interactions, etc. This article describes main features of High-Resolution Ultrasonic Spectroscopy and area of applications of new high-resolution HR-US series of ultrasonic spectrometers. Several applications are illustrated including the monitoring of denaturation and aggregation of proteins in antibody solution, the measurements of the particle size in emulsions, precipitation in synthetic blood substitutes and crystallisation 相似文献
39.
40.
An account is given of an experimental investigation of the normal snarling of highly twisted monofilaments, those used being vulcanized rubber and nylon. An earlier theoretical analysis is corrected, and the experimental results show that, after this correction, the theory put forward for the mechanical properties of the snarling mechanism holds reasonably well for elastic filaments. Although, as would be expected, there are larger deviations from the theory for viscoelastic filaments, the theory still gives a good indication of the behaviour of these filaments under torsion. 相似文献