Sunday, November 30, 2008

ARCH-652 : Facility Information Technology class project3 : Application of BIM

My Project 3 scope for the ARCH 652 class was to study how Building Information Modeling is used in analyzing the performance of the building in the early design phase, using various conventionally available simulation applications. The intent of this project was to study and identify what are the difficulties involved in utilizing the 3D models developed by the designers to perform energy analysis calculations and what information is missing in these applications while performing the calculations. In this study, I basically studied three different simulation applications namely: Green Building Studio (GBS), eQuest and EcoTec. The building design (3D model) was originally developed in the Revit platform which is quite commonly used by the designers now a days. The 3D model was then required to be transformed into different format, such as, gbxml or CAD in order to be accessed by other simulation applications.

Green Guilding Studio web application

The first simulation application I used for this study was “Green Building Studio (GBS)”. Autodesk Green Building Studio is a free web based application meaning that the designers can calculate building performance governing features directly over the internet, without having any special skills or having any sophisticated software downloaded on their local computers. GBS enables architects to quickly calculate the operational and energy implications of early design decisions. The Autodesk Green Building Studio web service uses gbxml file format to generate geometrically accurate, detailed input files necessary for energy simulation programs.



Following screenshot shows the available features that can be specified manually for calculation purpose.




The drawback of this application is that, the whole calculations are completely based on number of assumption and takes into consideration, only the basic information such as type of building and building location. The gbxml file format used by this application is only a geometric data of the 3D model and does not contain any information regarding the building materials. The application completely neglects the information regarding the building material properties, which is very important for evaluating the building performance. The building performance in terms of energy consumption, day lighting performance, thermal loads etc. is very much dependent upon the building materials used for construction. Thus, we can say this application provides an approximate result of the building performance based on the building geometry, building type and weather data obtained from local weather station. The application does have few design features which can be manually described, but still they are not sufficient enough to provide precise information required for the calculations.

EcoTec simulation application

Ecotec is a complete environmental design tool which couples an intuitive 3D modeling interface with extensive solar, thermal, lighting, acoustic and cost analysis functions. ECOTECT is one of the few tools in which performance analysis is simple, accurate and most importantly, visually responsive. ECOTECT is driven by the concept that environmental design principles are most effectively addressed during the conceptual stages of design. The software responds to this by providing essential visual and analytical feedback from even the simplest sketch model, progressively guiding the design process as more detailed information becomes available. Ecotec application utilizes the building geometry created in the Revit. In order to utilize this model created by the designers in Revit, it need to be exported into the CAD format (DXF file) within Revit, and then imported into the Ecotec application. This application can be used to perform a variety of analysis such as, solar study, overshadowing, thermal design and analysis, heating and cooling loads, prevailing winds, natural and artificial lighting, life cycle assessment, life cycle costing, scheduling, geometric and statistical acoustic analysis etc. Following is the snapshot of hourly temperature variation within the building:




However the main drawback in this process is that the element id is completely lost in the model, meaning that the door or window is no more recognized in the DXF file format. All the elements are represented only in the form of CAD geometry in the form of lines. We can no longer select the elements in the 3D model within the Ecotec. Thus it is recommended to create the building geometry once again within this application manually. In this case, whatever models that are generated by the designers can no longer be useful for performing any type of analysis within the Ecotec application and thus will make the design process time consuming and expensive. Another limitation of this application is that it assumes similar atmospheric conditions throughout the building area. It calculates the heat gain/loss based on the square footage per person that we can specify, but this figure is assumed to be equal for all parts of the building. In real situation, no part of the building will have equal square footage occupied by the people. Some parts of the building will have more area per person and thus the atmospheric behaviors will change drastically in such cases. Also the energy consumption calculation are based on the weather file that is required to be stored on a local computer. If we need to import the 3D model from another application such as GBS, the application does not allow to select the project location and weather data file and will assume a random location and weather file. It allows to make such selections only when we create all together a new project within eQuest along with a new 3D model.

eQUEST simulation application

eQuest is another building performance simulation application developed by the US Dept. of Energy. eQUEST was designed to allow you to perform detailed analysis of today’s state-of-the-art building design technologies using today’s most sophisticated building energy use simulation techniques but without requiring extensive experience in the "art" of building performance modeling. The application can utilize the 3D model geometry which was previously used in the Green Building Studio. In GBS, we have an option to save the file in the DOE-2 file format which is also accessible through the eQuest application. The EcoTec program also has a similar option to convert the model into a DOE-2 file format in order to be used in eQuest and EnergyPlus application.



The application is mainly used to calculate peak energy load consumption and the energy consumption distribution through the year. It can also perform Life cycle analysis and DEER (daylighting analysis). Following is a screen shot showing the peak energy consumption distribution throughout the year:



The only drawback in importing the model from GBS is that it does not allow to make any modifications in the model geometry. Although we cannot change the project geometry, we can still change the properties of various building components such as material properties. The variety of building materials (roofs, doors, walls etc.) available in eQuest, are completely different from the building materials that are available in the Revit model. Thus the results obtained may not be exactly the same as the designers intended to have in their design.

Thursday, October 30, 2008

ARCH-652 : Facility Information Technology class project2

Accessing the Building Information Model

The second project for the curriculum was to create a DWF file from a Revit model and present it on a web page. Another task on this project was to create a database of all the components present in the 3D Revit model. In this project I basically used the Application Programming Interface (API) for creating the database and Macromedia Dreamweaver software for developing a webpage, which incorporates various navigation tools for the embedded DWF file.

The first step in this project was to develop an external tool within Revit using the Application Programming Interface (API). For this purpose, I downloaded the Visual C# projects which were readily available on the Autodesk website. The projects were compiled to create their solution files. Later on I made few modifications in the Revit.ini file which allowed me to have the external tools (RVTSamples) toolbar within Revit. This toolbar consists of various advanced tools which can be used to perform various actions within few seconds. These tools provide the same functions as the regular tools available in Revit, but the number of steps involved in these tools is comparatively less. Once I had the external tools menu (RvtSamples) available, I exported my Revit model into the ODBC database using RDBlink tool in the RvtSamples menu.



Firstly we need to create the Data Source Name (DSN name), Click "NEW" and then select Microsoft Access Driver (*.mdb) type and give the source name and path as desired.



After creating the DSN, select the created DSN file, Database radio button and click "OK" to export the model into the database file.




















Click the link below to visit Project2 webpage

http://thelab.tamu.edu/classes/arch652600/web/Patel/Project2.html

The second step in the project was to develop a web page using Dreamweaver in order to present the DWF file. Firstly, the DWF file was generated within database the the "Publish 2D DWF" option available in Revit. The webpage was then developed using Dreamweaver software and various navigation tools were created in this webpage using the knowledge of htlm programming. These tools were helpful for navigation through the DWF file.















Click the link below to access the database file in Microsoft access.

http://thelab.tamu.edu/classes/arch652600/web/Patel/Project2.mdb

ARCH-652 : Facility Information Technology class project1

Thursday, September 25, 2008

Introduction to the Construction site

The project selected by me for the class project is an Education building under construction at the Sam Houston State University (SHSU) in the city of Huntsville, TX. This four storied building primarily comprise of two Auditoriums with occupancies of about 200 numbers each at the basement level, classrooms & computer labs on the first and second floor and offices for staff on the last two floors.

Description about the project


My aim behind working on this project is to learn how to link the database consisting of information related to LEED certification in the Building information model.


The architectural and structural drawings for this project are originally developed by WHR architects using Autodesk Revit software. The SpawGlass construction company is interested in achieving a LEED certification rating on this project. SpawGlass has recently started using BIM technology to resolve some of the issues in the construction process like understanding MEP design, managing the time conflict and providing their subcontractors, a clear idea about the specifications described in the design drawings.





My future research interest is to investigate weather a BIM model can be used by the designers to represent and explain their design to the LEED certification organization (USGBC) more effectively and minimize the time spent on the review process, which is currently performed using online documentation method.

Experience with Revit Architecture

According to my personal experience, Revit is far more sophisticated design tool compared to AutoCAD. It has the ability to show multiple”views” on a single screen, which I feel is very advantageous to the designers. Working on any one view reflects the change in the other views simultaneously. For example, if you have a section and elevation view open together, any object drawn on the section view appears in the elevation simultaneously. Looking at the 3D view of the model, one can easily identify errors in the design and can modify the design easily per required. This option of generating instantaneous 3D view is not available in AutoCAD. Working in a 3D view mode is very helpful for creating topography and site development. We can place trees in the 3D model directly by clicking at the desired point on the toposurface, without even referring to the sectional drawings. However, in such cases, if we decide to modify the topography, the position of trees remains as it is and they appear to be hanging in the air in the 3D view. To resolve this problem we need to delete and place the trees all over again. Revit also has a huge library of different building components that allows us to create the designs faster; whereas, in case of AutoCAD, we need to draw each and every object manually per the dimensions. Revit also has an ability to generate elevations, sections, schedule of quantities instantaneously, which is not possible using AutoCAD. The option of creating topography and placing other site components such as benches, pavement markings for parking, plantation etc. are very useful to understand how the project will exactly look like, after construction. We can also use actual photographs of building materials to produce renderings of perspective views.

Thus with my experience of using Revit, I believe Revit is capable and helpful in creating far more than just an ordinary CAD drawing. However, since it has a vast variety of functions, one may have to spend time on understanding the different functions so as to become proficient and find easy ways of designing in the shortest possible time.

Walkthrough of the building

This animation shows a brief walk through the project, starting from building's entrance gate, moving through the building's surrounding into the building's entrance lobby and ending at the reception area.

http://thelab.tamu.edu/classes/arch652600/web/patel/project1_movie1.avi

The Sun Solar study animation for ARCH-652 project

This animation shows the movement of the sun on September 23rd from sun rise to sun set at the exact location of this building in Huntsville.

http://thelab.tamu.edu/classes/arch652600/web/patel/project1_movie2.avi