875 resultados para Computation in architecture
Resumo:
This research has as its object study focus bioclimatic in architecture and its conection with projects decisions, on what regards to environmental comfort for single-family dwelling. From the analysis of five architectural projects inserted in Natal/RN, warm-moist weather, this research gather informations regarding architectural features guided by shape and space arrengement, which embody important elements for the project design development. Computer simulations assisted as foundation to verify the efficiency grade for these projects strategies from shading analysis. Related strategies for the demands of natural ventilation circulation and thermal mass for refrigeration were analysed as well. Results show that there is an hierarchizing of priorities for the decisions made when it comes to shape and space disposition variables, as well as the way these variables will consider the bioclimatic demands. The analysis, even, show that there is no single way to respond to specific bioclimatic demands, as it points out the value of examination of the projectual solutions throughtout the conception process, in order to achieve an efficient project performance for the envimonment comfort
Bibliotecas digitais em Arquitetura e urbanismo: um estudo sobre a arquitetura da informação digital
Resumo:
The goal of this paper was to search the state of the art from the Digital Libraries in Architecture and Urbanism in the Higher Education Institutions (IES) through conceptualizations and showing the importance of Digital Libraries in the disclosure and easing of information transferring. Questions about digital information architecture, usability, digital preservation and accessibility were approached. The research was made in the websites of Brazilian Universities, firstly to identify the institutions which offered the Architecture and Urbanism course, focusing on postgraduate education. After identifying the offering, the research was done by analyzing the contents, storage and dissemination and access to information, these libraries. It was found that the digital libraries are increasingly and taking part of organizations and educational institutions focusing on the knowledge dissemination releasing digitally information that may be needed for institution or the individual. A monitoring was done over of the physical and computational restructuring of the Board of Studies and Research in Architecture and Urbanism (Câmara de Estudos e Pesquisa em Arquitetura e Urbanismo, CEPAU), from the Architecture and Urbanism Course of the Federal University of Rio Grande do Norte (UFRN), showing the need of installing a Digital Library to integrate the databases of PPGAU s research groups, which today remain independent, with no interface among themselves. The research chosen area was Architecture and Urbanism, because there is a gap and little documentation about digital libraries in this area
Resumo:
This paper examines, through case studies, the organization of the production process of architectural projects in architecture offices in the city of Natal, specifically in relation to building projects. The specifics of the design process in architecture, the production of the project in a professional field in Natal, are studied in light of theories of design and its production process. The survey, in its different phases, was conducted between March 2010 and September 2012 and aimed to identify, understand, and analyze comparatively, by mapping the design process, the organization of production of building projects in two offices in Natal, checking as well the relationships of their agents during the process. The project was based on desk research and exploration, adopting, for both, data collection tools such as forms, questionnaires, and interviews. With the specific aim of mapping the design process, we adopted a technique that allows obtaining the information directly from employee agents involved in the production process. The technique consisted of registering information by completing daily, during or at the end of the workday, an individual virtual agenda, in which all agent collaborators described the tasks performed. The data collected allowed for the identification of the organizational structure of the office, its hierarchy, the responsibilities of agents, as well as the tasks performed by them during the two months of monitoring at each office. The research findings were based on analyses of data collected in the two offices and on comparative studies between the results of these analyses. The end result was a diagnostic evaluation that considered the level of organization and elaborated this perspective, as well as proposed solutions aimed at improving both the organization of the process and the relationships between the agents under the lens analyzed
Resumo:
This dissertation of master degree was presented to Post-Graduation Program in Architecture and Planning at UFRN, Brazil. It evaluates 45 one-family housings in the Metropolitan Area of Recife, whose architects consider them to be in conformity with the recommendations contained in Armando de Holanda's book: A Guide to build in the Brazilian Northeast: Architecture as a pleasant place in the sunny tropics , published in 1976 by UFPE. For a long time, it used to be reference in many Architecture and Planning Schools of the Northern Region of Brazil. The research s methodological procedures are based on the Post- Occupancy Evaluation (P.O.E.) with emphasis on the users' thermal comfort of the houses that make part of the sample. Therefore, it has been done technical analyses of the projects, when possible; interviews with the architects; building s inspections; and form applications to the users. The collected data analysis was based on the project recommendations of Holanda s book, they can be synthesized in the principle of Building Leafy". It can not be affirmed that all the houses present the recommendations contained in the guide, but, in many different ways, they exist, sometimes more intensely and sometimes more shyly. However, it can be noticed that in the 45 projects, that the architects perceived the importance of "Building Leafy" on the climatic reality of the Metropolitan Region of Recife
Resumo:
Nowadays the acquisition of sustainable elements and concepts in construction has been increasingly discussed, improved and incorporated to buildings, since the sector directly interferes in the urban space and environment, representing environmental impact. In order to make a sustainable building (Green Building) it is vital to incorporate less damaging constructive practice, starting from the project until the operation of the enterprise, that means to consider an integrated process of conception, implementation, construction and operation. The more effective sustainable principles participation in architecture happens at the projecting step through minimal environment impact solutions. Among the issues varieties that goes with sustainability proposal of the buildings project, there were added to this work the elements that are directly attached to bioclimatic architecture, more specifically the climate variation, ventilation, lighting and sunlight, that directly affect the project conception. It is important to put in evidence that architecture role goes far beyond the simple activity of building spaces; it is the sequence of political, economic, social and cultural elements, having the users as the main apparatus to its materialization. Thereby this professional dissertation consists of an architecture draft for a professional and technological school in the Rio Grande do Norte State, this dissertation is based on the analysis of previous experience and the bioclimatic principles that implicate in building on hot and dry, hot and humid climates, and the use of strategic solutions that aim the optimization of natural light and ventilation
Resumo:
Navigation based on visual feedback for robots, working in a closed environment, can be obtained settling a camera in each robot (local vision system). However, this solution requests a camera and capacity of local processing for each robot. When possible, a global vision system is a cheapest solution for this problem. In this case, one or a little amount of cameras, covering all the workspace, can be shared by the entire team of robots, saving the cost of a great amount of cameras and the associated processing hardware needed in a local vision system. This work presents the implementation and experimental results of a global vision system for mobile mini-robots, using robot soccer as test platform. The proposed vision system consists of a camera, a frame grabber and a computer (PC) for image processing. The PC is responsible for the team motion control, based on the visual feedback, sending commands to the robots through a radio link. In order for the system to be able to unequivocally recognize each robot, each one has a label on its top, consisting of two colored circles. Image processing algorithms were developed for the eficient computation, in real time, of all objects position (robot and ball) and orientation (robot). A great problem found was to label the color, in real time, of each colored point of the image, in time-varying illumination conditions. To overcome this problem, an automatic camera calibration, based on clustering K-means algorithm, was implemented. This method guarantees that similar pixels will be clustered around a unique color class. The obtained experimental results shown that the position and orientation of each robot can be obtained with a precision of few millimeters. The updating of the position and orientation was attained in real time, analyzing 30 frames per second
Resumo:
Aspect-Oriented Software Development (AOSD) is a technique that complements the Object- Oriented Software Development (OOSD) modularizing several concepts that OOSD approaches do not modularize appropriately. However, the current state-of-the art on AOSD suffers with software evolution, mainly because aspect definition can stop to work correctly when base elements evolve. A promising approach to deal with that problem is the definition of model-based pointcuts, where pointcuts are defined based on a conceptual model. That strategy makes pointcut less prone to software evolution than model-base elements. Based on that strategy, this work defines a conceptual model at high abstraction level where we can specify software patterns and architectures that through Model Driven Development techniques they can be instantiated and composed in architecture description language that allows aspect modeling at architecture level. Our MDD approach allows propagate concepts in architecture level to another abstraction levels (design level, for example) through MDA transformation rules. Also, this work shows a plug-in implemented to Eclipse platform called AOADLwithCM. That plug-in was created to support our development process. The AOADLwithCM plug-in was used to describe a case study based on MobileMedia System. MobileMedia case study shows step-by-step how the Conceptual Model approach could minimize Pointcut Fragile Problems, due to software evolution. MobileMedia case study was used as input to analyses evolutions on software according to software metrics proposed by KHATCHADOURIAN, GREENWOOD and RASHID. Also, we analyze how evolution in base model could affect maintenance on aspectual model with and without Conceptual Model approaches
Resumo:
We improve upon the method of Zhu and Zhu [A method for directly finding the denominator values of rational interpolants, J. Comput. Appl. Math. 148 (2002) 341-348] for finding the denominator values of rational interpolants, reducing considerably the number of arithmetical operations required for their computation. In a second stage, we determine the points (if existent) which can be discarded from the rational interpolation problem. Furthermore, when the interpolant has a linear denominator, we obtain a formula for the barycentric weights which is simpler than the one found by Berrut and Mittelmann [Matrices for the direct determination of the barycentric weights of rational interpolation, J. Comput. Appl. Math. 78 (1997) 355-370]. Subsequently, we give a necessary and sufficient condition for the rational interpolant to have a pole. (c) 2006 Elsevier B.V. All rights reserved.
Resumo:
Using the results recently obtained for computing integrals over (non-minimal) pure spinor superspace, we compute the coefficient of the massless two-loop four-point amplitude from first principles. Contrasting with the mathematical difficulties in the RNS formalism where unknown normalizations of chiral determinant formulæ force the two-loop coefficient to be determined only indirectly through factorization, the computation in the pure spinor formalism can be smoothly carried out. © SISSA 2010.
Resumo:
Pós-graduação em Psicologia do Desenvolvimento e Aprendizagem - FC
Resumo:
As Redes da Próxima Geração consistem no desenvolvimento de arquiteturas que viabilizem a continuidade de serviços que proporcionem sempre a melhor conectividade (Always Best Connectivity - ABC) aos usuários móveis com suporte adequado à Qualidade de Experiência (QoE) para aplicações multimídia de alta definição, nesse novo contexto as arquiteturas têm perspectiva orientada a serviços e não a protocolos. Esta tese apresenta uma arquitetura para redes da próxima geração capaz de fornecer acesso heterogêneo sem fio e handover vertical transparente para as aplicações multimídia. A tese considera diferentes tecnologias sem fio e também adota o padrão IEEE 802.21 (Media Independent Handover – MIH) para auxiliar na integração e gerenciamento das redes heterogêneas sem fio. As tecnologias que a arquitetura possui são: IEEE 802.11 (popularmente denominada de WiFi), IEEE 802.16 (popularmente denominada de WiMAX) e LTE (popularmente denominada de redes 4G). O objetivo é que arquitetura tenha a capacidade de escolher entre as alternativas disponíveis a melhor conexão para o momento. A arquitetura proposta apresenta mecanismos de predição de Qualidade de Experiência (Quality of Experience - QoE) que será o parâmetro decisivo para a realização ou não do handover para uma nova rede. A predição para determinar se haverá ou não mudança de conectividade será feita com o uso da inteligência computacional de Redes Neurais Artificiais. Além disso a arquitetura também apresenta um mecanismo de descarte seletivo de pacotes especifico para aplicações multimídia. A proposta é avaliada via simulação utilizando-se o ns-2 (Network Simulator) e os resultados de desempenho são apresentados através das métricas de QoS, de QoE e também visualmente através da exibição de frames dos vídeos transmitidos na arquitetura.
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
This paper discusses the redefinition of the function of freehand drawing in the design process in view of intuitive digital media. It sets forth an interpretive analysis of an experiment with drawing on opaque tablets, carried out with a group of students of the Instituto de Arquitetura e Urbanismo da Universidade de São Paulo. After a brief review of the current debate on freehand drawing and the advent of digital media, we examine the experiment as a possible way to elicit facts that may contribute to the discussion. To this end, our research has concentrated on the intuitive use enabled by existing digital media. It is our intention that this empirical approximation becomes a pilot experiment for the use of digital tablets in the process of construction the gaze of the student in Architecture and Urbanism as a reflection on the different cognitive dimensions that constitute the practice of drawing and its reinterpretation to develop new ideas.
Resumo:
Este trabalho integra as pesquisas desenvolvidas pelo Grupo N.elac – IAU.USP, que tem como tema estudos sobre a representação da arquitetura e da cidade. Este artigo faz análise dos novos recursos tecnológicos direcionados para o desenho e projeto arquitetônico que emulam ou fazem uso do movimento gestual humano no ato de desenho e projeto. A pesquisa testa e avalia qualitativamente o uso das novas ferramentas digitais, tais como as tablets gráficas (ex:Apple Ipad), tablets opacas (ex: Wacom Bamboo) e canetas eletrônicas (ex: Wacom Inkling) na execução de desenhos livre e de observação, orientados por uma proposta de desenvolvimento gráfico relacionados ao ato de projeto arquitetônico, de maneira que se possa construir uma análise comparativa e interpretativa por meio dos produtos gerados nesse processo.
Resumo:
This paper makes an analysis on the new technological resources related to architectural drawing that make use of the hand drawing. It tests and evaluates the use of new tools such as tablets (e.g. Wacom Bamboo), graphic tablets (e.g. iPad), tablet/screen hybrids (e.g. Wacom Cintiq) and electronic pens (e.g. Wacom Inkling) in the making of free drawings oriented for the developing of graphic products related to the projective act in architecture and design. The paper makes a comparative e interpretative analysis through the reading of those products.