998 resultados para Continuously variable transmissions.


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The structure of a type I langbeinite, Rb2Cd2(SO4)(3), displays three different phases, cubic with a = 10.378(5) Angstrom (space group P2(1)3) at room temperature, monoclinic at 120 K with a = 10.328(3), b = 10.322(3), c = 10.325(3) Angstrom, beta = 89.975(1)degrees (space group P2(1)), and orthorhombic at 85 K with a = 10.319(2), b = 10.321(2), c = 10.320(2) Angstrom (space group P2(1)2(1)2(1)), respectively. Precise single-crystal analyses of these phases indicate that Rb2Cd2(SO4)(3) distorts initially from cubic to monoclinic upon cooling followed by a significant reorientation of the SO4 tetrahedra, resulting in an orthorhombic symmetry upon further cooling. The three structures have been established unequivocally using the same crystal. There is no indication of the formation of an intermediate triclinic phase or any lattice disorder as conjectured in several earlier reports on compounds belonging to the type I langbeinite. The bond valence sum analyses of the coordination around the Rb sites indicate asymmetry in the bond strengths which could be the driving force of the ferroelectric behavior in these materials.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this paper, a method of tracking the peak power in a wind energy conversion system (WECS) is proposed, which is independent of the turbine parameters and air density. The algorithm searches for the peak power by varying the speed in the desired direction. The generator is operated in the speed control mode with the speed reference being dynamically modified in accordance with the magnitude and direction of change of active power. The peak power points in the P-omega curve correspond to dP/domega = 0. This fact is made use of in the optimum point search algorithm. The generator considered is a wound rotor induction machine whose stator is connected directly to the grid and the rotor is fed through back-to-back pulse-width-modulation (PWM) converters. Stator flux-oriented vector control is applied to control the active and reactive current loops independently. The turbine characteristics are generated by a dc motor fed from a commercial dc drive. All of the control loops are executed by a single-chip digital signal processor (DSP) controller TMS320F240. Experimental results show that the performance of the control algorithm compares well with the conventional torque control method.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Low-temperature dielectric measurements on FeTiMO(6) (M = Ta,Nb,Sb) rutile-type oxides at frequencies from 0.1 Hz to 10 MHz revealed anomalous dielectric relaxations with frequency dispersion. Unlike the high-temperature relaxor response of these materials, the low-temperature relaxations are polaronic in nature. The relationship between frequency and temperature of dielectric loss peak follows T(-1/4) behavior. The frequency dependence of ac conductivity shows the well-known universal dielectric response, while the dc conductivity follows Mott variable range hopping (VRH) behavior, confirming the polaronic origin of the observed dielectric relaxations. The frequency domain analysis of the dielectric spectra shows evidence for two relaxations, with the high-frequency relaxations following Mott VRH behavior more closely. Significantly, the Cr- and Ga-based analogs, CrTiNbO(6) and GaTiMO(6) (M = Ta,Nb), that were also studied, did not show these anomalies.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In many wireless applications, it is highly desirable to have a fast mechanism to resolve or select the packet from the user with the highest priority. Furthermore, individual priorities are often known only locally at the users. In this paper we introduce an extremely fast, local-information-based multiple access algorithm that selects the best node in 1.8 to 2.1 slots,which is much lower than the 2.43 slot average achieved by the best algorithm known to date. The algorithm, which we call Variable Power Multiple Access Selection (VP-MAS), uses the local channel state information from the accessing nodes to the receiver, and maps the priorities into the receive power.It is inherently distributed and scales well with the number of users. We show that mapping onto a discrete set of receive power levels is optimal, and provide a complete characterization for it. The power levels are chosen to exploit packet capture that inherently occurs in a wireless physical layer. The VP-MAS algorithm adjusts the expected number of users that contend in each step and their respective transmission powers, depending on whether previous transmission attempts resulted in capture,idle channel, or collision.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A current error space phasor based simple hysteresis controller is proposed in this paper to control the switching frequency variation in two-level pulsewidth-modulation (PWM) inverter-fed induction motor (IM) drives. A parabolic boundary for the current error space phasor is suggested for the first time to obtain the switching frequency spectrum for output voltage with hysteresis controller similar to the constant switching frequency voltage-controlled space vector PWM-based IM drive. A novel concept of online variation of this parabolic boundary, which depends on the operating speed of motor, is presented. A generalized technique that determines the set of unique parabolic boundaries for a two-level inverter feeding any given induction motor is described. The sector change logic is self-adaptive and is capable of taking the drive up to the six-step mode if needed. Steady-state and transient performance of proposed controller is experimentally verified on a 3.7-kW IM drive in the entire speed range. Close resemblance of the simulation and experimental results is shown.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The literature on pricing implicitly assumes an "infinite data" model, in which sources can sustain any data rate indefinitely. We assume a more realistic "finite data" model, in which sources occasionally run out of data; this leads to variable user data rates. Further, we assume that users have contracts with the service provider, specifying the rates at which they can inject traffic into the network. Our objective is to study how prices can be set such that a single link can be shared efficiently and fairly among users in a dynamically changing scenario where a subset of users occasionally has little data to send. User preferences are modelled by concave increasing utility functions. Further, we introduce two additional elements: a convex increasing disutility function and a convex increasing multiplicative congestion-penally function. The disutility function takes the shortfall (contracted rate minus present rate) as its argument, and essentially encourages users to send traffic at their contracted rates, while the congestion-penalty function discourages heavy users from sending excess data when the link is congested. We obtain simple necessary and sufficient conditions on prices for fair and efficient link sharing; moreover, we show that a single price for all users achieves this. We illustrate the ideas using a simple experiment.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Software transactional memory (STM) has been proposed as a promising programming paradigm for shared memory multi-threaded programs as an alternative to conventional lock based synchronization primitives. Typical STM implementations employ a conflict detection scheme, which works with uniform access granularity, tracking shared data accesses either at word/cache line or at object level. It is well known that a single fixed access tracking granularity cannot meet the conflicting goals of reducing false conflicts without impacting concurrency adversely. A fine grained granularity while improving concurrency can have an adverse impact on performance due to lock aliasing, lock validation overheads, and additional cache pressure. On the other hand, a coarse grained granularity can impact performance due to reduced concurrency. Thus, in general, a fixed or uniform granularity access tracking (UGAT) scheme is application-unaware and rarely matches the access patterns of individual application or parts of an application, leading to sub-optimal performance for different parts of the application(s). In order to mitigate the disadvantages associated with UGAT scheme, we propose a Variable Granularity Access Tracking (VGAT) scheme in this paper. We propose a compiler based approach wherein the compiler uses inter-procedural whole program static analysis to select the access tracking granularity for different shared data structures of the application based on the application's data access pattern. We describe our prototype VGAT scheme, using TL2 as our STM implementation. Our experimental results reveal that VGAT-STM scheme can improve the application performance of STAMP benchmarks from 1.87% to up to 21.2%.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

An equimolar mixture of Ni(NO(3))(2)center dot 6H(2)O and pyridine-2-aldehyde with two equivalents of NaN(3) in methanol in the presence of NaOMe resulted in the formation of light green precipitate which upon crystallization from dimethylformamide (DMF) yielded light green single crystals [{Ni(2)Na(2)(pic)(4)(N(3))(2)(H(2)O)(2)(MeOH)}center dot MeOH center dot 3H(2)O](n) (1) and [{Ni(2)Na(2)(pic)(4)(N(3))(2)(H(2)O)(4)}center dot 2DMF center dot H(2)O](n) (2) (pic = pyridine-2-carboxylate) at room temperature and high temperature (100 degrees C), respectively. Variable temperature magnetic studies revealed the existence of overall ferromagnetic behaviour with J approximate to + 10 cm(-1) and D approximate to -2 to -7 cm(-1) for 1 and 2, respectively. Negative D values as well as variation of D upon slight distortion of structure by varying reaction temperature were observed. The X-band Electron Paramagnetic Resonance (EPR) spectra of both 2 and 3 were recorded below 50 K. The structural distortion was also implicated from the EPR spectra. Density Functional Theory (DFT) calculations on both complexes were performed in two different ways to corroborate the magnetic results. Considering only Ni(2)(II) dimeric unit, results were J = + 20.65 cm(-1) and D = -3.16 cm(-1) for 1, and J = +24.56 cm(-1) and D = -4.67 cm(-1) for 2. However, considering Ni(2)(II)Na(2)(I) cubane as magnetic core the results were J = +16.35 cm(-1) (1), +19.54 cm(-1) (2); D = -3.05 cm(-1) (1), -4.25 cm(-1) (2).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This article presents the buckling analysis of orthotropic nanoplates such as graphene using the two-variable refined plate theory and nonlocal small-scale effects. The two-variable refined plate theory takes account of transverse shear effects and parabolic distribution of the transverse shear strains through the thickness of the plate, hence it is unnecessary to use shear correction factors. Nonlocal governing equations of motion for the monolayer graphene are derived from the principle of virtual displacements. The closed-form solution for buckling load of a simply supported rectangular orthotropic nanoplate subjected to in-plane loading has been obtained by using the Navier's method. Numerical results obtained by the present theory are compared with first-order shear deformation theory for various shear correction factors. It has been proven that the nondimensional buckling load of the orthotropic nanoplate is always smaller than that of the isotropic nanoplate. It is also shown that small-scale effects contribute significantly to the mechanical behavior of orthotropic graphene sheets and cannot be neglected. Further, buckling load decreases with the increase of the nonlocal scale parameter value. The effects of the mode number, compression ratio and aspect ratio on the buckling load of the orthotropic nanoplate are also captured and discussed in detail. The results presented in this work may provide useful guidance for design and development of orthotropic graphene based nanodevices that make use of the buckling properties of orthotropic nanoplates.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A variable resolution global spectral method is created on the sphere using High resolution Tropical Belt Transformation (HTBT). HTBT belongs to a class of map called reparametrisation maps. HTBT parametrisation of the sphere generates a clustering of points in the entire tropical belt; the density of the grid point distribution decreases smoothly in the domain outside the tropics. This variable resolution method creates finer resolution in the tropics and coarser resolution at the poles. The use of FFT procedure and Gaussian quadrature for the spectral computations retains the numerical efficiency available with the standard global spectral method. Accuracy of the method for meteorological computations are demonstrated by solving Helmholtz equation and non-divergent barotropic vorticity equation on the sphere. (C) 2011 Elsevier Inc. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this paper, we investigate a numerical method for the solution of an inverse problem of recovering lacking data on some part of the boundary of a domain from the Cauchy data on other part for a variable coefficient elliptic Cauchy problem. In the process, the Cauchy problem is transformed into the problem of solving a compact linear operator equation. As a remedy to the ill-posedness of the problem, we use a projection method which allows regularization solely by discretization. The discretization level plays the role of regularization parameter in the case of projection method. The balancing principle is used for the choice of an appropriate discretization level. Several numerical examples show that the method produces a stable good approximate solution.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We report the temperature and magnetic field dependence of the conductivity of multiwall carbon nanotube mat in the temperature range 1.4-150 K and in magnetic fields up to 10 T. It is observed that charge transport in this system is governed by Mott's variable-range hopping of three-dimensional type in the higher temperature range and two-dimensional type in the lower temperature range. Mott's various parameters, such as localization length, hopping length, hopping energy and density of states at the Fermi level are deduced from the variable-range hopping fit. The resistance of the sample decreases with the magnetic field applied in the direction of tube axis of the nanotubes. The magnetic field gives rise to delocalization of states with the well-known consequence of a decrease in Mott's T-0 parameter in variable-range hopping. The application of magnetic field lowers the crossover temperature at which three-dimensional variable-range hopping turns to two-dimensional variable-range hopping. The conductivity on the lower temperature side is governed by the weak localization giving rise to positive magnetoconductance. Finally, a magnetic field-temperature diagram is proposed showing different regions for different kinds of transport mechanism.