93 research outputs found

    Embedded, Embodied, Adaptive: Architecture and Computation

    Get PDF
    This catalogue of work marks the second year of the MSc Adaptive Architecture and Computation, UCL Bartlett\'s one-year taught MSc in the field of digital design. Bringing together research at the Bartlett with cutting edge practice, this course aims to give students a solid theoretical and technical foundation for the use of computation as a means to realise their designs, understand the built environment, and create architecture. Themes of investigation include how the built environment can be adapted to its occupants; how form may be generated or evolved parametrically; how the experience of space can be enhanced through the integrated use of new media. In each case, computational methods are sought to improve the design and use of architecture, rather than simply be a mechanical tool for its representation. With this in mind, students are taught the fundamental theory and skills necessary to manipulate their technology at a sophisticated level. Studio time is dedicated to learning scripting and programming within a series of workshops conceived especially for designers

    Case Studies:

    Get PDF
    Adaptive building envelopes can provide improvements in building energy efficiency and economics, through their capability to change their behaviour in real time according to indooroutdoor parameters. This may be by means of materials, components or systems. As such, adaptive façades can make a significant and viable contribution to meeting the EU´s 2020 targets. Several different adaptive façade concepts have already been developed, and an increase in emerging, innovative solutions is expected in the near future. In this context the EU initiative COST Action TU 1403 aims to harmonize, share and disseminate technological knowledge on adaptive facades at a European level. According to the definition given by this COST Action, an adaptive façade is a building envelope consisting of multifunctional and highly adaptive systems that is able to change its functions, features, or behaviour over time in response to transient performance requirements and boundary conditions, with the aim of improving the overall building performance. In order to explore the available and emerging technologies focusing on adaptive façades, Working Group 1 of the COST Action undertook research to form a database of adaptive façade case studies and projects structured in accordance with a simple classification – materials, components and systems. In addition to this, details of the purpose of the systems/components/materials with adaptive features and the working principle of each technology were also collected together with data regarding design practice, technology readiness, and economical aspects, among others. The information was collected with the help of a specific online survey (structured in the following main sections: detailed description - metrics- characterization- economic aspects – references). The database includes 165 cases of adaptive façade systems, components, and materials that allowed a variety of analyses to be carried out. According to the classification adopted within WG1 (materials, components, systems), each of the classification terms are introduced together with examples from the case study database in the following sections. This volume ends with a section dedicated to future developments, where different issues are addressed such as embedded functionality and efficiency amd biomimetic inspirations. The importance of adaptive façades through their flexibility, and intelligent design within the context of smart cities is also discussed. The work within Working Group 1 - Adaptive technologies and products was developed within four distinct sub-groups (SG) in order to provide outputs according to the objectives of this WG and the COST Action: SG1 – Database, SG2 – Educational Pack, SG3 – Publications and Reports and SG4 – Short Term Scientific Missions (STSM). This work was possible due to the strong commitment and work of all WG1 members: Laura Aelenei, Aleksandra Krstić-Furundžić, Daniel Aelenei, Marcin Brzezicki, Tillmann Klein, Jose Miguel Rico-Martínez, Theoni Karlessi, Christophe Menezo, Susanne Gosztonyi, Nikolaus Nestle, Jerry Eriksson, Mark Alston, Rosa Romano, Maria da Glória Gomes, Enrico Sergio Mazzucchelli, Sandra Persiani, Claudio Aresta, Nitisha Vedula, Miren Juaristi

    Proceedings of the 9th Arab Society for Computer Aided Architectural Design (ASCAAD) international conference 2021 (ASCAAD 2021): architecture in the age of disruptive technologies: transformation and challenges.

    Get PDF
    The ASCAAD 2021 conference theme is Architecture in the age of disruptive technologies: transformation and challenges. The theme addresses the gradual shift in computational design from prototypical morphogenetic-centered associations in the architectural discourse. This imminent shift of focus is increasingly stirring a debate in the architectural community and is provoking a much needed critical questioning of the role of computation in architecture as a sole embodiment and enactment of technical dimensions, into one that rather deliberately pursues and embraces the humanities as an ultimate aspiration

    Design and Implementation of a Framework for the Interconnection of Cellular Automata in Software and Hardware

    Get PDF
    There has been a move recently in academia, industry, and the consumer space towards the use of unsupervised parallel computation and distributed networks (i.e., networks of computing elements working together to achieve a global outcome with only local knowledge). To fully understand the types of problems that these systems are applied to regularly, a representative member of this group of unsupervised parallel and distributed systems is needed to allow the development of generalizable results. Although not the only potential candidate, the field of cellular automata is an excellent choice for analyzing how these systems work as it is one of the simplest members of this group in terms of design specification. The current ability of the field of cellular automata to represent the realm of unsupervised parallel and distributed systems is limited to only a subset of the possible systems, which leads to the main goal of this work of finding a method of allowing cellular automata to represent a much larger range of systems. To achieve this goal, a conceptual framework has been developed that allows the definition of interconnected systems of cellular automata that can represent most, if not all, unsupervised parallel and distributed systems. The framework introduces the concept of allowing the boundary conditions of a cellular automaton to be defined by a separately specified system, which can be any system that is capable of producing the information needed, including another cellular automaton. Using this interconnection concept, two forms of computational simplification are enabled: the deconstruction of a large system into smaller, modular pieces; and the construction of a large system built from a heterogeneous set of smaller pieces. This framework is formally defined using an interconnection graph, where edges signify the flow of information from one node to the next and the nodes are the various systems involved. A library has been designed which implements the interconnection graphs defined by the framework for a subset of the possible nodes, primarily to allow an exploration of the field of cellular automata as a potential representational member of unsupervised parallel and distributed systems. This library has been developed with a number of criteria in mind that will allow it to be instantiated on both hardware and software using an open and extendable architecture to enable interaction with external systems and future expansion to take into account novel research. This extendability is discussed in terms of combining the library with genetic algorithms to find an interconnected system that will satisfy a specific computational goal. There are also a number of novel components of the library that further enhance the capabilities of potential research, including methods for automatically building interconnection graphs from sets of cellular automata and the ability to skip over static regions of a given cellular automaton in an intelligent way to reduce computation time. With a particular set of cellular automaton parameters, the use of this feature reduced the computation time by 75%. As a demonstration of the usefulness of both the library and the framework that it implements, a hardware application has been developed which makes use of many of the novel aspects that have been introduced to produce an interactive art installation named 'Aurora'. This application has a number of design requirements that are directly achieved through the use of library components and framework definitions. These design requirements included a lack of centralized control or data storage, a need for visibly dynamic behaviour in the installation, and the desire for the visitors to the installation to be able to affect the visible movement of patterns across the surface of the piece. The success of the library in this application was heavily dependent on its instantiation on a mixture of hardware and software, as well as the ability to extend the library to suit particular needs and aspects of the specific application requirements. The main goal of this thesis research, finding a method that allows cellular automata to represent a much larger range of unsupervised parallel and distributed systems, has been partially achieved in the creation of a novel framework which defines the concept of interconnection, and the design of an interconnection graph using this concept. This allows the field of cellular automata, in combination with the framework, to be an excellent representational member of an extended set of unsupervised parallel and distributed systems when compared to the field alone. A library has been developed that satisfies a broad set of design criteria that allow it to be used in any future research built on the use of cellular automata as this representational member. A hardware application was successfully created that makes use of a number of novel aspects of both the framework and the library to demonstrate their applicability in a real world situation

    Bricks / Systems

    Get PDF

    Bricks and Sustainability

    Get PDF
    corecore