996 resultados para Array design
Resumo:
Firefly Algorithm is a recent swarm intelligence method, inspired by the social behavior of fireflies, based on their flashing and attraction characteristics [1, 2]. In this paper, we analyze the implementation of a dynamic penalty approach combined with the Firefly algorithm for solving constrained global optimization problems. In order to assess the applicability and performance of the proposed method, some benchmark problems from engineering design optimization are considered.
Resumo:
Dissertação de mestrado em Design e Marketing
Resumo:
Dissertação de mestrado em Design e Marketing
Resumo:
Dissertação de mestrado integrado em Engenharia Eletrónica Industrial e Computadores
Resumo:
ABSTRACTIn the Amazon, river navigation is very important due to the length of navigable rivers and the lack of alternative road networks. Boats usually operate in unfavorable conditions, since there is no hydrodynamic relation among propellers, geometry, and the dimensions of the boat hull. Currently, there is no methodology for propeller hydrodynamic optimization with low computational cost and easy implementation in the region. The aim of this work was to develop a mathematical approach for marine propeller design applied to boats typically found on Amazon rivers. We developed an optimized formulation for the chord and pitch angle distributions, taking into account the classical model of Glauert. A theoretical analysis for the thrust and torque relationships on an annular control volume was performed. The mathematical model used was based on the Blade Element Momentum Theory (BEMT). We concluded that the new methodology proposed in this work demonstrates a good physical behavior when compared with the theory of Glauert and the experimental data of the Wageningen B3-50 propeller.
Resumo:
Linguagem da Ciência e a problematização na área da Cibercultura: O objecto de estudos científico; conceitos e teoria; Conceitos principais; A validade dos conceitos; Metodologia e técnicas sociológicas; Fontes da pesquisa; Agenda da pesquisa; Metodologias Sociológicas clássicas e emergentes; Métodos e técnicas de pesquisa sobre a Cibercultura; Exemplo de um projeto de investigação: a Comunicação Pública da Arte em museus físicos e virtuais.
Resumo:
Architectural design is often associated with aesthetics and style, but it is also very important to building performance and sustainability. There are some studies associating architectural design to the choice for materials from sustainable sources, to indoor air quality, to energy efficiency and productivity. This article takes a step further to analyse how the use of efficient interior design techniques can impact the habitable space in order to improve building sustainability in land use. Smart interior design, a current trend related to the use of efficient and flexible furniture and movable walls in tiny or compact apartments, is analysed. A building with a standard design is used as a case study reference building and compared to a proposed theoretical design alternative using smart interior design techniques. In order to correctly assess sustainability performance, a quantifiable and verified method is used. Results showed that the use of smart interior design techniques can greatly reduce buildingsâ impact on the environment.
Resumo:
This Special Issue gathers selected contributions from the 1st Congress on Food Structure Design, covering most of the topics described above.
Resumo:
Dissertação de mestrado em Engenharia Mecatrónica
Resumo:
The paper reflects the work of COST Action TU1403 Workgroup 3/Task group 1. The aim is to identify research needs from a review of the state of the art of three aspects related to adaptive façade systems: (1) dynamic performance requirements; (2) façade design under stochastic boundary conditions and (3) experiences with adaptive façade systems and market needs.
Resumo:
Tese de Doutoramento (Programa Doutoral em Engenharia Biomédica)
Resumo:
Tese de Doutoramento em Biologia Ambiental e Molecular
Resumo:
Tese de Doutoramento Plano Doutoral em Engenharia Eletrónica e de Computadores.
Resumo:
A spreadsheet usually starts as a simple and singleuser software artifact, but, as frequent as in other software systems, quickly evolves into a complex system developed by many actors. Often, different users work on different aspects of the same spreadsheet: while a secretary may be only involved in adding plain data to the spreadsheet, an accountant may define new business rules, while an engineer may need to adapt the spreadsheet content so it can be used by other software systems.Unfortunately,spreadsheetsystemsdonotoffermodular mechanisms, and as a consequence, some of the previous tasks may be defined by adding intrusive “code” to the spreadsheet. In this paper we go through the design and implementation of an aspect-oriented language for spreadsheets so that users can work on different aspects of a spreadsheet in a modular way. For example, aspects can be defined in order to introduce new business rules to an existing spreadsheet, or to manipulate the spreadsheet data to be ported to another system. Aspects are defined as aspect-oriented program specifications that are dynamically woven into the underlying spreadsheet by an aspect weaver. In this aspect-oriented style of spreadsheet development, differentusers develop,orreuse,aspects withoutaddingintrusive code to the original spreadsheet. Such code is added/executed by the spreadsheet weaving mechanism proposed in this paper.