Data exchange from BIM to building-use simulation

Size: px
Start display at page:

Download "Data exchange from BIM to building-use simulation"

Transcription

1 icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Data exchange from BIM to building-use simulation M. Laasonen Tampere University of Technology, Finland Abstract The starting point of this study is the practical problem of generating a research environment where different kinds of software can be made to mesh seamlessly with the design process. The main problem is that data receiving programs need information which is not included in the traditional design process. There are two ways to solve the problem: the data content of models must be increased, or the data must be complemented from other sources of information. Literature shows that a lot of resources have been used to standardize data exchange between CAD software of different design areas. For complete exchange, data content, data format and the meaning of the data of the sending and receiving programs should be exactly the same. Such demands for data are difficult to establish when it is exchanged between programs planned for different application areas. A problem is also that even when standards are broad, any single one does not cover all the special tasks of building design. Yet, many papers suggest that all data exchange should take place through a single model of a domain or a single database server. This paper, for its part, proposes that standard data exchange should be used only with limited data content. Instead of broadening standards and making them more complicated, we should accept the fact that a single standard cannot be applied to all data exchange instances. In the presented method, information is added in the standard data which can be used to complement it. Two example cases where the new method is used are presented. One concerns a BIM-based fire simulation and the other one exchange of data on a ventilation machine from design to building-use simulation. Keywords: data exchange, BIM, design, maintenance, simulation 1 Background There are several publications dealing with product models and BIMs as they are nowadays called. References to data exchange between models can also be found. For example, the report by Han et al. (2000) examined product modelling and the related data exchange formats. In their introduction they quote Eastman s (1999) words: The purpose of developing product modelling is to develop an electronic representation of a building, in a form capable of supporting all major activities throughout the building lifecycle. Their conclusion is that The goal of constructing a product model is to exchange building information. They studied in more detail two of the standard data exchange formats : ISO Standard for the Exchange of Product Model Data (STEP) and Industry Foundation Classes (IFC).

2 The idea of standard-based data exchange is that instead of connecting all applications separately to each other, there is only one file or server to which all applications are connected. Such a solution is presented, for example, by Yeh and You (2000) using the STEP standard and by Plume and Mitchell (2007) using the IFC standard. In the last few years many papers on IFC-based data exchange have been published. For example, one of the first live pilot projects, HUT-600, was used as an example by Fisher and Kam (2002). The published cases are mainly built around architectural models. The selected data exchange solution varies by publications. Three examples of cases where an own data exchange format or different standards have been used are given below. Hartman et al. (2003) developed the IRoom environment into an interactive workspace in order to enable data exchange and control between applications. For testing and validation of their environment they decided to use their own XML format instead of any standard. Rundle and Fay (2008) investigated different possibilities to standardize data exchange in building automation. These four standards proved suitable: Initial Graphics Exchange Specification (IGES), STEP, IFC and Computer Aided Engineering exchange (CAEX). According to the authors, the last one was the most suitable for the purpose in question. Jeong and Eastman (2009) looked at data exchange concerning precast concrete between different participants in design. They noticed that a single standard was not enough but that both general IFC and commercial SAT ( were needed. If the programs between which the data is exchanged represent totally different application areas, the sending program may not have all the data the receiving program needs. Then, the problem of the missing data must be solved. Two examples of that are given in the following. Mitchell et al. (2007) tested data exchange between architectural and thermal analysis programs by a standard file. The geometry of structures and spaces was transformed successfully. However, material properties were not transferred but they were entered through the interface of the thermal analysis program. They mentioned that, for example, due to the many national variations the materials cannot be readily identified. Some other data like a shading element and geographic orientation were also added to the analysis separately. Dimyadi et al. (2007) exchanged data from an architectural model to a CFD (Computational Fluid Dynamics) based FDS (Fire Dynamics Simulator) program. They developed an extra program called Parser for an interface to add the fire simulation data missing from the architectural model. 2 Data exchange methods 2.1 Problems of centralized data exchange Many publications consider only two possibilities of organizing data exchange: 1) A decentralized method where everyone discusses directly with everyone else and 2) A centralized method where a common database is generated based on a general data format. The building design process involves many different areas of expertise like structural design and building automation. A single standard that covers all data exchange tasks does not exist. If such a standard were to be developed, it would be so broad that its administration would be very difficult even if the database were split into several parts. A common database would require determining which building parts are updated by which program. Otherwise a common identification system would be needed for all building parts in every application. A further problem is that all building parts cannot be connected to each other only based on coordinates. For example, space is an important concept to which many functions are connected. Presently, the problem is solved by collecting the data in the architectural model from which the final standard data exchange database is output.

3 It must also be remembered that part of the knowledge is programmed into the intelligence of software which may be difficult to transform to database form. For example, the behaviour of the connections of building parts is difficult to exchange from one program to another. Then the model cannot be exchanged in editable form, but only the end result of design is available. Almost any data exchange can be realized by the decentralized method. Then the intelligence of original applications may be utilised by their programming interface. The main disadvantage of the decentralized method is the updating and versioning of the data transformation program. A certain program may not be able to communicate with the different versions of some application. In cases where several standards are used, the centralized method has been abandoned, and the decentralized method has been largely reintroduced. This paper does not deal in any detail with the adjoining areas of buildings but just notes that data exchange cases that are difficult to standardize can also occur, for example, when modelling land or navigation and other geographical information systems. Should someone still prefer a single standard, the commercial and scientific competition and amount of data involved would make it difficult to decide which one to select. An object-oriented database can naturally be more easily used for different purposes than a traditional relational database. Yet, no one can be sure about how data processing will be developed in the future. It is possible that even a totally new standard will be taken into use if it is proven to be effective. 2.2 Combined data exchange method In this paper the centralized method is developed into a more general form. In the new combined method the original data includes information by which the exchanged data can be complemented from other sources of information. In deviation from other data exchange, the reading of additional data is unidirectional. The basic organization of different methods is shown in Figure 1. Decentralized Centralized Figure 1. Different ways of organizing data exchange Combined The combined method could involve, for example, the following steps: 1) Add to the original model a unique identifier or unique keyword recognizable by a program. 2) Determine the specific place where complementary data should be found. It can be, for example, a certain path in the same computer, an IP address of a shared server or a web page address. That data place can also be saved to the attributes of the original model. 3) Document the data content of complementary data and save the information. For example, XML files make the programming easy. 4) Join the complementary data during some phase of data exchange. If it is done in the beginning, the sending program writes all the information to the file that the receiving program

4 understands. After transformation the data content is usually lower than in the sending program. If more intelligent data is not needed, the receiving program may first read the standard data and then complement the data content. In that case, the place where the complementary data can be found should be included in the standard. Based on this definition of data exchange methods, data transformation cases can be divided into two categories based on data content: 1) Ones where basic graphics and commonly used attributes are transformed by a standard and 2) Ones where exchange of professional data of certain area is implemented by a special program. In practice many cases are a combination of these two. As told before the combination method can be realized merged to a standard by agreeing on the saving of the identifier. The logical place to complement the data content of an object is the database of a manufacturer. They could keep the format very steady when all the information is initially stored. Every manufacturer has its own identification system for production. The problem is in ensuring that different manufacturers do not have the same kinds of codes. This can be avoided by incorporating the manufacturer s information in the identification. The manufacturer portion could be a distinct web address where the manufacturer data is available. The wholesale trade, for instance, is already using different coding systems which could be adapted to wider use. 3 Applications of combined data exchange 3.1 Case 1: BIM-based fire simulation of steel structures In Case 1, it was desired to add the calculation temperatures of steel structures in fire to the design process. In normal design, the product model is transformed into an analysis program and the dimensions of parts are determined. With the inclusion of calculation temperatures, the process should allow transforming the product model to both the analysis and the fire simulation program. After fire simulation, the temperature of every rod should be added to the analysis program in the form of a temperature/time curve because otherwise the real temperatures of steel parts cannot be calculated. The problem was how to co-operate with several programs whose data contents differed considerably from each other. The modelling program is used to plan the geometry of steel parts for production, and nowadays the models can be highly accurate. Every connection detail and machining of parts is included in the model. In the analysis program, parts are depicted by one dimensional finite elements. In CFD-based fire simulation, all objects should be transformed into cubes following exactly the nodes of the calculation grid. In fire simulation, walls and other non-bearing building parts are also needed contrary to the modelling of bearing steel structures. Fire simulation also needs data that no modelling program includes. Most of the data consists of values like density which could be saved to the model s defined attributes. There is also material data in the form of functions like conductivity as a function of temperature. Such data is not suitable for transforming by a standard file planned for a geometric model. The combined method is applied here by identifying the complementary data from material names. The material information is saved to separate pre-written files. Used material can be read from the model, and the necessary files can be transferred to the input file of the fire simulation program. The same method is used to model fires. The geometry is modelled by the basic elements of a modelling program. The fire is distinguished from actual building parts simply by adding the material name keyword fire to the beginning. The data transformation program reads the model, finds the right fire file, and adds it to the input file of the fire simulation program. Finally, the calculated temperature curves were transformed to the input file of the analysis program including the identifier of steel parts. The developed test environment has been described more precisely by Heinisuo et al. (2008).

5 3.2 Case 2: Data exchange from planning to maintenance The other example of data exchange has so far been realized only on the theoretical level. Yet, it shows how the combination method can be utilized in a larger environment. The presented case involves the simplified data content of a ventilation machine. Nowadays the collection of data for maintenance from the design process is such a large undertaking that it is not done just for simulation purposes. If the process could be automated, the situation would be different. In the example the data is exchanged primarily through the architectural BIM. That is in line with the design processes used today. The figure below indicates the participants of the design process and using of ventilation machine. The maintenance box represents actually the entire real estate business including also facility management and the building owner. In practice, their interrelationships vary a lot and are not dealt with in this paper. All cost-related data has also been omitted. Figure 2. Data exchanges concerning planned ventilation machine The data exchange instances of Figure 2 are numbered. The space information planned by an architect will be exchanged (1) to the ventilation designer. He or she calculates the required ventilation and selects (2) the machine that can provide it. The placing and geometry of the machine is transmitted (3) to the architect. The same data is further transformed (4) to the structural designer who also needs to know, for example, the weight (5) of the machine. The type information (6), again, allows the electrical designer to determine the power (7) requirement of the machine. A lot of design data is needed for maintenance. The architect s data on the spaces and their use (8) is most important for rental property owners. Detailed type and model numbers, manuals and a service program (9) of all existing machines are needed to keep the technical system running. Here it is assumed that the realized system is updated to all plans before data exchange. The combination method also has limitations. For maintenance it would be valuable, for example, to know the difference between the rated and planned operation capacity of the machine. Such data is stored in the design program but is not available without a special agreement. Similarly protected data is also how different parts of the ventilation system are connected to each other or to the power supply. In the case of a centralized data exchange method, there is the question of how the maintenance information will be stored to a common database initially. The design process does not produce maintenance information. The information is not known even to ventilation designers, not to mention the architect. Technically most of the information could be saved to a common database by adding new attributes to the building parts of the model. In any case, data exchange is uncertain when there are attributes whose meaning is not controlled by the program that saves them. In this connection it should be mentioned that Finland has a national coding system for HVAC products. It was established in 1992 and contains presently over items. Practically all participants to the building process use its codes. A commercial company LVI-numero Oy (2010) owned by the association of producers and importers manages the coding. A similar coding system could be taken immediately into use in the data exchange within national projects. A different approach may be needed on the international level.

6 4 Discussion and conclusions The main conclusion of this paper is that standardization of data transformation may not have to be expanded to the most general cases. There is no question that standards are needed. Standard files are most effective when only basic data like geometry and material information is transformed. In more special cases, the combined method presented here could be an effective alternative. Too broad standards are difficult to use and may hinder the development of applications. All the data exchange needs of future application cannot be forecast. A standard that must be changed all the time is of little use. By limiting the data content a standard can be made more stable. When a limited standard is used, the data must often be complemented. Then, the biggest problem is how to ensure the identification of objects, especially internationally. A practical solution could be to include a standardized attribute for identification to objects describing, for example, building parts use. The attribute could be taken from the web address and the identifier is unique at least on the page in question. The natural administrator of the page would be the manufacturer of a building part. Any new program may be easily developed when all information can be easily reached from such a page. When all significant data can be saved directly on the page, there should be no need to update it very often. There is also no need to determine beforehand the purposes for which the data will be used. The main problem of the combination method is changing data formats of applications as in the case of the decentralized method. A standard basic data exchange format and stable data stores might improve the situation. The method cannot solve all data exchange cases. For example, the numerous connections between building parts should be transformed by a different method. The next thing to do is to perform and document as many different kinds of data exchanges as possible using the combination method. The accrued experiences will allow developing the method further. For example the fire simulation process may also be applied to the calculation of indoor climate in normal use. If maintenance programs could be used for simulation purposes, automatic data exchange by the combination method would provide them the needed initial data cost-effectively. References DIMYADI J. A., W., SPEARPOINT M., AMOR R., Generating fire dynamics simulator geometrical input using an IFC-based building information model, ITcon Vol. 12, 2007, pp EASTMAN, C., Building product models. CRC Press, USA. ISBN FISHER, M, KAM, C., PM4D final report. CIFE Technical Report #143, Stanford University, USA HAN, S., LAW, K., KUNZ, J., Computer models and methods for a disabled access analysis design environment. CIFE Technical Report #123, Stanford University, USA HARTMAN, T., FISHER, M, RANK, E., SCHREYER, M., NEUBERG, F., Integration of a three dimensional CAD environment into an interactive workspace. CIFE Technical Report #146, Stanford University, USA HEINISUO M., LAASONEN M., HYVÄRINEN T., Product modeling in fire safety concept, calculation of steel temperatures. EG ICE08 Conference, Intelligent Computing in Engineering, edited by Rafiq, Y., de Wilde, P., Borthwick, M., University of Plymouth, Plymouth, pp ISBN JEONG, Y., EASTMAN, C., Benchmark tests for BIM data exchanges of precast concrete. Automation in construction, 18 (4), pp MITCHELL, J., WONG, J., PLUME, J., Design Collaboration Using IFC. A case study of thermal analysis. Computer-Aided Architectural Design Futures, Springer Netherlands, pp ISBN LVI-NUMERO OY, (In Finnish) PLUME, J., MITCHELL, J., Collaborative design using a shared IFC building model - Learning from experience. Automation in Construction,16(1),pp RUNDE, S., FAY, A., A data exchange format for the engineering of building automation systems. Proceedings of the 13th IEEE International Conference on Emerging Technologies and Factory Automation, ETFA, pp YEH, S-C., YOU, C-F Implementation of STEP-based product data exchange and sharing. Concurrent Engineering Research and Applications, No:1, Vol:8, pp

DEVELOPMENT OF BASE EFFICIENCIES IN BUILDING ENVIRONMENT SIMULATION FOR BUILDING SIMULATION 2003 CONFERENCE

DEVELOPMENT OF BASE EFFICIENCIES IN BUILDING ENVIRONMENT SIMULATION FOR BUILDING SIMULATION 2003 CONFERENCE DEVELOPMENT OF BASE EFFICIENCIES IN BUILDING ENVIRONMENT SIMULATION FOR BUILDING SIMULATION 2003 CONFERENCE Eighth International IBPSA Conference Eindhoven, Netherlands August 11-14, 2003 Michael Still

More information

Integration of Parametric Geometry into IFC-Bridge

Integration of Parametric Geometry into IFC-Bridge Integration of Parametric Geometry into IFC-Bridge Yang Ji 1, Jakob Beetz 2, Nicholas Nisbet 3, Peter Bonsma 4, Casimir Katz 5, André Borrmann 1 1 Computational Modelling and Simulation Group, Technische

More information

The Information Technology Revolution and its Impact on Facility Management

The Information Technology Revolution and its Impact on Facility Management The Information Technology Revolution and its Impact on Facility Management Hugues Rivard, Ph.D., Eng. Professor Department of Construction Engineering ETS École de technologie supérieure Overview Introduction

More information

PARALLEL ENGINEERING SIMULATIONS BASED ON FORMING SIMULATION OF A HEAT EXCHANGER PLATE

PARALLEL ENGINEERING SIMULATIONS BASED ON FORMING SIMULATION OF A HEAT EXCHANGER PLATE PARALLEL ENGINEERING SIMULATIONS BASED ON FORMING SIMULATION OF A HEAT EXCHANGER PLATE Gabrielson P.*, Thuvesen D.** * Alfa Laval Lund AB Box 74, S-221 00 LUND, Sweden & Div. of Production and Materials

More information

Multi-stakeholder collaboration: The CIFE iroom

Multi-stakeholder collaboration: The CIFE iroom Theme: Title: Multi-stakeholder collaboration: The CIFE iroom Author(s): Institution(s): E-mail(s): Abstract: Keywords: Martin Fischer 1, Maureen Stone 2, Kathleen Liston 3, John Kunz 1, Vibha Singhal

More information

Preliminary inspection about the profit of 3D data in public works

Preliminary inspection about the profit of 3D data in public works icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Preliminary inspection about the profit of 3D data in

More information

Object-oriented modeling of construction operations for schedule-cost integrated planning, based on BIM

Object-oriented modeling of construction operations for schedule-cost integrated planning, based on BIM icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Object-oriented modeling of construction operations

More information

Advanced Virtual Building Software in Finland - Tools in a Real Life Building Services Design Process

Advanced Virtual Building Software in Finland - Tools in a Real Life Building Services Design Process Advanced Virtual Building Software in Finland - Tools in a Real Life Building Services Design Process Insinööritoimisto Olof Granlund Oy Reijo Hänninen Managing Director Real Profits through Virtual Building

More information

Application of Simulation Method for Analysis of Heat Exchange in Electronic Cooling Applications

Application of Simulation Method for Analysis of Heat Exchange in Electronic Cooling Applications Application of Simulation Method for Analysis of Heat Exchange in Electronic Cooling Applications D.Ramya 1, Vivek Pandey 2 Department of Mechanical Engineering, Raghu Engineering College 1 Associate Professor,

More information

INTEGRATED BUILDING SIMULATION TOOL - RIUSKA

INTEGRATED BUILDING SIMULATION TOOL - RIUSKA INTEGRATED BUILDING SIMULATION TOOL - Jokela M, Keinänen A, Lahtela H, Lassila K Insinööritoimisto Olof Granlund Oy BOX 59, 00701 Helsinki, Finland ABSTRACT A new integrated simulation system for the building

More information

On the numerical accuracy of particle dispersion simulation in operating theatres

On the numerical accuracy of particle dispersion simulation in operating theatres On the numerical accuracy of particle dispersion simulation in operating theatres Wiebe Zoon 1,*, Marcel Loomans 1 and Jan Hensen 1 1 Eindhoven University of Technology, Eindhoven, the Netherlands * Corresponding

More information

Specification for two-way data exchange between interactive 3D solutions and IFC files/model servers

Specification for two-way data exchange between interactive 3D solutions and IFC files/model servers Specification for two-way data exchange between interactive 3D solutions and IFC files/model servers Author Jiri Hietanen (jiri.hietanen@tut.fi) Date 01.06.2006 Version 2 Status Final for public distribution

More information

SOFTWARE TOOLS FROM BUILDINGS ENERGY SIMULATION

SOFTWARE TOOLS FROM BUILDINGS ENERGY SIMULATION Bulletin of the Transilvania University of Braşov CIBv 2015 Vol. 8 (57) Special Issue No. 1-2015 SOFTWARE TOOLS FROM BUILDINGS ENERGY SIMULATION M. HORNEȚ 1 L. BOIERIU 1 Abstract: Energy simulation software

More information

INTEGRATION OF BUILDING DESIGN TOOLS IN DUTCH PRACTICE

INTEGRATION OF BUILDING DESIGN TOOLS IN DUTCH PRACTICE INTEGRATION OF BUILDING DESIGN TOOLS IN DUTCH PRACTICE Wim Plokker & Luc L. Soethout TNO Building and Construction Research Department of Indoor Environment, Building Physics and Systems P.O. Box 49 NL-2600

More information

Interoperable and Extensible Design Information Modelling

Interoperable and Extensible Design Information Modelling Interoperable and Extensible Design Information Modelling Qizhen YANG and Lu CUI Singapore Institute of Manufacturing Technology, Singapore Keywords: Abstract: IFC, information modelling, interoperability

More information

ICT-Platform for Object Oriented Knowledge in the Building and Construction Industry

ICT-Platform for Object Oriented Knowledge in the Building and Construction Industry ICT-Platform for Object Oriented Knowledge in the Building and Construction Industry Author: Håvard Bell Co-authors: Lars Bjørkhaug, Jon Rønning Organisation: Norwegian Building Research Institute 1 ABSTRACT

More information

cuneco centre for digital construction a bips initiative on classification, properties, information

cuneco centre for digital construction a bips initiative on classification, properties, information cuneco centre for digital construction a bips initiative on classification, properties, information levels and QTO buildingsmart Network Meeting Thursday June 9th 2011 Background for establishing cuneco

More information

Generalized Document Data Model for Integrating Autonomous Applications

Generalized Document Data Model for Integrating Autonomous Applications 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Generalized Document Data Model for Integrating Autonomous Applications Zsolt Hernáth, Zoltán Vincellér Abstract

More information

Object Versioning as a basis for design change management within a BIM context

Object Versioning as a basis for design change management within a BIM context icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Object Versioning as a basis for design change management

More information

FRAMEWORK OF THE EXTENDED PROCESS TO PRODUCT MODELING (XPPM) FOR EFFICIENT IDM DEVELOPMENT

FRAMEWORK OF THE EXTENDED PROCESS TO PRODUCT MODELING (XPPM) FOR EFFICIENT IDM DEVELOPMENT FRAMEWORK OF THE EXTENDED PROCESS TO PRODUCT MODELING (XPPM) FOR EFFICIENT IDM DEVELOPMENT Ghang Lee, Ph.D. Associate Professor, glee@yonsei.ac.kr Sungil Ham, Ph.D. / Postdoctoral Researcher, archispace@yonsei.ac.kr

More information

COMPUTER GRAPHICS ANIMATION FOR CONSTRUCTION MANAGEMENT

COMPUTER GRAPHICS ANIMATION FOR CONSTRUCTION MANAGEMENT COMPUTER GRAPHICS ANIMATION FOR CONSTRUCTION MANAGEMENT Yoshihiko FUKUCHI *, Ichiro KOBAYASHI ** ABSTRACT : Computer graphics animation systems provide the ability to integrate on-site engineers* expertise

More information

PARAMETRIC BIM OBJECTS EXCHANGE AND SHARING BETWEEN HETEROGENEOUS BIM SYSTEMS. Yu-Min Cheng 1 and *I-Chen Wu 1

PARAMETRIC BIM OBJECTS EXCHANGE AND SHARING BETWEEN HETEROGENEOUS BIM SYSTEMS. Yu-Min Cheng 1 and *I-Chen Wu 1 PARAMETRIC BIM OBJECTS EXCHANGE AND SHARING BETWEEN HETEROGENEOUS BIM SYSTEMS Yu-Min Cheng 1 and *I-Chen Wu 1 1 Department of Civil Engineering, National Kaohsiung University of Applied Sciences 415 Chien

More information

Mesh techniques and uncertainty for modelling impulse jetfans. O. A. (Sam) Alshroof. CFD manager Olsson Fire and Risk

Mesh techniques and uncertainty for modelling impulse jetfans. O. A. (Sam) Alshroof. CFD manager Olsson Fire and Risk Mesh techniques and uncertainty for modelling impulse jetfans O. A. (Sam) Alshroof CFD manager Olsson Fire and Risk Email: Sam.Alshroof@olssonfire.com Abstract This study presents the numerical modelling

More information

Non-Geometric Information Visualization in BIM: An Approach to Improve Project Team Communication

Non-Geometric Information Visualization in BIM: An Approach to Improve Project Team Communication Non-Geometric Information Visualization in BIM: An Approach to Improve Project Team Communication Paula Gomez Zamora Georgia Institute of Technology, USA. paulagomez@gatech.edu Abstract: Building design

More information

SYSTEM ARCHITECTURES FOR AEC INTEROPERABILITY

SYSTEM ARCHITECTURES FOR AEC INTEROPERABILITY SYSTEM ARCHITECTURES FOR AEC INTEROPERABILITY Thomas Froese 1, Kevin Yu 2, Kathleen Liston 3, Martin Fischer 4 1 Associate Professor, Department of Civil Engineering, University of British Columbia, Vancouver,

More information

ANALYSIS OF REFERENCE IFC MODELS

ANALYSIS OF REFERENCE IFC MODELS ANALYSIS OF REFERENCE IFC MODELS Robert Amor, PhD, trebor@cs.auckland.ac.nz Department of Computer Science, University of Auckland, Auckland, New Zealand ABSTRACT With the establishment of an open repository

More information

3D Modeling and Energy Analysis of a Residential Building using BIM Tools

3D Modeling and Energy Analysis of a Residential Building using BIM Tools 3D Modeling and Energy Analysis of a Residential Building using BIM Tools A. S. Shivsharan 1, Mrs. D. R. Vaidya 2, Prof. R. D. Shinde 3 1P. G. Student: Construction Management, Civil Engineering Department,

More information

Autodesk. Robot Structural Analysis Professional Welcome to the new millennium.

Autodesk. Robot Structural Analysis Professional Welcome to the new millennium. Autodesk Robot Structural Analysis Professional 2010 Welcome to the new millennium. Building Information Modeling for Structural Engineering Integrated tools for modeling, coordination, analysis, design

More information

Stress analysis of Camshaft by using ANSYS Software

Stress analysis of Camshaft by using ANSYS Software Stress analysis of Camshaft by using ANSYS Software Samta Jain, Mr. Vikas Bansal Rajasthan Technical University, kota (Rajasathan), India Abstract This paper presents the modeling and static structural

More information

CIBSE YEN CFD Presentation. Joseph Berthoud

CIBSE YEN CFD Presentation. Joseph Berthoud CIBSE YEN CFD Presentation Joseph Berthoud 10 th May 2017 Introduction 20 Minutes / 40 Slides What is CFD Validation Jobs Physical Scale Modelling Questions Page 2 Introduction Nearly 20 years experience.

More information

FRAMEWORK OF THE EXTENDED PROCESS TO PRODUCT MODELING (XPPM) FOR EFFICIENT IDM DEVELOPMENT

FRAMEWORK OF THE EXTENDED PROCESS TO PRODUCT MODELING (XPPM) FOR EFFICIENT IDM DEVELOPMENT FRAMEWORK OF THE EXTENDED PROCESS TO PRODUCT MODELING (XPPM) FOR EFFICIENT IDM DEVELOPMENT Ghang Lee, Ph.D. Associate Professor, glee@yonsei.ac.kr, Corresponding Author Sungil Ham, Ph.D. / Postdoctoral

More information

IFC-based Product Model Exchange

IFC-based Product Model Exchange IFC-based Product Model Exchange Reijo Hänninen Managing Director Olof Granlund, Consulting Engineers, Helsinki reijo.hanninen@granlund.fi CIFE Summer Program Stanford University, CA Granlund Today Figures

More information

New version of program STeelCON

New version of program STeelCON November 2016 http://www.sofistik.gr/ Steel Structures New version of program STeelCON 2016.320 Dear colleagues, A new version of the STeel CONnections program for the design of bolted and welded steel

More information

CFD validation of the thermal comfort in a room using draft rates

CFD validation of the thermal comfort in a room using draft rates CFD validation of the thermal comfort in a room using draft rates Authors: Mika Ruponen 1 and John A. Tinker 1 1 School of Civil Engineering, University of Leeds, UK Corresponding email: mika.ruponen@halton.com

More information

Vehicle thermal safety with THESEUS-FE. Author: Dr. Daniel Koester

Vehicle thermal safety with THESEUS-FE. Author: Dr. Daniel Koester Author: Dr. Daniel Koester Date: September 4, 2014 Workflow for Underhood Simulations ANSA or other CAD/meshing software CAD cleanup and meshing: either CAD geometry description or NASTRAN-style FE meshes

More information

Interoperability with Structural Disciplines

Interoperability with Structural Disciplines Interoperability with Structural Disciplines GRAPHISOFT Visit the GRAPHISOFT website at http://www.graphisoft.com for local distributor and product availability information. Interoperability with Structural

More information

4D CONSTRUCTION SEQUENCE PLANNING NEW PROCESS AND DATA MODEL

4D CONSTRUCTION SEQUENCE PLANNING NEW PROCESS AND DATA MODEL 4D CONSTRUCTION SEQUENCE PLANNING NEW PROCESS AND DATA MODEL Jan Tulke 1, Jochen Hanff 2 1 Bauhaus-University Weimar, Dept. Informatics in Construction, Germany 2 HOCHTIEF ViCon GmbH,Essen, Germany ABSTRACT:

More information

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA Engin Burak Anil 1 *, Burcu Akinci 1, and Daniel Huber 2 1 Department of Civil and Environmental

More information

openbim Design Collaboration ArchiCAD Revit Structure Workflow

openbim Design Collaboration ArchiCAD Revit Structure Workflow Architecture CM/Engineering openbim Design Collaboration ArchiCAD Revit Structure Workflow 1 Monte Chapin - Business Process Leader Drew J. Fibus - Account Manager GRAPHISOFT 25 Localized versions 17 Languages

More information

Building Information Modeling

Building Information Modeling Chapter Building Information Modeling 1 Building information modeling (BIM) is an integrated workflow built on coordinated, reliable information about a project from design through construction and into

More information

BIM MANAGER GUIDE TO RESOURCE MANAGEMENT WITH VECTORWORKS

BIM MANAGER GUIDE TO RESOURCE MANAGEMENT WITH VECTORWORKS BIM MANAGER GUIDE TO RESOURCE MANAGEMENT WITH VECTORWORKS WHAT S INSIDE INTRODUCTION 1 TYPES OF RESOURCES 1 OFFICE STANDARDS 2 WHAT SHOULD BE PART OF YOUR OFFICE STANDARDS? 2 CREATE YOUR OWN TEMPLATE 4

More information

t h e w o r l d s l e a d i n g v o i c e f o r t h e i n d u s t r i a l h i g h - r i s k f i r e i n d u s t r y

t h e w o r l d s l e a d i n g v o i c e f o r t h e i n d u s t r i a l h i g h - r i s k f i r e i n d u s t r y INDUSTRIAL FIRE JOURNAL t h e w o r l d s l e a d i n g v o i c e f o r t h e i n d u s t r i a l h i g h - r i s k f i r e i n d u s t r y Spring 2013 issue no. 91 www.hemmingfire.com supplemental evac

More information

XML-based production of Eurostat publications

XML-based production of Eurostat publications Doc. Eurostat/ITDG/October 2007/2.3.1 IT Directors Group 15 and 16 October 2007 BECH Building, 5, rue Alphonse Weicker, Luxembourg-Kirchberg Room QUETELET 9.30 a.m. - 5.30 p.m. 9.00 a.m 1.00 p.m. XML-based

More information

On an empirical investigation of the structural behaviour of robots

On an empirical investigation of the structural behaviour of robots On an empirical investigation of the structural behaviour of robots C. Doukas, J. Pandremenos, P. Stavropoulos, P. Fotinopoulos, G.Chryssolouris 1 1 Laboratory for Manufacturing Systems and Automation,

More information

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver Abstract - The dominant method to solve magnetic field problems is the finite element method. It has been used

More information

NUMERICAL ANALYSIS OF WIND EFFECT ON HIGH-DENSITY BUILDING AERAS

NUMERICAL ANALYSIS OF WIND EFFECT ON HIGH-DENSITY BUILDING AERAS NUMERICAL ANALYSIS OF WIND EFFECT ON HIGH-DENSITY BUILDING AERAS Bin ZHAO, Ying LI, Xianting LI and Qisen YAN Department of Thermal Engineering, Tsinghua University Beijing, 100084, P.R. China ABSTRACT

More information

Energy Efficient Data Center Design. Can Ozcan Ozen Engineering Emre Türköz Ozen Engineering

Energy Efficient Data Center Design. Can Ozcan Ozen Engineering Emre Türköz Ozen Engineering Energy Efficient Data Center Design Can Ozcan Ozen Engineering Emre Türköz Ozen Engineering 1 Bio Can Ozcan received his Master of Science in Mechanical Engineering from Bogazici University of Turkey in

More information

DEVELOPING A NEW GEOGRAPHICAL OBJECT DATABASE. EXPERIENCES FROM IDEA TO DELIVERING DATASETS TOP10NL

DEVELOPING A NEW GEOGRAPHICAL OBJECT DATABASE. EXPERIENCES FROM IDEA TO DELIVERING DATASETS TOP10NL DEVELOPING A NEW GEOGRAPHICAL OBJECT DATABASE. EXPERIENCES FROM IDEA TO DELIVERING DATASETS TOP10NL NICO J. BAKKER Topografische Dienst Kadaster Bendienplein 5 7815 SM Emmen, The Netherlands nbakker@tdkadaster.nl

More information

DESIGN AND ANALYSIS OF THERMAL CONTROL SUB-SYSTEM (TCS) OF HAWAII SAT

DESIGN AND ANALYSIS OF THERMAL CONTROL SUB-SYSTEM (TCS) OF HAWAII SAT DESIGN AND ANALYSIS OF THERMAL CONTROL SUB-SYSTEM (TCS) OF HAWAII SAT Yu Ming Cai Department of Mechanical Engineering University of Hawai`i at Mānoa Honolulu HI 96822 ABSTRACT The project that has been

More information

RETRACTED ARTICLE. Web-Based Data Mining in System Design and Implementation. Open Access. Jianhu Gong 1* and Jianzhi Gong 2

RETRACTED ARTICLE. Web-Based Data Mining in System Design and Implementation. Open Access. Jianhu Gong 1* and Jianzhi Gong 2 Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1907-1911 1907 Web-Based Data Mining in System Design and Implementation Open Access Jianhu

More information

Automated CFD blade design within a CAD system

Automated CFD blade design within a CAD system Automated CFD blade design within a CAD system Petter Andersson, Volvo Aero Corporation, Sweden Malin Ludvigson, Volvo Aero Corporation, Sweden Ola Isaksson, Volvo Aero Corporation, Sweden Summary: The

More information

COLLABORATION is KEY

COLLABORATION is KEY AN AERIAL ADVANTAGE COLLABORATION is KEY LIVING AND WORKING IN A WORLD OF FAST TECHNOLOGICAL ADVANCEMENT, COLLABORATION OF SKILLS IS BECOMING MORE COMMONPLACE. DTM Technologies Ltd and Seahawk AP have

More information

Methods for integrating parametric design with building performance analysis

Methods for integrating parametric design with building performance analysis Methods for integrating parametric design with building performance analysis Ajla Aksamija, PhD, LEED AP BD+C, CDT 1 1 University of Massachusetts Amherst, Amherst, MA ABSTRACT: This paper discusses methods

More information

True 3D CAE visualization of filling imbalance in geometry-balanced runners

True 3D CAE visualization of filling imbalance in geometry-balanced runners True 3D CAE visualization of filling imbalance in geometry-balanced runners C.C. Chien, * C.C. Chiang, W. H. Yang, Vito Tsai and David C.Hsu CoreTech System Co.,Ltd., HsinChu, Taiwan, ROC Abstract The

More information

INTERNET-BASED COMPUTER-AIDED DESIGN: LEVERAGING PRODUCT MODEL, DISTRIBUTED OBJECT, AND WORLD WIDE WEB STANDARDS

INTERNET-BASED COMPUTER-AIDED DESIGN: LEVERAGING PRODUCT MODEL, DISTRIBUTED OBJECT, AND WORLD WIDE WEB STANDARDS PAPER REFERENCE: T191-4 INTERNET-BASED COMPUTER-AIDED DESIGN: LEVERAGING PRODUCT MODEL, DISTRIBUTED OBJECT, AND WORLD WIDE WEB STANDARDS Charles S. Han, John C. Kunz, Kincho H. Law EXTENDED ABSTRACT Non-Internet

More information

Sensitivity Analysis of Fire Dynamics Simulation Brohus, Henrik; Nielsen, Peter Vilhelm; Petersen, Arnkell J.; Sommerlund-Larsen, Kim

Sensitivity Analysis of Fire Dynamics Simulation Brohus, Henrik; Nielsen, Peter Vilhelm; Petersen, Arnkell J.; Sommerlund-Larsen, Kim Aalborg Universitet Sensitivity Analysis of Fire Dynamics Simulation Brohus, Henrik; Nielsen, Peter Vilhelm; Petersen, Arnkell J.; Sommerlund-Larsen, Kim Published in: Proceedings of Roomvent 2007 Publication

More information

Questions and Answers

Questions and Answers Revit Structure2009 Questions and Answers Revit Structure software uses a single, intelligent model to coordinate all the tasks structural engineers and drafters need to complete during the building design

More information

SpaceClaim Professional The Natural 3D Design System. Advanced Technology

SpaceClaim Professional The Natural 3D Design System. Advanced Technology SpaceClaim Professional The Natural 3D Design System SpaceClaim Professional is the 3D productivity tool for engineers who contribute to the design and manufacture of mechanical products across a broad

More information

Autodesk Robot Structural Analysis Professional. Comprehensive analysis for your structural projects.

Autodesk Robot Structural Analysis Professional. Comprehensive analysis for your structural projects. Autodesk Robot Structural Analysis Professional Comprehensive analysis for your structural projects. Integrated Structural Analysis Made Easier Autodesk Robot Structural Analysis Professional software

More information

An Efficient Algorithm for Computing Non-overlapping Inversion and Transposition Distance

An Efficient Algorithm for Computing Non-overlapping Inversion and Transposition Distance An Efficient Algorithm for Computing Non-overlapping Inversion and Transposition Distance Toan Thang Ta, Cheng-Yao Lin and Chin Lung Lu Department of Computer Science National Tsing Hua University, Hsinchu

More information

Trends in CFD, Engineering Analysis & Computing. ME-561 An Introduction to Computational Fluid Dynamics for Incompressible Flow Mark A.

Trends in CFD, Engineering Analysis & Computing. ME-561 An Introduction to Computational Fluid Dynamics for Incompressible Flow Mark A. Trends in CFD, Engineering Analysis & Computing ME-561 An Introduction to Computational Fluid Dynamics for Incompressible Flow Mark A. Christon Trends in Computer-Aided Engineering Analysis 1965 1975:

More information

MODERN DESCRIPTIVE GEOMETRY SUPPORTED BY 3D COMPUTER MODELLING

MODERN DESCRIPTIVE GEOMETRY SUPPORTED BY 3D COMPUTER MODELLING International Conference on Mathematics Textbook Research and Development 2014 () 29-31 July 2014, University of Southampton, UK MODERN DESCRIPTIVE GEOMETRY SUPPORTED BY 3D COMPUTER MODELLING Petra Surynková

More information

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2 Algorithm and Experiment for Vision-Based Recognition of Road Surface Conditions Using Polarization and Wavelet Transform 1 Seung-Ki Ryu *, 2 Taehyeong Kim, 3 Eunjoo Bae, 4 Seung-Rae Lee 1 Research Fellow,

More information

MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS

MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS Advanced Steel Construction Vol. 3, No. 2, pp. 565-582 (2007) 565 MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS Wenjiang Kang 1, F. Albermani 2, S. Kitipornchai 1 and Heung-Fai Lam

More information

Integration of Textural and Material Information Into Existing BIM Using IR Sensing. A research by: Asem Zabin Baha Khalil

Integration of Textural and Material Information Into Existing BIM Using IR Sensing. A research by: Asem Zabin Baha Khalil Integration of Textural and Material Information Into Existing BIM Using IR Sensing A research by: Asem Zabin Baha Khalil Asem Zabin Senior BIM Engineer at itech Management Consultancy Master of Science

More information

THE BENEFIT OF ANSA TOOLS IN THE DALLARA CFD PROCESS. Simona Invernizzi, Dallara Engineering, Italy,

THE BENEFIT OF ANSA TOOLS IN THE DALLARA CFD PROCESS. Simona Invernizzi, Dallara Engineering, Italy, THE BENEFIT OF ANSA TOOLS IN THE DALLARA CFD PROCESS Simona Invernizzi, Dallara Engineering, Italy, KEYWORDS automatic tools, batch mesh, DFM, morphing, ride height maps ABSTRACT In the last few years,

More information

IFC IMPORT AND EXPORT using simplebim

IFC IMPORT AND EXPORT using simplebim IDA Indoor Climate and Energy IFC IFC IMPORT AND EXPORT using simplebim Exercise Copyright EQUA Simulation AB September 2018 Purpose The purpose of this exercise is to help you succeed with IFC import

More information

INTERACTION TEMPLATES FOR CONSTRUCTING USER INTERFACES FROM TASK MODELS

INTERACTION TEMPLATES FOR CONSTRUCTING USER INTERFACES FROM TASK MODELS Chapter 1 INTERACTION TEMPLATES FOR CONSTRUCTING USER INTERFACES FROM TASK MODELS David Paquette and Kevin A. Schneider Department of Computer Science, University of Saskatchewan, Saskatoon, SK S7N 5A9,

More information

ANSYS AIM 16.0 Overview. AIM Program Management

ANSYS AIM 16.0 Overview. AIM Program Management 1 2015 ANSYS, Inc. September 27, 2015 ANSYS AIM 16.0 Overview AIM Program Management 2 2015 ANSYS, Inc. September 27, 2015 Today s Simulation Challenges Leveraging simulation across engineering organizations

More information

Autodesk SIM 360 Pro FY14 Product Launch FAQ for Autodesk Customers

Autodesk SIM 360 Pro FY14 Product Launch FAQ for Autodesk Customers Autodesk SIM 360 Pro FY14 Product Launch FAQ for Autodesk Customers imaginit.com/sim360 The purpose of this FAQ document is to provide Autodesk customers and prospects information about the Autodesk SIM

More information

Parsing Building Data from Industry Foundation Classes through IFCModelParser

Parsing Building Data from Industry Foundation Classes through IFCModelParser Parsing Building Data from Industry Foundation Classes through IFCModelParser First A. Raninder Kaur Dhillon, Second B. Mayur Jethwa, Third C. Hardeep Singh Rai Abstract Information technology has made

More information

The Application of CAD/CAM in the Design of Industrial Products

The Application of CAD/CAM in the Design of Industrial Products 2018 International Conference on Medicine, Biology, Materials and Manufacturing (ICMBMM 2018) The Application of CAD/CAM in the Design of Industrial Products Hequn Liu Xianning Vocational Technical College,

More information

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering.

Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Recent Approaches of CAD / CAE Product Development. Tools, Innovations, Collaborative Engineering. Author: Dr.-Ing. Peter Binde Abstract: In this paper, the latest approaches in the field of CAD-CAE product

More information

Revit MEP basics. Ir. Dr. Sam C. M. Hui Faculty of Science and Technology

Revit MEP basics. Ir. Dr. Sam C. M. Hui Faculty of Science and Technology SBS5411 Building Information Modelling for BSE http://ibse.hk/sbs5411/ Revit MEP basics Ir. Dr. Sam C. M. Hui Faculty of Science and Technology E-mail: cmhui@vtc.edu.hk Sep 2018 Contents Introduction Revit

More information

Interoperable EnergyPlus

Interoperable EnergyPlus Topics for Today Interoperable data exchange and the creation of an IDF (EnergyPlus input) file IFC data model of buildings IFC2x2 interface to EnergyPlus Interface architecture and data exchange Proliferation

More information

A Scalable Lighting Simulation Tool for Integrated Building Design

A Scalable Lighting Simulation Tool for Integrated Building Design The Third National Conference of IBPSA-USA (SimBuild 2008) July 30-August 1, 2008 Berkeley, CA A Scalable Lighting Simulation Tool for Integrated Building Design A NIST ATP Project Integrated Concurrent

More information

Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui LIU and Lin-kai CHEN

Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui LIU and Lin-kai CHEN 2017 International Conference on Mechanical and Mechatronics Engineering (ICMME 2017) ISBN: 978-1-60595-440-0 Simulation Comparison Between PTC/Creo and Professional CAE Software Li-xin WANG*, Jun-hui

More information

Analysis of Flow through a Drip Irrigation Emitter

Analysis of Flow through a Drip Irrigation Emitter International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Analysis of Flow through a Drip Irrigation Emitter Reethi K 1, Mallikarjuna 2, Vijaya Raghu B 3 1 (B.E Scholar, Mechanical Engineering,

More information

Rapid Modeling of Digital City Based on Sketchup

Rapid Modeling of Digital City Based on Sketchup Journal of Mechanical Engineering Research and Developments ISSN: 1024-1752 Website: http://www.jmerd.org Vol. 38, No. 1, 2015, pp. 130-134 J. Y. Li *, H. L. Yuan, & C. Reithmeier Department of Architectural

More information

AUTOMATIC SIMULATION AND CARBON ANALYSIS FOR ARCHITECTURE DESIGN. Huang Yi Chun 1, Liu Yuezhong 1

AUTOMATIC SIMULATION AND CARBON ANALYSIS FOR ARCHITECTURE DESIGN. Huang Yi Chun 1, Liu Yuezhong 1 AUTOMATIC SIMULATION AND CARBON ANALYSIS FOR ARCHITECTURE DESIGN Huang Yi Chun 1, Liu Yuezhong 1 1 National University of Singapore, Singapore ABSTRACT This paper presents computational work in building

More information

Design Collaborati on using IFCs

Design Collaborati on using IFCs Design Collaborati on using IFCs GGraphisoft ArchiCAD IFC Reference Guide, version 1.0 2001 by Graphisoft. All rights reserved. Reproduction, paraphrasing or translation without express prior written permission

More information

Designing a Building envelope using parametric and algorithmic processes

Designing a Building envelope using parametric and algorithmic processes Designing a Building envelope using parametric and algorithmic processes Natália Queiroz nataliaqueiroz.arq@gmail.com Ney Dantas ney.dantas@gmail.com Carlos Nome Universidade Federal da Paraiba, Brazil

More information

Optimisation of liquid flow in cavitation tunnel using CFD method

Optimisation of liquid flow in cavitation tunnel using CFD method Optimisation of liquid flow in cavitation tunnel using CFD method Robert Jasionowski 1,*, and Waldemar Kostrzewa 1 1 Maritime University of Szczecin, Institute of Basic Technical Sciences, 2-4 Willowa

More information

Charles S. Sanchez, PhD and Zhang Xiaoqin, PhD Energy Research NTU

Charles S. Sanchez, PhD and Zhang Xiaoqin, PhD Energy Research NTU 2018 Building Performance Analysis Conference and SimBuild co-organized by ASHRAE and IBPSA-USA Chicago, IL September 26-28, 2018 Visualization of CFD Simulation Results in VR Environment for Design Feedback

More information

Influence of mesh quality and density on numerical calculation of heat exchanger with undulation in herringbone pattern

Influence of mesh quality and density on numerical calculation of heat exchanger with undulation in herringbone pattern Influence of mesh quality and density on numerical calculation of heat exchanger with undulation in herringbone pattern Václav Dvořák, Jan Novosád Abstract Research of devices for heat recovery is currently

More information

Survey and Audit Service Schedule. Airflow and Thermal Imaging Survey Service Schedule. Data Centre Solutions Expertly Engineered

Survey and Audit Service Schedule. Airflow and Thermal Imaging Survey Service Schedule. Data Centre Solutions Expertly Engineered Survey and Audit Service Schedule Airflow and Thermal Imaging Survey Service Schedule Data Centre Solutions Expertly Engineered Consult optimisation, audit and survey services Data Centre Services Workspace

More information

ACCREDITED HEALTH & SAFETY SHORT COURSES

ACCREDITED HEALTH & SAFETY SHORT COURSES ACCREDITED HEALTH & SAFETY 2018 ACCREDITED HEALTH & SAFETY INTRODUCTION Our services benefit any organization dedicated to the development and enhancement of skills and knowledge through training. Frontline

More information

WM2015 Conference, March 15 19, 2015, Phoenix, Arizona, USA

WM2015 Conference, March 15 19, 2015, Phoenix, Arizona, USA OECD NEA Radioactive Waste Repository Metadata Management (RepMet) Initiative (2014-2018) 15614 Claudio Pescatore*, Alexander Carter** *OECD Nuclear Energy Agency 1 (claudio.pescatore@oecd.org) ** Radioactive

More information

Efficient Parallel Multi-Copy Simulation of the Hybrid Atomistic-Continuum Simulation Based on Geometric Coupling

Efficient Parallel Multi-Copy Simulation of the Hybrid Atomistic-Continuum Simulation Based on Geometric Coupling , pp.384-389 http://dx.doi.org/10.14257/astl.2016.139.77 Efficient Parallel Multi-Copy Simulation of the Hybrid Atomistic-Continuum Simulation Based on Geometric Coupling Qian Wang 1,2, Xin-Hai Xu 1,2,*,

More information

Sharing Fire Engineering Simulation Data Using the IFC Building Information Model

Sharing Fire Engineering Simulation Data Using the IFC Building Information Model Reference: Spearpoint M J, Dimyadi J A W. Sharing fire engineering simulation data using the IFC building information model. Christchurch, New Zealand: MODSIM07, International Congress on Modelling and

More information

space is used effectively. Outdoor space components such as fences and trees affect the solar radiation that the building receives. These components a

space is used effectively. Outdoor space components such as fences and trees affect the solar radiation that the building receives. These components a BIM-based Simulation Tool for Building Thermal Performance in Built-up Areas H. Kawai 1,* and T. Asawa 1 1 Department of Environmental Science and Engineering, Tokyo Institute of Technology, Yokohama,

More information

Volume1, Issue 2 October ISSN: Title. The importance of Computer Visualization in technical education. Anshu Singhal

Volume1, Issue 2 October ISSN: Title. The importance of Computer Visualization in technical education. Anshu Singhal Title The importance of Computer Visualization in technical education Anshu Singhal Student, Department of Computer Engineering BMN college of Engineering and Technology, India ABSTRACT Computer 3D displaying

More information

Flow Simulation How to Handle a Vortex Across a Pressure Boundary

Flow Simulation How to Handle a Vortex Across a Pressure Boundary Flow Simulation How to Handle a Vortex Across a Pressure Boundary Overview This document describes why Flow Simulation will give a warning while solving stating that there is a vortex occurring across

More information

Meshing of flow and heat transfer problems

Meshing of flow and heat transfer problems Meshing of flow and heat transfer problems Luyao Zou a, Zhe Li b, Qiqi Fu c and Lujie Sun d School of, Shandong University of science and technology, Shandong 266590, China. a zouluyaoxf@163.com, b 1214164853@qq.com,

More information

PARAMETRIC BIM WORKFLOWS

PARAMETRIC BIM WORKFLOWS Y. Ikeda, C. M. Herr, D. Holzer, S. Kaijima, M. J. Kim. M, A, Schnabel (eds.), Emerging Experience in Past, Present and Future of Digital Architecture, Proceedings of the 20th International Conference

More information

Towards an Integrated Grid- and Cloud-based Structural Analysis Platform

Towards an Integrated Grid- and Cloud-based Structural Analysis Platform 431 Towards an Integrated Grid- and Cloud-based Structural Analysis Platform M. Polter 1, A. Ismail 2 and R. J. Scherer 3 Technische Universität Dresden, Germany 1 Michael.Polter@tu-dresden.de, 2 Ali.Ismail@tu-dresden.de,

More information

Revit. Website:

Revit.   Website: Revit Email: info@computertraininingwales.co.uk Website: www.computertrainingwales.co.uk Revit Beginner The objective of this Revit training course is to give delegates the fundamental skills to use the

More information

Effectiveness of Element Free Galerkin Method over FEM

Effectiveness of Element Free Galerkin Method over FEM Effectiveness of Element Free Galerkin Method over FEM Remya C R 1, Suji P 2 1 M Tech Student, Dept. of Civil Engineering, Sri Vellappaly Natesan College of Engineering, Pallickal P O, Mavelikara, Kerala,

More information

Section G. POSITIONAL ACCURACY DEFINITIONS AND PROCEDURES Approved 3/12/02

Section G. POSITIONAL ACCURACY DEFINITIONS AND PROCEDURES Approved 3/12/02 Section G POSITIONAL ACCURACY DEFINITIONS AND PROCEDURES Approved 3/12/02 1. INTRODUCTION Modern surveying standards use the concept of positional accuracy instead of error of closure. Although the concepts

More information

Databases and ERP Selection: Oracle vs SQL Server

Databases and ERP Selection: Oracle vs SQL Server DATABASES AND ERP ORACLE VS SQL SELECTION: SERVER Databases and ERP Selection: Oracle vs SQL Server By Rick Veague, Chief Technology Officer, IFS North America An enterprise application like enterprise

More information