10,645 research outputs found

    Meso-scale FDM material layout design strategies under manufacturability constraints and fracture conditions

    Get PDF
    In the manufacturability-driven design (MDD) perspective, manufacturability of the product or system is the most important of the design requirements. In addition to being able to ensure that complex designs (e.g., topology optimization) are manufacturable with a given process or process family, MDD also helps mechanical designers to take advantage of unique process-material effects generated during manufacturing. One of the most recognizable examples of this comes from the scanning-type family of additive manufacturing (AM) processes; the most notable and familiar member of this family is the fused deposition modeling (FDM) or fused filament fabrication (FFF) process. This process works by selectively depositing uniform, approximately isotropic beads or elements of molten thermoplastic material (typically structural engineering plastics) in a series of pre-specified traces to build each layer of the part. There are many interesting 2-D and 3-D mechanical design problems that can be explored by designing the layout of these elements. The resulting structured, hierarchical material (which is both manufacturable and customized layer-by-layer within the limits of the process and material) can be defined as a manufacturing process-driven structured material (MPDSM). This dissertation explores several practical methods for designing these element layouts for 2-D and 3-D meso-scale mechanical problems, focusing ultimately on design-for-fracture. Three different fracture conditions are explored: (1) cases where a crack must be prevented or stopped, (2) cases where the crack must be encouraged or accelerated, and (3) cases where cracks must grow in a simple pre-determined pattern. Several new design tools, including a mapping method for the FDM manufacturability constraints, three major literature reviews, the collection, organization, and analysis of several large (qualitative and quantitative) multi-scale datasets on the fracture behavior of FDM-processed materials, some new experimental equipment, and the refinement of a fast and simple g-code generator based on commercially-available software, were developed and refined to support the design of MPDSMs under fracture conditions. The refined design method and rules were experimentally validated using a series of case studies (involving both design and physical testing of the designs) at the end of the dissertation. Finally, a simple design guide for practicing engineers who are not experts in advanced solid mechanics nor process-tailored materials was developed from the results of this project.U of I OnlyAuthor's request

    Predictive Maintenance of Critical Equipment for Floating Liquefied Natural Gas Liquefaction Process

    Get PDF
    Predictive Maintenance of Critical Equipment for Liquefied Natural Gas Liquefaction Process Meeting global energy demand is a massive challenge, especially with the quest of more affinity towards sustainable and cleaner energy. Natural gas is viewed as a bridge fuel to a renewable energy. LNG as a processed form of natural gas is the fastest growing and cleanest form of fossil fuel. Recently, the unprecedented increased in LNG demand, pushes its exploration and processing into offshore as Floating LNG (FLNG). The offshore topsides gas processes and liquefaction has been identified as one of the great challenges of FLNG. Maintaining topside liquefaction process asset such as gas turbine is critical to profitability and reliability, availability of the process facilities. With the setbacks of widely used reactive and preventive time-based maintenances approaches, to meet the optimal reliability and availability requirements of oil and gas operators, this thesis presents a framework driven by AI-based learning approaches for predictive maintenance. The framework is aimed at leveraging the value of condition-based maintenance to minimises the failures and downtimes of critical FLNG equipment (Aeroderivative gas turbine). In this study, gas turbine thermodynamics were introduced, as well as some factors affecting gas turbine modelling. Some important considerations whilst modelling gas turbine system such as modelling objectives, modelling methods, as well as approaches in modelling gas turbines were investigated. These give basis and mathematical background to develop a gas turbine simulated model. The behaviour of simple cycle HDGT was simulated using thermodynamic laws and operational data based on Rowen model. Simulink model is created using experimental data based on Rowen’s model, which is aimed at exploring transient behaviour of an industrial gas turbine. The results show the capability of Simulink model in capture nonlinear dynamics of the gas turbine system, although constraint to be applied for further condition monitoring studies, due to lack of some suitable relevant correlated features required by the model. AI-based models were found to perform well in predicting gas turbines failures. These capabilities were investigated by this thesis and validated using an experimental data obtained from gas turbine engine facility. The dynamic behaviours gas turbines changes when exposed to different varieties of fuel. A diagnostics-based AI models were developed to diagnose different gas turbine engine’s failures associated with exposure to various types of fuels. The capabilities of Principal Component Analysis (PCA) technique have been harnessed to reduce the dimensionality of the dataset and extract good features for the diagnostics model development. Signal processing-based (time-domain, frequency domain, time-frequency domain) techniques have also been used as feature extraction tools, and significantly added more correlations to the dataset and influences the prediction results obtained. Signal processing played a vital role in extracting good features for the diagnostic models when compared PCA. The overall results obtained from both PCA, and signal processing-based models demonstrated the capabilities of neural network-based models in predicting gas turbine’s failures. Further, deep learning-based LSTM model have been developed, which extract features from the time series dataset directly, and hence does not require any feature extraction tool. The LSTM model achieved the highest performance and prediction accuracy, compared to both PCA-based and signal processing-based the models. In summary, it is concluded from this thesis that despite some challenges related to gas turbines Simulink Model for not being integrated fully for gas turbine condition monitoring studies, yet data-driven models have proven strong potentials and excellent performances on gas turbine’s CBM diagnostics. The models developed in this thesis can be used for design and manufacturing purposes on gas turbines applied to FLNG, especially on condition monitoring and fault detection of gas turbines. The result obtained would provide valuable understanding and helpful guidance for researchers and practitioners to implement robust predictive maintenance models that will enhance the reliability and availability of FLNG critical equipment.Petroleum Technology Development Funds (PTDF) Nigeri

    Innovative Hybrid Approaches for Vehicle Routing Problems

    Get PDF
    This thesis deals with the efficient resolution of Vehicle Routing Problems (VRPs). The first chapter faces the archetype of all VRPs: the Capacitated Vehicle Routing Problem (CVRP). Despite having being introduced more than 60 years ago, it still remains an extremely challenging problem. In this chapter I design a Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP, shortened to FILO. The simplicity of the CVRP definition allowed me to experiment with advanced local search acceleration and pruning techniques that have eventually became the core optimization engine of FILO. FILO experimentally shown to be extremely scalable and able to solve very large scale instances of the CVRP in a fraction of the computing time compared to existing state-of-the-art methods, still obtaining competitive solutions in terms of their quality. The second chapter deals with an extension of the CVRP called the Extended Single Truck and Trailer Vehicle Routing Problem, or simply XSTTRP. The XSTTRP models a broad class of VRPs in which a single vehicle, composed of a truck and a detachable trailer, has to serve a set of customers with accessibility constraints making some of them not reachable by using the entire vehicle. This problem moves towards VRPs including more realistic constraints and it models scenarios such as parcel deliveries in crowded city centers or rural areas, where maneuvering a large vehicle is forbidden or dangerous. The XSTTRP generalizes several well known VRPs such as the Multiple Depot VRP and the Location Routing Problem. For its solution I developed an hybrid metaheuristic which combines a fast heuristic optimization with a polishing phase based on the resolution of a limited set partitioning problem. Finally, the thesis includes a final chapter aimed at guiding the computational evaluation of new approaches to VRPs proposed by the machine learning community

    Foundations for programming and implementing effect handlers

    Get PDF
    First-class control operators provide programmers with an expressive and efficient means for manipulating control through reification of the current control state as a first-class object, enabling programmers to implement their own computational effects and control idioms as shareable libraries. Effect handlers provide a particularly structured approach to programming with first-class control by naming control reifying operations and separating from their handling. This thesis is composed of three strands of work in which I develop operational foundations for programming and implementing effect handlers as well as exploring the expressive power of effect handlers. The first strand develops a fine-grain call-by-value core calculus of a statically typed programming language with a structural notion of effect types, as opposed to the nominal notion of effect types that dominates the literature. With the structural approach, effects need not be declared before use. The usual safety properties of statically typed programming are retained by making crucial use of row polymorphism to build and track effect signatures. The calculus features three forms of handlers: deep, shallow, and parameterised. They each offer a different approach to manipulate the control state of programs. Traditional deep handlers are defined by folds over computation trees, and are the original con-struct proposed by Plotkin and Pretnar. Shallow handlers are defined by case splits (rather than folds) over computation trees. Parameterised handlers are deep handlers extended with a state value that is threaded through the folds over computation trees. To demonstrate the usefulness of effects and handlers as a practical programming abstraction I implement the essence of a small UNIX-style operating system complete with multi-user environment, time-sharing, and file I/O. The second strand studies continuation passing style (CPS) and abstract machine semantics, which are foundational techniques that admit a unified basis for implementing deep, shallow, and parameterised effect handlers in the same environment. The CPS translation is obtained through a series of refinements of a basic first-order CPS translation for a fine-grain call-by-value language into an untyped language. Each refinement moves toward a more intensional representation of continuations eventually arriving at the notion of generalised continuation, which admit simultaneous support for deep, shallow, and parameterised handlers. The initial refinement adds support for deep handlers by representing stacks of continuations and handlers as a curried sequence of arguments. The image of the resulting translation is not properly tail-recursive, meaning some function application terms do not appear in tail position. To rectify this the CPS translation is refined once more to obtain an uncurried representation of stacks of continuations and handlers. Finally, the translation is made higher-order in order to contract administrative redexes at translation time. The generalised continuation representation is used to construct an abstract machine that provide simultaneous support for deep, shallow, and parameterised effect handlers. kinds of effect handlers. The third strand explores the expressiveness of effect handlers. First, I show that deep, shallow, and parameterised notions of handlers are interdefinable by way of typed macro-expressiveness, which provides a syntactic notion of expressiveness that affirms the existence of encodings between handlers, but it provides no information about the computational content of the encodings. Second, using the semantic notion of expressiveness I show that for a class of programs a programming language with first-class control (e.g. effect handlers) admits asymptotically faster implementations than possible in a language without first-class control

    BECOMEBECOME - A TRANSDISCIPLINARY METHODOLOGY BASED ON INFORMATION ABOUT THE OBSERVER

    Get PDF
    ABSTRACT Andrea T. R. Traldi BECOMEBECOME A Transdisciplinary Methodology Based on Information about the Observer The present research dissertation has been developed with the intention to provide practical strategies and discover new intellectual operations which can be used to generate Transdisciplinary insight. For this reason, this thesis creates access to new knowledge at different scales. Firstly, as it pertains to the scale of new knowledge generated by those who attend Becomebecome events. The open-source nature of the Becomebecome methodology makes it possible for participants in Becomebecome workshops, training programmes and residencies to generate new insight about the specific project they are working on, which then reinforce and expand the foundational principles of the theoretical background. Secondly, as it pertains to the scale of the Becomebecome framework, which remains independent of location and moment in time. The method proposed to access Transdisciplinary knowledge constitutes new knowledge in itself because the sequence of activities, described as physical and mental procedures and listed as essential criteria, have never been found organised 6 in such a specific order before. It is indeed the order in time, i.e. the sequence of the ideas and activities proposed, which allows one to transform Disciplinary knowledge via a new Transdisciplinary frame of reference. Lastly, new knowledge about Transdisciplinarity as a field of study is created as a consequence of the heretofore listed two processes. The first part of the thesis is designated ‘Becomebecome Theory’ and focuses on the theoretical background and the intellectual operations necessary to support the creation of new Transdisciplinary knowledge. The second part of the thesis is designated ‘Becomebecome Practice’ and provides practical examples of the application of such operations. Crucially, the theoretical model described as the foundation for the Becomebecome methodology (Becomebecome Theory) is process-based and constantly checked against the insight generated through Becomebecome Practice. To this effect, ‘information about the observer’ is proposed as a key notion which binds together Transdisciplinary resources from several studies in the hard sciences and humanities. It is a concept that enables understanding about why and how information that is generated through Becomebecome Practice is considered of paramount importance for establishing the reference parameters necessary to access Transdisciplinary insight which is meaningful to a specific project, a specific person, or a specific moment in time

    AIUCD 2022 - Proceedings

    Get PDF
    L’undicesima edizione del Convegno Nazionale dell’AIUCD-Associazione di Informatica Umanistica ha per titolo Culture digitali. Intersezioni: filosofia, arti, media. Nel titolo è presente, in maniera esplicita, la richiesta di una riflessione, metodologica e teorica, sull’interrelazione tra tecnologie digitali, scienze dell’informazione, discipline filosofiche, mondo delle arti e cultural studies

    Optimisation of the SHiP Beam Dump Facility with generative surrogate models

    Get PDF
    The SHiP experiment is a proposed fixed target experiment at the CERN SPS to search for new particles. To operate optimally, the experiment should feature a zero background environment. The residual muons flying from the target are one of the largest sources of the background. To remove them from the detector acceptance, a dedicated muon shield magnet is introduced in the experiment. The shield should be optimised to deliver the best physics performance at the lowest cost. The optimisation procedure is very computationally costly and, thus, requires ded- icated methods. This thesis comprises of a detailed description of a new machine learning method for the optimisation, comparisons to existing techniques, and the application of the method to optimising the muon shield magnet. In addition, the set of technological and simulation problems affecting the optimisation is discussed in details. Finally, the set of requirements for the muon shield prototype design and verification is presented.Open Acces

    The Politics of Intermediality: Late Modernist Circulations of the Event

    Get PDF
    This dissertation examines late modernist, intermedial representations of events, considering art as an event and how art depicts and circulates events. Through cross-media close readings and interdisciplinary theories and methods derived from media studies, music and sound studies, intermedial theory, feminist theory, critical race theory, and literary theory, I study multimedia opera, civilian bombardments during the Spanish Civil War, the 1943 Harlem riot, and the atomic bombing of Japan in order to evaluate media practices from a range of cultural and historical contexts. Employing eventalization, my research illuminates intersections of media, gender, race, nation, and sexuality. Some of the artists I engage with include Gertrude Stein, Virgil Thomson, Virginia Woolf, Pablo Picasso, Dora Maar, Langston Hughes, Jacob Lawrence, Ann Petry, Mina Loy, John Hersey, Shda Shinoe, and Nagai Takashi. The four chapters comprising this project take up fluctuating interactions among sonic, verbal, and visual mediations that were produced between 1927 and 1949, juxtaposing various newer media (photojournalism, radio, and others) with works of art (poetry, fiction, and painting). Stein and Thomson's Four Saints in Three Acts, transposed first into a staged opera and then as a radio broadcast, highlights how its many remediations offer formal innovation while reinforcing historical inequities. Picasso and Woolf's collage-like responses to war in Spain demonstrate hypermediacy and immediacy—remediation's twinned impulses—with each artist treating public and private divisions (as materials and as politics) differently. In their depictions of state violence against Black Americans, Hughes, Lawrence, and Petry draw differently on sonic, visual, and verbal modes. Hughes and Petry's fictional rioters publicly express dissatisfaction and challenge the containment strategies used during the actual riot. My concluding chapter also considers how intermediality resists containment, tracing the disparate availability of media in North America and Japan. Simultaneously empty and excessive, these atomic media reveal the ways knowledge and power produce nuclear subjects. My findings reveal that late modernism offers a particularly resonant set of texts and contexts from which to evaluate literature as a medium. Moreover, literature's porous borders enable multiple movements and engagements. The eventalization of these circulations reveal the political stakes and uses of intermediality

    Recent Hong Kong cinema and the generic role of film noir in relation to the politics of identity and difference

    Get PDF
    This thesis identifies a connection in Hong Kong cinema with classical Hollywood film noir and examines what it will call a 'reinvestment' in film noir in recent films. It will show that this reinvestment is a discursive strategy that both engages the spectator-subject in the cinematic practice and disengages him or her from the hegemony of the discourse by decentring the narrative. The thesis argues that a cinematic practice has occurred in the recent reinvestment of film noir in Hong Kong, which restages the intertextual relay of the historical genre that gives rise to an expectation of ideas about social instability. The noir vision that is seen as related to the fixed categories of film narratives, characterizations and visual styles is reassessed in the course of the thesis using Derridian theory. The focus of analysis is the way in which the constitution of meanings is dependent on generic characteristics that are different. Key to the phenomenon is a film strategy that destabilizes, differs and defers the interpretation of crises-personal, social, political and/or cultural-by soliciting self-conscious re-reading of suffering, evil, fate, chance and fortune. It will be argued that such a strategy evokes the genre expectation as the film invokes a network of ideas regarding a world perceived by the audience in association with the noirish moods of claustrophobia, paranoia, despair and nihilism. The noir vision is thus mutated and transformed when the film device differs and defers the conception of the crises as tragic in nature by exposing the workings of the genre amalgamation and the ideological function of the cinematic discourse. Thus, noirishness becomes both an affect and an agent that contrives a self-reflexive re-reading of the tragic vision and of the conventional comprehension of reality within the discursive practice. The film strategy, as an agent that problematizes the film form and narrative, gives rise to what I call a politics of difference, which may also be understood as the Lyotardian 'language game' or a practice of 'pastiche' in Jameson's terminology. Under the influence of the film strategy, the spectator is enabled to negotiate his or her understanding of recent Hong Kong cinema diegetically and extra-diegetically by traversing different positions of cinematic identification. When the practice of genre amalgamation adopts the visual impact of the noirish film form, the film turns itself into a playing field of 'fatal' misrecognition or a site of question. Through cinematic identification and alienation from the identification, the spectator-subject is enabled to experience the misrecognition as the film slowly foregrounds the way in which the viewer's presence is implicated in the narrative. This thesis demonstrates that certain contemporary Hong Kong films introduce this selfconscious mode of explication and interpretation, which solicits the spectator to negotiate his or her subject-position in the course of viewing. The notions of identity and subjectivity under scrutiny will thus be reread. With reference to The Private Eye Blue, Swordsman II, City a/Glass and Happy Together, the thesis shall explore the ways in which the Hong Kong films enable and facilitate a negotiation of cultural identity
    • …
    corecore