385 research outputs found

    Improving accuracy of parallel SLICOT model reduction routines for stable systems

    Full text link
    © 2015 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.This paper shows part of the work carried out to develop parallel versions of the SLICOT routines for model reduction of stable systems. In particular, the routines that have been parallelised are those based on the solution of Lyapunov equations. The goal is to be able to work with larger unreduced models and also to obtain better performance in the reduction process. New routines have been developed using standard libraries to improve portability and efficiency. A preliminary version was released previously by the authors, which achieved high performance. However, accuracy improvements have been necessary in order to make the new routines similar to the sequential ones in this aspect. Routines presented in this paper preserve good performance obtained by the previous parallel implementation while maintaining high accuracy of sequential SLICOT routines.This work was partially supported by the Spanish Ministry of Economy and Competitiveness under grant TIN2013-41049-PGuerrero López, D.; Román Moltó, JE. (2015). Improving accuracy of parallel SLICOT model reduction routines for stable systems. IEEE. https://doi.org/10.1109/MED.2015.7158781

    El rol del diseñador en los procesos de enseñanza-aprendizaje en contexto B-Learning en la universidad

    Get PDF
    Este artículo presenta un análisis de procesos en la construcción de plataformas relacionados con el b-learning, a través de una conceptualización e interpretación metodológica de un banco documental, el cual hace parte de una búsqueda sobre diferentes postulados y referentes teóricos que refieren del tema, con énfasis en aspectos como los roles del docente, las perspectivas pedagógicas abordadas para dicho enfoque, las herramientas y fundamentos tecnológicos que establecen manifiestos que convocan a la reflexión de estos entornos y su relación con los lineamientos educativos que actualmente se traducen en nuevas dinámicas de interacción encaminada a las condiciones socio-culturales observadas actualmente.This article introduces a process analysis on the construction of platforms linked to b-learning, through conceptualization and methodological interpretation of a documental data base. This last one makes part of a search about different kinds of theoretical references with emphasis on aspects such as teacher s role, pedagogic perspectives about this approach, tools and technological fundamentals setting theories. The arguments call thinking about these environments and its relation with educative rules that nowadays are translated into new ways of interaction aimed at the social-culture conditions currently observed

    Algoritmos paralelos para la reducción de sistemas lineales de control estables

    Full text link
    [EN] In the field of control theory, sometimes system models of big size (with many state variables) appear. When one of these high order systems needs to be simulated, studied or controlled, it is convenient to perform a previous work of model reduction in order to reduce the necessary (economic and temporal) costs. This process of obtaining a low order adequate representation of the original system usually has a high cost, because it has to be done with the original unreduced system. Thus, it is important to have high performance implementations for the problem of reducing linear control systems. In this thesis high performance implementations for some methods of model reduction have been developed. Current algorithms for model reduction of stable linear control systems and their implementation in the control library SLICOT have been analysed. New parallel algorithms for the methods strongly based on solving Lyapunov equations have been proposed. The new developed routines are incorporated in the high performance library for control PSLICOT. Apart from the main functions in charge of model reduction, all operations appearing in the problem and not having a high performance version yet have also been parallelised. One of these operations is the solution of Lyapunov equations in standard form. Parallel routines for solving these equations have been developed. These routines solve the equation obtaining directly the Cholesky factor of the solution, which fits better their application in model reduction. For this, Hammarling's method has been parallelised. The new routines solve in parallel and for dense matrices the four possible variants of standard Lyapunov equations: discrete and continuous versions, both transposed and not transposed. Interfaces offered by all the parallelised routines are similar to that of the existing routines in ScaLAPACK library, so they are easy to use from a user of this kind of libraries. The new routines work with the same data distribution used in this library: 2D block cyclic distribution, which allows many other distributions. Thanks to the developed work, now there are available high performance parallel routines to reduce linear control systems by using different variants of the Square-Root Balance & Truncate model reduction method: with or without balancing and with or without using the singular perturbation approximation formulas. They are parallel implementations of the same algorithms and methods used in the sequential routines of the SLICOT library. This allows to efficiently reduce models of linear control systems of big size. Moreover, existing software in ScaLAPACK for the eigenvalue problem has been improved by covering cases not treated there: the solution of the generalised problem (by transforming it into standard form, which is not always possible) and the computation of the eigenvectors. This part of the work has been applied to a real problem of simulation of oceanic flows. Here, it is necessary to compute all the eigenvalues and eigenvectors of a generalised eigenvalue problem with a very big dimension. As a consequence, enormous eigenvalue problems have been solved (with matrices of order greater than 400000), that could not be solved previously. Solving them allows to improve the precision in the studies of the behaviour of oceanic flows.[ES] En el campo de la teoría de control en ocasiones aparecen modelos de sistemas con un tamaño elevado (muchas variables de estado). Cuando se pretende simular, estudiar o controlar uno de estos sistemas de orden elevado, conviene realizar un trabajo previo de reducción del modelo del sistema con el propósito de reducir los costes (económicos/temporales) necesarios en un tratamiento posterior. El proceso de obtención de un sistema de orden reducido que represente adecuadamente el sistema original suele ser costoso, ya que necesariamente se tiene que hacer con el sistema original sin reducir. Por esto, resulta conveniente disponer de implementaciones de altas prestaciones para el problema de reducción de sistemas lineales de control. En esta tesis se han desarrollado implementaciones de altas prestaciones para algunos métodos de reducción de modelos. Se han analizado los algoritmos existentes para la reducción de modelos de sistemas lineales de control estables y sus implementaciones en la librería de control SLICOT. Se han propuesto nuevos algoritmos paralelos para los métodos cuyo núcleo principal es la resolución de ecuaciones de Lyapunov. Las nuevas rutinas desarrolladas se incorporan a la librería de computación de altas prestaciones para control PSLICOT. Aparte de las funciones principales a cargo de la reducción de modelos, se han tenido que paralelizar también todas aquellas operaciones numéricas que aparecen en este problema y de las que no se disponía de versiones de altas prestaciones. De estas operaciones, cabe destacar rutinas paralelas para la resolución de la ecuación de Lyapunov en su forma estándar obteniendo directamente el factor de Cholesky de la solución, que es lo que se necesita para la reducción de modelos. El método utilizado es una versión paralela del método de Hammarling. Las rutinas implementadas resuelven en paralelo y para matrices densas las cuatro variantes posibles de la ecuación de Lyapunov: en su forma discreta y continua, traspuestas y sin trasponer. Todas las rutinas paralelizadas ofrecen una interfaz como la de las rutinas de la librería ScaLAPACK, para que puedan ser usadas con facilidad por el usuario habituado a trabajar con este tipo de librerías. Se permiten las mismas distribuciones de datos que en esta librería: una distribución cíclica 2D por bloques, que engloba muchas otras distribuciones. Gracias al trabajo desarrollado, ahora se dispone de versiones paralelas de altas prestaciones para reducir sistemas lineales de control mediante diferentes variantes del método de balanceado y truncamiento de la raíz cuadrada (the Square-Root Balance & Truncate model reduction method): con o sin balanceado y con o sin usar las fórmulas de perturbación singular. Se trata de versiones paralelas de los mismos algoritmos y métodos que se utilizan en las versiones secuenciales de la librería SLICOT. Esto permitirá reducir de forma eficiente modelos de sistemas lineales de control de gran tamaño. También se ha mejorado la aplicabilidad del software existente en ScaLAPACK para el problema de valores propios cubriendo casos que no se contemplaban. Se ha trabajado en la solución del problema generalizado (mediante su transformación a forma estándar, lo que no es aplicable en todos los casos) y también en el cálculo de los vectores propios. Ambas operaciones se han utilizado en un problema real de simulación de flujos oceánicos. En esta aplicación se requiere el cálculo de todos los valores y vectores propios de un problema generalizado de gran dimensión. Como consecuencia, ha sido posible resolver problemas de valores propios generalizados enormes (con matrices de más de 400000 filas y columnas) que no habían podido resolverse con anterioridad, permitiendo así un estudio más preciso del comportamiento de las corrientes oceánicas.[CA] En el camp de la teoria de control de vegades apareixen models de sistemes amb un tamany elevat (moltes variables d'estat). Quan es pretén simular, estudiar o controlar un d'aquests sistemes d'ordre elevat, convé realitzar un treball previ de reducció del model del sistema amb el propòsit de reduir els costos (econòmics/temporals) necesaris en un tractament posterior. El procés d'obtenció d'un sistema d'ordre reduit que represente adequadament el sistema original sol ser costós, perque necessàriament ha de fer-se amb el sistema original sense reduir. Per aquest motiu, resulta convenient disposar d'implementacions d'altes prestacions per al problema de reducció de sistemes lineals de control. En aquesta tesis s'han desenvolupat implementacions d'altes prestacions per a alguns mètodes de reducció de models. S'han anal·litzat els algoritmes existents per a la reducció de models de sistemes lineals de control estables i les seues implementacions en la llibreria de control SLICOT. S'han proposat nous algoritmes paral·lels per als mètodes basats en la resolució d'equacions de Lyapunov. Les noves rutines desenvolupades s'incorporen a la llibreria de computació d'altes prestacions per a control PSLICOT. Apart de les funcions principals a càrrec de la reducció de models, s'han hagut de paral·le\-lit\-zar també totes aquelles operacions numèriques que apareixen en aquest problema i per a les que no es disposava de versions d'altes prestacions. D'aquestes operacions, destaquen rutines paral·leles per a la resolució de l'equació de Lyapunov en la seua forma estàndard obtenint directament el factor de Cholesky de la solució, que és el que es necessita per a la reducció de models. El mètode emprat és una versió paral·lela del mètode de Hammarling. Les rutines implementades resolen en paral·lel i per a matrius denses les quatre variants possibles de l'equació de Lyapunov: en la seua forma discreta i contínua, traspostes i sense trasposar. Totes les rutines paral·lelitzades ofereixen una interfaç com la de les rutines de la llibreria ScaLAPACK, per a que puguen ser usades fàcilment per l'usuari acostumat a treballar amb aquest tipus de llibreries. Es permeten les mateixes distribucions de dades que en aquesta llibreria: distribució cíclica 2D per blocs, que engloba moltes altres distribucions. Gràcies al treball desenvolupat, ara es disposa de versions paral·leles d'altes prestacions per a reduir sistemes lineals de control mitjançant diferents variants del mètode de balancejat i truncament de l'arrel quadrada (the Square-Root Balance & Truncate model reduction method): amb o sense balancejat i amb o sense usar les fórmules de perturbació singular. Son versions paral·leles dels mateixos algoritmes i mètodes que s'utilitzen en les versions sequencials de la llibreria SLICOT. Això permetrà reduir de forma eficient models de sistemes lineals de control de gran tamany. També s'ha mitjorat l'aplicabilitat del software existent en ScaLAPACK per al problema de valors propis cobrint casos que no es contemplaven. S'ha treballat en la solució del problema generalitzat (mitjançant la seua transformació a forma estàndard, cosa que no es pot fer sempre) i també en el càlcul dels vectors propis. Ambdues operacions s'han utilitzat en un problema real de simulació de fluxos oceànics. En aquesta aplicació es requereix el càlcul de tots els valors i vectors propis d'un problema generalitzat de gran dimensió. Com a conseqüència, ha sigut possible resoldre problemes de valors propis generalitzats molt grans (amb matrius de més de 400000 files i columnes) que no s'havien pogut resoldre anteriorment, permetent així un estudi més precís del comportament de les corrents oceàniques.Guerrero López, D. (2015). Algoritmos paralelos para la reducción de sistemas lineales de control estables [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/59415TESI

    A simulation-based study of TCP performance over an Optical Burst Switched backbone with 802.11 access

    Get PDF
    13th Open European Summer School and IFIP TC6.6 Workshop, EUNICE 2007, Enschede, The Netherlands, July 18-20, 2007. ProceedingsThe combined effect of optical and wireless subnetworks in an hypothetical future scenario where core networks have evolved to the still prototype Optical Burst Switching (OBS) technology is an open research issue. This paper studies this hybrid scenario, in the particular case of 802.11 access, by reviewing the key aspects of OBS and 802.11 with an impact on the performance of TCP, and makes a simulation-based assessment of the relative influence of both technologies over the effective end-to-end behaviour of TCP.This work has been partly supported by the EU under the IST e-Photon/One+ project (FP6-IST-027497) and by the Spanish CAPITAL project (TEC2004-05622-C04-03).Publicad

    Analysis of high velocity impacts of steel cylinders on thin carbon/epoxy woven laminates

    Get PDF
    In this work a numerical model was developed to predict the behavior of thin woven laminates under high velocity impacts. The material model, implemented in a user subroutine to be used with a commercial FE code, takes into account different failure mechanisms. The inter-lamina failure prediction is achieved by means of the use of cohesive elements. Finally, in order to validate the model, experimental tests were accomplished in a wide range of velocities from 100 to 400 m/s. Residual velocity of the projectile and damaged area of the laminates are compared with the numerical results. Once the model is validated, a further investigation has been made in order to analyze the influence of projectile slenderness on the laminate response.This research was done with the ¯nancial support of the Spanish Ministry of Education under Project reference DPI2010-15123 and of the Region of Madrid and University Carlos III of Madrid under Project reference CCG10-UC3M/DPI-4694

    On the influence of filling level in CFRP aircraft fuel tank subjected to high velocity impacts

    Get PDF
    In this work, the process of impact that takes place in a partially filled tank is analyzed, performing a numerical simulation, in order to understand the response of the composite laminated structure. The commercial finite-element code LS-DYNA v.R7 has been used to simulate an Hydrodynamic RAM event created by a steel spherical projectile impacting a partially water-filled woven CFRP square tube using two different approaches (MM-ALE and SPH). The intralaminar and interlaminar damage have been taken into account implementing an user subroutine and by means of a cohesive interaction, respectively. Once the numerical model is validated using available experimental data, the effect of the filling level in the failure of the tank is analyzed in detail taking advantage of the information provided by the numerical model. (C) 2013 Elsevier Ltd. All rights reserved.This research was done with the financial support of the Spanish Ministry of Education under Project reference DPI2010-15123 and of the Region of Madrid and University Carlos III of Madrid under Project reference CCG10-UC3M/DPI-4694

    Experimental analysis of normal and oblique high velocity impacts on carbon/epoxy tape laminates

    Get PDF
    In this work, the effect of high velocity impacts on carbon/epoxy tape quasi-isotropic laminates is studied. Experimental test were carried out at two different impact angles and in a wide range of velocities (from 80 to 490 m/s). Both parameters, the residual velocity and the damaged area, are used to evaluate the effect of the kinetic energy of the projectile on the laminate response. In addition it has been proposed a simplified analytical model which allows to identify the different energy absorbtion mechanisms and predict the residual velocity of the projectile. Finally the energy absorbed by the laminate during the impact is studied.This research was done with the financial support of the Spanish Ministry of Ed- ucation under Project reference DPI2010-15123 and of the Region of Madrid and University Carlos III of Madrid under Project reference CCG10-UC3M/DPI-4694

    Numerical analysis of CFRP fluid-filled tubes subjected to high-velocity impact

    Get PDF
    In recent years, vulnerability against high-velocity impact loads has become an increasingly critical issue in the design of composite aerospace structures. The effects of Hydrodynamic Ram (HRAM), a phenomenon that occurs when a high-energy object penetrates a fluid-filled container, are of particular concern in the design of wing fuel tanks for aircraft because it has been identified as one of the important factors in aircraft vulnerability. The projectile transfers its momentum and kinetic energy through the fluid to the surrounding structure, increasing the risk of catastrophic failure. In the present paper, the commercial finite-element code ABAQUS/Explicit has been used to simulate an HRAM event due to the impact of a steel spherical projectile into a water-filled woven CFRP square tube. In order to simulate the fluid-structure interaction, the Coupled Eulerian Lagrangian (CEL) approach is used. Experimental tests which indicate the pressure at different points of the fluid, strains of the walls and cavity evolution for different impact velocities are compared with the numerical results in order to assess the validity and accuracy of CEL technique in reproducing such a complex phenomenon. Also, several numerical impacts at different initial projectile velocities are performed to study its influence in the HRAM phenomenon.This research was done with the fianancial support of the Spanish Ministry of Education under Project reference DPI2010-15123 and of the Region of Madrid and University Carlos III of Madrid under Project reference CCG10-UC3M/DPI-4694. The authors would like also to acknowledge the Center for the Development of Industrial Technology (CDTI) of Spain and to the company AERNNOVA Aerospace for the financial support for this research. We wish to express sincere gratitude to Mr. S. Puerta for his valuable help during the experimental testing

    Analysis of Ice Impact Process at High Velocity

    Get PDF
    In this work the high velocity impact of ice spheres is analysed. An experimental methodology has been developed in order to launch, at high velocity, ice spheres of different diameters against a load cell to measure the force induced during the impact. An analysis of the influence of the ice mass on the impact force is accomplished using the contact force which was calculated by means of an inverse problem technique. Finally a study of the impact phenomenon has been performed using the videos obtained with a high speed camera.This research was done with the financial support of the Spanish Ministry of Education under Project reference DPI2013-41094-R

    An evolutionary algorithm for the design of hybrid fiber optic-coaxial cable networks in small urban areas

    Get PDF
    Telecommunication is one of the fastest growing business sectors. Future networks will need to integrate a wide variety of services demanding different qualities and capacities from the network. In this paper, network architecture based on hybrid fiber optic-coaxial cable (HFC) is proposed to develop cable integrated telematic services. An evolutionary algorithm is presented to solve the problem in suitable computation times when dealing with real times civil works problems. Finally we present the results over both problem library and real life scenarios
    corecore