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