46 resultados para Energy Harvesting, Convertitori di potenza, Maximum Power Point Tracking, Applicazioni low power


Relevância:

100.00% 100.00%

Publicador:

Resumo:

In recent decades, full electric and hybrid electric vehicles have emerged as an alternative to conventional cars due to a range of factors, including environmental and economic aspects. These vehicles are the result of considerable efforts to seek ways of reducing the use of fossil fuel for vehicle propulsion. Sophisticated technologies such as hybrid and electric powertrains require careful study and optimization. Mathematical models play a key role at this point. Currently, many advanced mathematical analysis tools, as well as computer applications have been built for vehicle simulation purposes. Given the great interest of hybrid and electric powertrains, along with the increasing importance of reliable computer-based models, the author decided to integrate both aspects in the research purpose of this work. Furthermore, this is one of the first final degree projects held at the ETSII (Higher Technical School of Industrial Engineers) that covers the study of hybrid and electric propulsion systems. The present project is based on MBS3D 2.0, a specialized software for the dynamic simulation of multibody systems developed at the UPM Institute of Automobile Research (INSIA). Automobiles are a clear example of complex multibody systems, which are present in nearly every field of engineering. The work presented here benefits from the availability of MBS3D software. This program has proven to be a very efficient tool, with a highly developed underlying mathematical formulation. On this basis, the focus of this project is the extension of MBS3D features in order to be able to perform dynamic simulations of hybrid and electric vehicle models. This requires the joint simulation of the mechanical model of the vehicle, together with the model of the hybrid or electric powertrain. These sub-models belong to completely different physical domains. In fact the powertrain consists of energy storage systems, electrical machines and power electronics, connected to purely mechanical components (wheels, suspension, transmission, clutch). The challenge today is to create a global vehicle model that is valid for computer simulation. Therefore, the main goal of this project is to apply co-simulation methodologies to a comprehensive model of an electric vehicle, where sub-models from different areas of engineering are coupled. The created electric vehicle (EV) model consists of a separately excited DC electric motor, a Li-ion battery pack, a DC/DC chopper converter and a multibody vehicle model. Co-simulation techniques allow car designers to simulate complex vehicle architectures and behaviors, which are usually difficult to implement in a real environment due to safety and/or economic reasons. In addition, multi-domain computational models help to detect the effects of different driving patterns and parameters and improve the models in a fast and effective way. Automotive designers can greatly benefit from a multidisciplinary approach of new hybrid and electric vehicles. In this case, the global electric vehicle model includes an electrical subsystem and a mechanical subsystem. The electrical subsystem consists of three basic components: electric motor, battery pack and power converter. A modular representation is used for building the dynamic model of the vehicle drivetrain. This means that every component of the drivetrain (submodule) is modeled separately and has its own general dynamic model, with clearly defined inputs and outputs. Then, all the particular submodules are assembled according to the drivetrain configuration and, in this way, the power flow across the components is completely determined. Dynamic models of electrical components are often based on equivalent circuits, where Kirchhoffs voltage and current laws are applied to draw the algebraic and differential equations. Here, Randles circuit is used for dynamic modeling of the battery and the electric motor is modeled through the analysis of the equivalent circuit of a separately excited DC motor, where the power converter is included. The mechanical subsystem is defined by MBS3D equations. These equations consider the position, velocity and acceleration of all the bodies comprising the vehicle multibody system. MBS3D 2.0 is entirely written in MATLAB and the structure of the program has been thoroughly studied and understood by the author. MBS3D software is adapted according to the requirements of the applied co-simulation method. Some of the core functions are modified, such as integrator and graphics, and several auxiliary functions are added in order to compute the mathematical model of the electrical components. By coupling and co-simulating both subsystems, it is possible to evaluate the dynamic interaction among all the components of the drivetrain. Tight-coupling method is used to cosimulate the sub-models. This approach integrates all subsystems simultaneously and the results of the integration are exchanged by function-call. This means that the integration is done jointly for the mechanical and the electrical subsystem, under a single integrator and then, the speed of integration is determined by the slower subsystem. Simulations are then used to show the performance of the developed EV model. However, this project focuses more on the validation of the computational and mathematical tool for electric and hybrid vehicle simulation. For this purpose, a detailed study and comparison of different integrators within the MATLAB environment is done. Consequently, the main efforts are directed towards the implementation of co-simulation techniques in MBS3D software. In this regard, it is not intended to create an extremely precise EV model in terms of real vehicle performance, although an acceptable level of accuracy is achieved. The gap between the EV model and the real system is filled, in a way, by introducing the gas and brake pedals input, which reflects the actual driver behavior. This input is included directly in the differential equations of the model, and determines the amount of current provided to the electric motor. For a separately excited DC motor, the rotor current is proportional to the traction torque delivered to the car wheels. Therefore, as it occurs in the case of real vehicle models, the propulsion torque in the mathematical model is controlled through acceleration and brake pedal commands. The designed transmission system also includes a reduction gear that adapts the torque coming for the motor drive and transfers it. The main contribution of this project is, therefore, the implementation of a new calculation path for the wheel torques, based on performance characteristics and outputs of the electric powertrain model. Originally, the wheel traction and braking torques were input to MBS3D through a vector directly computed by the user in a MATLAB script. Now, they are calculated as a function of the motor current which, in turn, depends on the current provided by the battery pack across the DC/DC chopper converter. The motor and battery currents and voltages are the solutions of the electrical ODE (Ordinary Differential Equation) system coupled to the multibody system. Simultaneously, the outputs of MBS3D model are the position, velocity and acceleration of the vehicle at all times. The motor shaft speed is computed from the output vehicle speed considering the wheel radius, the gear reduction ratio and the transmission efficiency. This motor shaft speed, somehow available from MBS3D model, is then introduced in the differential equations corresponding to the electrical subsystem. In this way, MBS3D and the electrical powertrain model are interconnected and both subsystems exchange values resulting as expected with tight-coupling approach.When programming mathematical models of complex systems, code optimization is a key step in the process. A way to improve the overall performance of the integration, making use of C/C++ as an alternative programming language, is described and implemented. Although this entails a higher computational burden, it leads to important advantages regarding cosimulation speed and stability. In order to do this, it is necessary to integrate MATLAB with another integrated development environment (IDE), where C/C++ code can be generated and executed. In this project, C/C++ files are programmed in Microsoft Visual Studio and the interface between both IDEs is created by building C/C++ MEX file functions. These programs contain functions or subroutines that can be dynamically linked and executed from MATLAB. This process achieves reductions in simulation time up to two orders of magnitude. The tests performed with different integrators, also reveal the stiff character of the differential equations corresponding to the electrical subsystem, and allow the improvement of the cosimulation process. When varying the parameters of the integration and/or the initial conditions of the problem, the solutions of the system of equations show better dynamic response and stability, depending on the integrator used. Several integrators, with variable and non-variable step-size, and for stiff and non-stiff problems are applied to the coupled ODE system. Then, the results are analyzed, compared and discussed. From all the above, the project can be divided into four main parts: 1. Creation of the equation-based electric vehicle model; 2. Programming, simulation and adjustment of the electric vehicle model; 3. Application of co-simulation methodologies to MBS3D and the electric powertrain subsystem; and 4. Code optimization and study of different integrators. Additionally, in order to deeply understand the context of the project, the first chapters include an introduction to basic vehicle dynamics, current classification of hybrid and electric vehicles and an explanation of the involved technologies such as brake energy regeneration, electric and non-electric propulsion systems for EVs and HEVs (hybrid electric vehicles) and their control strategies. Later, the problem of dynamic modeling of hybrid and electric vehicles is discussed. The integrated development environment and the simulation tool are also briefly described. The core chapters include an explanation of the major co-simulation methodologies and how they have been programmed and applied to the electric powertrain model together with the multibody system dynamic model. Finally, the last chapters summarize the main results and conclusions of the project and propose further research topics. In conclusion, co-simulation methodologies are applicable within the integrated development environments MATLAB and Visual Studio, and the simulation tool MBS3D 2.0, where equation-based models of multidisciplinary subsystems, consisting of mechanical and electrical components, are coupled and integrated in a very efficient way.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

El sistema de energa elica-diesel hbrido tiene un gran potencial en la prestacin de suministro de energa a comunidades remotas. En comparacin con los sistemas tradicionales de diesel, las plantas de energa hbridas ofrecen grandes ventajas tales como el suministro de capacidad de energa extra para "microgrids", reduccin de los contaminantes y emisiones de gases de efecto invernadero, y la cobertura del riesgo de aumento inesperado del precio del combustible. El principal objetivo de la presente tesis es proporcionar nuevos conocimientos para la evaluacin y optimizacin de los sistemas de energa hbrido elico-diesel considerando las incertidumbres. Dado que la energa elica es una variable estocstica, sta no puede ser controlada ni predecirse con exactitud. La naturaleza incierta del viento como fuente de energa produce serios problemas tanto para la operacin como para la evaluacin del valor del sistema de energa elica-diesel hbrido. Por un lado, la regulacin de la potencia inyectada desde las turbinas de viento es una difcil tarea cuando opera el sistema hbrido. Por otro lado, el bene.cio econmico de un sistema elico-diesel hbrido se logra directamente a travs de la energa entregada a la red de alimentacin de la energa elica. Consecuentemente, la incertidumbre de los recursos elicos incrementa la dificultad de estimar los beneficios globales en la etapa de planificacin. La principal preocupacin del modelo tradicional determinista es no tener en cuenta la incertidumbre futura a la hora de tomar la decisin de operacin. Con lo cual, no se prev las acciones operativas flexibles en respuesta a los escenarios futuros. El anlisis del rendimiento y simulacin por ordenador en el Proyecto Elico San Cristbal demuestra que la incertidumbre sobre la energa elica, las estrategias de control, almacenamiento de energa, y la curva de potencia de aerogeneradores tienen un impacto significativo sobre el rendimiento del sistema. En la presente tesis, se analiza la relacin entre la teora de valoracin de opciones y el proceso de toma de decisiones. La opcin real se desarrolla con un modelo y se presenta a travs de ejemplos prcticos para evaluar el valor de los sistemas de energa elica-diesel hbridos. Los resultados muestran que las opciones operacionales pueden aportar un valor adicional para el sistema de energa hbrida, cuando esta flexibilidad operativa se utiliza correctamente. Este marco se puede aplicar en la optimizacin de la operacin a corto plazo teniendo en cuenta la naturaleza dependiente de la trayectoria de la poltica ptima de despacho, dadas las plausibles futuras realizaciones de la produccin de energa elica. En comparacin con los mtodos de valoracin y optimizacin existentes, el resultado del caso de estudio numrico muestra que la poltica de operacin resultante del modelo de optimizacin propuesto presenta una notable actuacin en la reduccin del con- sumo total de combustible del sistema elico-diesel. Con el .n de tomar decisiones ptimas, los operadores de plantas de energa y los gestores de stas no deben centrarse slo en el resultado directo de cada accin operativa, tampoco deberan tomar decisiones deterministas. La forma correcta es gestionar dinmicamente el sistema de energa teniendo en cuenta el valor futuro condicionado en cada opcin frente a la incertidumbre. ABSTRACT Hybrid wind-diesel power systems have a great potential in providing energy supply to remote communities. Compared with the traditional diesel systems, hybrid power plants are providing many advantages such as providing extra energy capacity to the micro-grid, reducing pollution and greenhouse-gas emissions, and hedging the risk of unexpected fuel price increases. This dissertation aims at providing novel insights for assessing and optimizing hybrid wind-diesel power systems considering the related uncertainties. Since wind power can neither be controlled nor accurately predicted, the energy harvested from a wind turbine may be considered a stochastic variable. This uncertain nature of wind energy source results in serious problems for both the operation and value assessment of the hybrid wind-diesel power system. On the one hand, regulating the uncertain power injected from wind turbines is a difficult task when operating the hybrid system. On the other hand, the economic profit of a hybrid wind-diesel system is achieved directly through the energy delivered to the power grid from the wind energy. Therefore, the uncertainty of wind resources has increased the difficulty in estimating the total benefits in the planning stage. The main concern of the traditional deterministic model is that it does not consider the future uncertainty when making the dispatch decision. Thus, it does not provide flexible operational actions in response to the uncertain future scenarios. Performance analysis and computer simulation on the San Cristobal Wind Project demonstrate that the wind power uncertainty, control strategies, energy storage, and the wind turbine power curve have a significant impact on the performance of the system. In this dissertation, the relationship between option pricing theory and decision making process is discussed. A real option model is developed and presented through practical examples for assessing the value of hybrid wind-diesel power systems. Results show that operational options can provide additional value to the hybrid power system when this operational flexibility is correctly utilized. This framework can be applied in optimizing short term dispatch decisions considering the path-dependent nature of the optimal dispatch policy, given the plausible future realizations of the wind power production. Comparing with the existing valuation and optimization methods, result from numerical example shows that the dispatch policy resulting from the proposed optimization model exhibits a remarkable performance in minimizing the total fuel consumption of the wind-diesel system. In order to make optimal decisions, power plant operators and managers should not just focus on the direct outcome of each operational action; neither should they make deterministic decisions. The correct way is to dynamically manage the power system by taking into consideration the conditional future value in each option in response to the uncertainty.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper proposes a new model for characterizing the energetic behavior of grid connected PV inverters. The model has been obtained from a detailed study of main loss processes in small size PV inverters in the market. The main advantage of the used method is to obtain a model that comprises two antagonistic features, since both are simple, easy to compute and apply, and accurate. One of the main features of this model is how it handles the maximum power point tracking (MPPT) and the efficiency: in both parts the model uses the same approach and it is achieved by two resistive elements which simulate the losses inherent to each parameter. This makes this model easy to implement, compact and refined. The model presented here also includes other parameters, such as start threshold, standby consumption and islanding behavior. In order to validate the model, the values of all the parameters listed above have been obtained and adjusted using field measurements for several commercial inverters, and the behavior of the model applied to a particular inverter has been compared with real data under different working conditions, taken from a facility located in Madrid. The results show a good fit between the model values and the real data. As an example, the model has been implemented in PSPICE electronic simulator, and this approach has been used to teach grid-connected PV systems. The use of this model for the maintenance of working PV facilities is also shown.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The inverter in a photovoltaic system assures two essential functions. The first is to track the maximum power point of the system IV curve throughout variable environmental conditions. The second is to convert DC power delivered by the PV panels into AC power. Nowadays, in order to qualify inverters, manufacturers and certifying organisms use mainly European and/or CEC efficiency standards. The question arises if these are still representative of CPV system behaviour. We propose to use a set of CPV specific weighted average and a representative dynamic response to have a better determination of the static and dynamic MPPT efficiencies. Four string-sized commercial inverters used in real CPV plants have been tested.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The segmental approach has been considered to analyze dark and light I-V curves. The photovoltaic (PV) dependence of the open-circuit voltage (Voc), the maximum power point voltage (Vm), the efficiency (?) on the photogenerated current (Jg), or on the sunlight concentration ratio (X), are analyzed, as well as other photovoltaic characteristics of multijunction solar cells. The characteristics being analyzed are split into monoexponential (linear in the semilogarithmic scale) portions, each of which is characterized by a definite value of the ideality factor A and preexponential current J0. The monoexponentiality ensures advantages, since at many steps of the analysis, one can use the analytical dependences instead of numerical methods. In this work, an experimental procedure for obtaining the necessary parameters has been proposed, and an analysis of GaInP/GaInAs/Ge triple-junction solar cell characteristics has been carried out. It has been shown that up to the sunlight concentration ratios, at which the efficiency maximum is achieved, the results of calculation of dark and light I-V curves by the segmental method fit well with the experimental data. An important consequence of this work is the feasibility of acquiring the resistanceless dark and light I-V curves, which can be used for obtaining the I-V curves characterizing the losses in the transport part of a solar cell.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The aim of this study was to examine the acute effects of endurance exercise on jumping and kicking performance in young soccer players. Twenty-one top-class young soccer players (16.10.2 years) performed a countermovement jump test and a maximal instep soccer kick test before and after running for 20 min on a treadmill at 80% of their individual maximum heart rate. Two force platforms were used to obtain the following parameters during the countermovement jump: jump height, maximum power, maximum power relative to body mass, maximum vertical ground reaction force, maximum vertical ground reaction force relative to body mass, and maximum vertical ground reaction force applied to each leg. Maximum vertical ground reaction force and maximum vertical ground reaction force relative to body mass applied to the support leg during the kicks were also calculated with a force platform. The kicking motion was recorded using a three-dimensional motion-capture system. Maximum velocity of the ball, maximum linear velocity of the toe, ankle, knee and hip, and linear velocity of the toe at ball contact during the kicks were calculated. Non-significant differences were found in the parameters measured during the countermovement jump and the maximal instep soccer kick test before and after running, suggesting that the jumping and kicking performances of top-class young soccer players were not significantly affected after 20 min treadmill running at 80% of their individual maximum heart rate.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Modern transmitters usually have to amplify and transmit signals with simultaneous envelope and phase modulation. Due to this property of the transmitted signal, linear power amplifiers (class A, B, or AB) are usually used as a solution for the power amplifier stage. These amplifiers have high linearity, but suffer from low efficiency when the transmitted signal has high peak-to-average power ratio. The Kahn envelope elimination and restoration technique is used to enhance the efficiency of RF transmitters, by combining highly efficient, nonlinear RF amplifier (class E) with a highly efficient envelope amplifier in order to obtain a linear and highly efficient RF amplifier. This paper presents a solution for the envelope amplifier based on a multilevel converter in series with a linear regulator. The multilevel converter is implemented by employing voltage dividers based on switching capacitors. The implemented envelope amplifier can reproduce any signal with a maximum spectral component of 2 MHz and give instantaneous maximum power of 50 W. The efficiency measurements show that when the signals with low average value are transmitted, the implemented prototypes have up to 20% higher efficiency than linear regulators used as a conventional solution.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A review of existing studies about LCA of PV systems has been carried out. The data from this review have been completed with our own figures in order to calculate the Energy Payback Time of double and horizontal axis tracking and fixed systems. The results of this metric span from 2 to 5 years for the latitude and global irradiation ranges of the geographical area comprised between 10 to 10 of longitude, and 30 to 45 of latitude. With the caution due to the uncertainty of the sources of information, these results mean that a GCPVS is able to produce back the energy required for its existence from 6 to 15 times during a life cycle of 30 years. When comparing tracking and fixed systems, the great importance of the PV generator makes advisable to dedicate more energy to some components of the system in order to increase the productivity and to obtain a higher performance of the component with the highest energy requirement. Both double axis and horizontal axis trackers follow this way, requiring more energy in metallic structure, foundations and wiring, but this higher contribution is widely compensated by the improved productivity of the system.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Transverse galloping is a type of aeroelastic instability characterized by oscillations perpendicular to wind direction, large amplitude and low frequency, which appears in some elastic two-dimensional bluff bodies when they are subjected to an incident flow, provided that the flow velocity exceeds a threshold critical value. Understanding the galloping phenomenon of different cross-sectional geometries is important in a number of engineering applications: for energy harvesting applications the interest relies on strongly unstable configurations but in other cases the purpose is to avoid this type of aeroelastic phenomenon. In this paper the aim is to analyze the transverse galloping behavior of rhombic bodies to understand, on the one hand, the dependence of the instability with a geometrical parameter such as the relative thickness and, on the other hand, why this cross-section shape, that is generally unstable, shows a small range of relative thickness values where it is stable. Particularly, the non-galloping rhombus-shaped prism?s behavior is revised through wind tunnel experiments. The bodies are allowed to freely move perpendicularly to the incoming flow and the amplitude of movement and pressure distributions on the surfaces is measured.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In the last decade energy utility sector has undergone major changes in terms of liberalization, increased competition, efforts in improving energy efficiency, and in new technological solution such as smart meter and grid operations. There are new information technology solutions (e.g. Advanced Metering Infrastructure /AMI ) on the horizon that will not only introduce new technical and organizational concepts, but have a very strong potential to radically change modus operandi of utility companies. Coordinated, multi-utility programs can help accelerate the development and market success of new high-efficiency technologies. These programs provide opportunities for researchers to develop new high-efficiency equipment for manufacturers to sell this new equipment with utility help, for utilities to increase the amount of energy they save from incentive programs, and for consumers to benefit from lower utility bills and a cleaner environment (as energy is reduced, pollutants produced at power plants decline).

Relevância:

100.00% 100.00%

Publicador:

Resumo:

El proyecto que se presenta a continuacin recoge la adaptacin de una Central Trmica de carbn al cumplimiento de la DIRECTIVA 2010/75/UE DEL PARLAMENTO EUROPEO Y DEL CONSEJO de 24 de noviembre de 2010 sobre las emisiones industriales. La Central sobre la que se realiza el proyecto tiene un grupo trmico de carbn suscritico refrigerado por agua, con una potencia a plena carga de 350 MWe y de 190 MWe a mnimo tcnico. Genera 1 090 t/h de vapor a 540 C y 168 kg/cm2 funcionando a plena carga. Actualmente las emisiones de NOx son de 650 mg/m3, (condiciones normales, seco, 6 % O2). El objeto del proyecto es reducir estas emisiones a un valor mximo de 200 mg/m3 en las mismas condiciones. El proyecto analiza detalladamente las condiciones actuales de operacin de la instalacin en cuanto a combustible utilizado, horas de funcionamiento, condiciones climticas y produccin. Se analiza as mismo, todas las tcnicas disponibles en mercado para la reduccin del NOx, diferenciando entre medidas primarias (actan sobre los efectos de formacin) y secundarias (limpieza de gases). Las medidas primarias ya estn implementadas en la central, por tanto, el proyecto plantea la reduccin con medidas secundarias. De las medidas secundarias analizadas se ha seleccionado la instalacin de un Reactor de Reduccin Selectiva Cataltica (Reactor SCR). Tras un anlisis de los diferentes reactores y catalizadores disponibles se ha seleccionado un reactor de configuracin High-dust, una disposicin de catalizador en 3 capas ms 1, cuyos componentes estn basados en xidos metlicos (TiO2, V2O5, WO3) y estructura laminar. Se ha buscado la instalacin del reactor para operar a una temperatura inferior a 450 C. Como agente reductor se ha seleccionado NH3 a una dilucin del 24,5 %. El proyecto recoge tambin el diseo de todo el sistema de almacenamiento, evaporacin, dilucin e inyeccin de amoniaco. El resultado del proyecto garantiza una concentracin en los gases de salida por la chimenea inferior 180 mg/m3(n) de NOx. La reduccin del NOx a los lmites establecidos, tienen un coste por MWh neto generado para la central, trabajando 60 % a plena carga y 40 % a mnimo tcnico y una amortizacin de 10 aos, de 4,10 /MWh. ABSTRACT The following project shows the compliance adjustment of a coal-fired power station to the 2010/75/EU Directive of the European Parliament and Council 24th November 2010 on industrial emissions. The project is based on a power station with a subcritical thermal coal unit, cooled with water, with a maximum power of 350 MWe and a technical minimum of 190 MWe. It produces 1 090 t/h of steam at 540 C and 168 kg/cm2 operating under full load. Currently, NOx emissions are 650 mg / m3 (normal conditions, dry, 6% O2). The project aims to reduce these emissions to a maximum value of 200 mg / m3 under the same conditions. The project analyses in detail the current operating conditions of the system in terms of fuel used, hours of operation, climatic conditions and production. In addition, it also analyses every available technique of NOx reduction on the market, distinguishing between primary (acting on the effects of formation) and secondary measures (gas cleaning). Primary measures are already implemented in the plant, thus proposing reduction with secondary measures. Among the secondary measures analyzed, it has been selected to install a Selective Catalytic Reduction Reactor (SCR Reactor). Having researched the different reactors and catalysts available, for the reactor has been selected High-dust configuration, an arrangement of catalyst in 3 layers plus 1, whose components are based on metal oxides (TiO2, V2O5, WO3) and laminar structure. The reactor has been sought facility to operate at a temperature below 450 C. NH3 diluted to 24,5 % has been selected as reducing agent. The project also includes the design of the entire storage system, evaporation, dilution and ammonia injection. The results of the project ensure a gas concentration in the lower chimney exit below 180 mg / m3(n) NOx. The reduction of NOx to the established limits has a cost per net MWh generated in the plant, working at 60% of full load and at 40% of technical minimum, with an amortization of 10 years, 4,10 / MWh.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This project, funded by the Programa Iberoamricano de Ciencia y Tecnologa para el Desarrollo (CYTED), analyses the energy service requirements in sustainable tourism and will spread knowledge about renewable energies among the ecotourism stakeholders of Latin America. The target groups are local communities in protected areas, because they are the less up to date groups and, frequently, they are living in the most fragile ecosystems, but also the most fertile in biodiversity; their living standard is very low and the ecotourism can be a successful economic resource. The regions considered are ecosystems in Latin America, which have some protection degree, and are managed by local communities. The selected countries to implement renewable energy infrastructures in ecolodges are: Bolivia, Ecuador and Peru. Also low cost telecommunications infrastructures will be installed to improve the diffusion among potential clients of the ecolodges, in order to permit direct reservation of the services.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

El gran crecimiento de los sistemas MEMS (Micro Electro Mechanical Systems) as como su presencia en la mayora de los dispositivos que usamos diariamente despert nuestro inters. Paralelamente, la tecnologa CMOS (Complementary Metal Oxide Semiconductor) es la tecnologa ms utilizada para la fabricacin de circuitos integrados. Adems de ventajas relacionadas con el funcionamiento electrnico del dispositivo final, la integracin de sistemas MEMS en la tecnologa CMOS reduce significantemente los costes de fabricacin. Algunos de los dispositivos MEMS con mayor variedad de aplicaciones son los microflejes. Estos dispositivos pueden ser utilizados para la extraccin de energa, en microscopios de fuerza atmica o en sensores, como por ejemplo, para biodeteccin. Los materiales piezoelctricos ms comnmente utilizados en aplicaciones MEMS se sintetizan a altas temperaturas y por lo tanto no son compatibles con la tecnologa CMOS. En nuestro caso hemos usado nitruro de alumino (AlN), que se deposita a temperatura ambiente y es compatible con la tecnologa CMOS. Adems, es biocompatible, y por tanto podra formar parte de un dispositivo que acte como biosensor. A lo largo de esta tesis hemos prestado especial atencin en desarrollar un proceso de fabricacin rpido, reproducible y de bajo coste. Para ello, todos los pasos de fabricacin han sido minuciosamente optimizados. Los parmetros de sputtering para depositar el AlN, las distintas tcnicas y recetas de ataque, los materiales que actan como electrodos o las capas sacrificiales para liberar los flejes son algunos de los factores clave estudiados en este trabajo. Una vez que la fabricacin de los microflejes de AlN ha sido optimizada, fueron medidos para caracterizar sus propiedades piezoelctricas y finalmente verificar positivamente su viabilidad como dispositivos piezoelctricos. ABSTRACT The huge growth of MEMS (Micro Electro Mechanical Systems) as well as their presence in most of our daily used devices aroused our interest on them. At the same time, CMOS (Complementary Metal Oxide Semiconductor) technology is the most popular technology for integrated circuits. In addition to advantages related with the electronics operation of the final device, the integration of MEMS with CMOS technology reduces the manufacturing costs significantly. Some of the MEMS devices with a wider variety of applications are the microcantilevers. These devices can be used for energy harvesting, in an atomic force microscopes or as sensors, as for example, for biodetection. Most of the piezoelectric materials used for these MEMS applications are synthesized at high temperature and consequently are not compatible with CMOS technology. In our case we have used aluminum nitride (AlN), which is deposited at room temperature and hence fully compatible with CMOS technology. Otherwise, it is biocompatible and and can be used to compose a biosensing device. During this thesis work we have specially focused our attention in developing a high throughput, reproducible and low cost fabrication process. All the manufacturing process steps of have been thoroughly optimized in order to achieve this goal. Sputtering parameters to synthesize AlN, different techniques and etching recipes, electrode material and sacrificial layers are some of the key factors studied in this work to develop the manufacturing process. Once the AlN microcantilevers fabrication was optimized, they were measured to characterize their piezoelectric properties and to successfully check their viability as piezoelectric devices.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Esta investigacin se plantea con la hiptesis radical de cmo habitar el desierto de forma sostenible, desde una actitud pragmtica y experimental basada en el progreso. La justificacin se basa en primer lugar en los 2.000 millones de personas en el mundo que viven en entornos desrticos, el 80% de ellas, en pases en desarrollo, porque el 40% de la superficie terrestre est bajo amenaza de desertificacin afectando al 37% de la poblacin mundial, con 12 millones de hectreas al ao perdidas por esa causa, y por ltimo, porque se considera el desierto como un entorno de gran atractivo y potencial. El contenido de la investigacin se estructura en tres movimientos: posicionamiento, mirada y accin: Desde el posicionamiento se define en primer lugar la sostenibilidad, aportando un nuevo diagrama donde se incorpora el mbito arquitectnico como uno de los pilares principales, y, posteriormente, se establecen los criterios de evaluacin de la sostenibilidad, aportando un sistema de indicadores donde se incorporan parmetros adecuados a las circunstancias del oasis. Del mismo modo, se estudian y analizan metodologas de actuacin y proyectos de desarrollo sostenible existentes que enmarcan el estado del arte, constatando la dificultad de adaptacin de los mismos a las condiciones de los oasis, por lo que se elabora una metodologa propia donde se modifica la dinmica estratgica, de forma que el impulso se plantea desde la accin social, a travs de hiptesis de estrategias basadas en sistemas low-cost, autoconstruidas, asumibles econmicamente y de implantacin factible. El caso de estudio especfico radica en la situacin extrema de las condiciones en el oasis de Mhamid, donde se evidencia un proceso de desintegracin y abandono. Esto es debido a una acumulacin de circunstancias externas e internas, de mltiples factores: naturales y antrpicos que afectan al oasis, llevando al extremo las condiciones climticas y la escasez de recursos, naturales y artificiales. Factores como el cambio climtico, la sequa, los cambios en las polticas del agua, la amenaza de desertificacin, los conflictos sociales, el desequilibrio ecolgico, la escasez econmica, la crisis energtica, la obsolescencia arquitectnica, el patrimonio construido prcticamente destruido, y la malentendida nueva arquitectura. Es importante constatar la escasa documentacin grfica existente sobre la zona de actuacin lo que ha conllevado un amplio trabajo de documentacin, tanto cartogrfica como de observacin directa, aportada a la tesis como investigacin de elaboracin propia. La mirada analtica al caso de estudio permite conocer los recursos disponibles y las potencialidades latentes del oasis de Mhamid, que permitirn actuar para subvertir la dinmica involutiva imperante, de forma que los dibujos iniciales de apropiacin contextual y anlisis crticos derivan en mapas de accin diagramados conformados por un sistema de objetos y la definicin de estrategias transversales, deconstruyendo el pasado y reconstruyendo el futuro, incorporando sistemas alternativos que se definen en 7 lneas estratgicas de accin formuladas desde los 3 mbitos relacionados con el ecosistema: ecolgico, socio- econmico y arquitectnico. As, la tesis defiende la accin arquitectnica como impulsora del desarrollo sostenible, apoyada en 3 elementos: - la creacin de objetos tecnoartesanos, para el aprovechamiento de los recursos energticos - las transformaciones arquitectnicas, para reformular el hbitat desde la eficiencia energtica y el progreso - y el impulso de acciones cotidianas, que redefinan las relaciones sociales, creando entornos cooperativos y colaborativos. En el mbito ecolgico se proponen actuaciones anti desertificacin mediante incubadoras de rboles; sistemas alternativos de gestin del agua, como la lluvia slida; estrategias de potenciacin de la produccin agrcola; la construccin de mecanismos de obtencin de energa a partir de residuos, como los paneles solares con botellas PET. En el mbito socioeconmico se plantean nuevas formas de accin social y de reactivacin econmica. Por ltimo, en el mbito urbano-arquitectnico, se incorporan modificaciones morfolgicas a la arquitectura existente y una relectura contempornea de la tierra, como material que permite nuevas geometras, obteniendo arena petrificada por procesos microbiolgicos, y potenciando la tierra como recurso artstico. Esta tesis es un punto de partida, recoge sistemas, estrategias y experiencias, para funcionar como un estmulo o impulso dinamizador del futuro desarrollo sostenible del oasis, abriendo vas de investigacin y experimentacin. ABSTRACT This research puts forth the radical hypothesis of how to inhabit the desert in a sustainable way, using a pragmatic and experimental approach based on progress. The justification for this resides in the fact that there are 2,000 million people in the world living in desert environments, 80% of them in developing countries. Forty percent of the earths surface is under threat of desertification, affecting 37% of the world population and with 12 million hectares being lost each year. And finally, the desert is considered as an attractive environment and therefore, with great potential. The content of the research is structured in three main sections: positioning, observation and action: As a point of departure, sustainability is defined, proposing a new framework where architecture is incorporated as one of the main pillars. Then, the criteria for evaluating sustainability are established. These provide a system of indicators, which incorporate parameters based on the specific circumstances of the oasis. Methodologies and existing sustainable development projects that represent the state-of-the-art are analyzed, discussing the difficulty of adapting them to conditions of oases. A methodology that modifies strategic concepts is developed, whereby the catalyst is social action, and strategies are developed based on low-cost, self-built, and feasible implementation systems. The specific case study lies in the extreme conditions in the oasis of M'hamid, where a process of decay and neglect is evident. This deterioration is due to an accumulation of external and internal circumstances, and of natural and anthropogenic factors that affect the oasis, leading to extreme weather conditions and a shortage of both natural and artificial resources. Factors include; climate change, drought, changes in water policies, the threat of desertification, social conflicts, ecological imbalance, economic shortage, the energy crisis, architectural obsolescence, destruction of built heritage, and misunderstood new architecture. It is important to note the extremely limited graphic information about the area has led me to produce an extensive archive of maps and drawings, many developed by direct observation, that contribute to the research. The case study analysis of the oasis of M'hamid examines the resources available and the latent potential to slow the prevailing trend towards deterioration. The initial drawings of contextual appropriation and critical analysis result in maps and diagrams of action, which are formed by a system of objects and the definition of strategies. These can be thought of as understanding or deconstructing the past to reconstruct the future. Alternative approaches defined in seven strategies for action are based on three fields related to the ecosystem: ecological, socioeconomic and architectural. Thus, the thesis defends architectural action to promote sustainable development, based on three elements: - The creation of "techno-artisans", to make use of energy resources - Architectural changes, to reformulate habitat in terms of energy efficiency and progress - And the promotion of everyday actions, to redefine social relations, creating cooperative and collaborative environments. In the ecological field, I propose anti-desertification actions such as; tree incubators, alternative water management systems(such as solid rain),; strategies to empower the agricultural production, energy from low-cost systems made out from recycled materials(such as solar panels from PET bottles or wind turbine from bicycle wheels). In the socioeconomic sphere, I propose to implement new forms of social action and economic regeneration. Finally, within the urban and architectural field, I propose morphological changes to the existing architecture and a contemporary reinterpretation of the earth as a material that allows new geometries, creating petrified sand by microbiological processes or enhancing nature as an artistic and energy resource. This thesis is a starting point. It collects systems, strategies and experiences to serve as a stimulus or dynamic momentum for future sustainable development of the oasis, opening new avenues of research and experimentation. RSUM Cette recherche part d'une hypothse radicale : comment habiter le dsert de faon durable, et ce partir d'une approche pragmatique et exprimentale base sur le progrs. Cette hypothse se justifie en raison des 2 milliards de personnes qui dans le monde habitent des environnements dsertiques, 80% d'entre eux dans des pays en voie de dveloppement, mais aussi parce que 40% de la surface de la plante est sous menace de dsertification, un phnomne affectant 37% de la population mondiale et qui cause la perte de 12 millions d'hectares par an; et enfin parce que le dsert est considr comme un environnement trs attrayant et fort dun grand potentiel. Le contenu de la recherche se divise en trois mouvements: le positionnement, le regard et l'action : Du point de vue du positionnement on dfinit tout d'abord la durabilit, prsentant un nouveau schma o le domaine de l'architecture devient un des principaux piliers, et, par la suite, des critres d'valuation de la durabilit sont tablis, en fournissant un systme dindicateurs qui intgre les paramtres appropris aux circonstances de l'oasis. De mme, des mthodologies et des projets de dveloppement durable existants sont tudis et analyss, ce qui encadre l'tat de l'art, remarquant la difficult de les adapter aux conditions des oasis. De cette difficult dcoule l'laboration d'une mthodologie qui modifie la dynamique stratgique, de sorte que l'impulsion provient de l'action sociale, travers des hypothses de stratgie bases sur des systmes low-cost, auto-construits, et de mise en oeuvre conomiquement viable. Le cas d'tude spcifique rside en la situation extrme des conditions de l'oasis de Mhamid, o un processus de dcadence et de ngligence est vident. Cela est d une accumulation de circonstances externes et internes, de multiples facteurs: les facteurs naturels et anthropiques qui affectent l'oasis, menant l'extrme les conditions mtorologiques et la pnurie de ressources, autant naturelles qu'artificielles. Des facteurs tels que le changement climatique, la scheresse, les changements dans les politiques de l'eau, la menace de la dsertification, les conflits sociaux, le dsquilibre cologique, la pnurie conomique, la crise de l'nergie, l'obsolescence architecturale, le patrimoine bti pratiquement dtruit et une mauvais comprhensif de la nouvelle architecture. Il est important de de faire remarquer le peu d'informations graphiques du domaine d'action, ce qui a conduit un vaste travail de documentation, autant cartographique que relative l'observation directe. Cette documentation s'ajoute la thse en tant que recherche propre. Le regard analytique sur le cas d'tude permet de connatre les ressources disponibles et le potentiel latent de l'oasis de Mhamid, qui agiront pour renverser la dynamique d'involution en vigueur. Ainsi, les premiers dessins d'appropriation contextuelle et analyse critique deviennent des cartes d'action schmatises formes par un systme d'objets et la dfinition de stratgies transversales, qui dconstruisent le pass et reconstruisent l'avenir, en incorporant des systmes alternatifs qui se dfinissent sur 7 lignes stratgiques d'action formules partir des 3 domaines en relation avec lcosystme: lcologique, le socio-conomique et l'architectural. Ainsi, la thse dfend l'action architecturale en tant que promotrice du dveloppement durable, et ce bas sur 3 lments: - la cration d'objets "technoartisans" pour l'exploitation des ressources nergtiques - les modifications architecturales, pour reformuler l'habitat du point de vue de l'efficacit nergtique et le progrs - et la promotion des actions quotidiennes, pour redfinir les relations sociales, et la cration d'environnements de coopration et collaboration. Dans le domaine de l'cologie des actions de lutte contre la dsertification sont proposes travers des ppinires d'arbres, des systmes alternatifs de gestion de l'eau comme par exemple la pluie solide, des stratgies de mise en valeur de la production agricole, la construction de mcanismes de production d'nergie partir de rsidus, tels que les panneaux solaires ou les bouteilles en PET. Dans le domaine socio-conomique, l'on propose de nouvelles formes d'action sociale et de reprise conomique. Enfin, dans le domaine de l'urbain et de l'architectural, on incorpore des changements morphologiques l'architecture existante et une relecture contemporaine de la terre, comme matriau qui permet de nouvelles gomtries, en obtenant du sable ptrifi par des procds microbiologiques et en mettant en valeur la terre comme une ressource artistique. Cette thse n'est qu'un point de dpart. Elle recueille des systmes, des stratgies et des expriences pour servir de stimulus ou d'impulsion dynamisatrice du futur dveloppement durable de l'oasis, en ouvrant des voies de recherche et d'exprimentation.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

La creciente demanda de energa elctrica y la necesidad de implementar energas no contaminantes hace que las llamadas tecnologas verdes sean cada da ms solicitadas. Entre estas tecnologas encontramos la energa solar y la energa elica; ambas tienen una trayectoria de uso e investigacin bastante amplia, sin embargo an presentan problemas de fondo que impiden dar mayor impulso a su uso. El objetivo de la presente tesis es presentar soluciones a problemas de optimizacin en campos conversores de energa. Para ello se analizan y resuelven dos problemas por medio de tcnicas de aerodinmica experimental: el primero sobre campos de colectores solares y el segundo sobre campos elicos. Las tcnicas de medicin utilizadas en aerodinmica, y en el presente trabajo, son: medicin de cargas, anemometra de hilo caliente, velocimetra por imagen de partculas y escaneo de presiones; adems de un anlisis estadstico de los datos. En el primer caso se ensayan experimentalmente colectores solares parablicos en donde, por cuestiones de seguridad o por proteccin contra el viento, se utilizan cercas. stas modifican el comportamiento del flujo corriente abajo y se ha encontrado que la distancia a la cual se colocan, as como el tipo de cercas (slida o permeable), modifican las cargas estructurales a las que los colectores estn expuestos. Los resultados demuestran que existe una distancia crtica en la cual la presencia de la cerca aumenta la carga en lugar de disminuirla, por lo cual la seleccin adecuada del parapeto y la distancia a la cual se coloca son de suma importancia para la optimizacin de la estructura. En el segundo caso se ensaya experimentalmente y simula numricamente la estela de turbinas elicas por medio de discos porosos. En donde un disco permeable simula el rotor de una turbina. El disco es capaz de semejar la estela y los efectos que sta puede causar corriente abajo. Los resultados muestran que seleccionando adecuadamente la porosidad, es posible simular coeficientes de empuje similares a los desarrollados por los aerogeneradores, adems la estela y sus efectos son semejantes a los medidos en campo. ABSTRACT The called green energy technologies are increasingly required because of the growing demand for electricity and the need to implement nonpolluting energy. Among the green energy technologies it is found the solar and the wind energy, both have a history of use and fairly extensive research; however they still have problems which limit to give them further impetus to its use. The aim of this thesis is to present solutions to optimization problems in energy harvesting. To this end it is analysed, and solved, two problems by means of techniques in experimental aerodynamics: the first issue with regard to parabolic troughs and the second about wind farms. The measurement techniques commonly used in aerodynamics, and used in this research work, are: measurement of loads, hot wire anemometry, particle image velocimetry and scanning of pressures; where data are collected and then an statistical analysis is done. In the first case it is tested parabolic troughs where, either for security reasons or protection against the wind actions, fences are used. These fences modify the behaviour of flow downstream and it was found that the distance at which they are placed, and the type of fences (solid or permeable) modify the structural loads to which the parabolic troughs are exposed. The results show that there is a critical distance at which the presence of the fence increases the load instead of protecting the parabolic trough, hence making the proper selection of the parapet and the distance at which it stands are paramount for the optimization of the structure. In the second case it is tested, experimentally and numerically, the wake of wind turbines by means of porous disks; where the permeable disc simulates a turbine rotor. The disc is able to mimic the wake and the effects that it can cause downstream. The results show that by properly selecting the porosity, it is possible to simulate drag coefficients similar to those developed by wind turbines; moreover the porous disk wake and its effects are similar to those measured on field.