01 Revit Occupancy Load Schedule Using Rooms
3 min read
1 year ago
Published on Aug 03, 2024
This response is partially generated with the help of AI. It may contain inaccuracies.
Table of Contents
Introduction
This tutorial will guide you through creating a room occupancy load schedule in Revit. You'll learn how to use net values for occupancy calculations, filter out unnecessary spaces, and set up calculated values for better visualization and analysis. This process is essential for ensuring compliance with building codes and optimizing space usage.
Step 1: Set Up Your Room Schedule
- Navigate to the View tab in Revit.
- Select Schedules and then Schedules/Quantities.
- Scroll down and choose Room Schedule.
- In the dialog box, add the following fields:
- Number
- Name
- Area
- Occupancy
- Click OK to create the schedule.
Step 2: Filter Out Unnecessary Spaces
- In the room schedule, locate the Occupancy column.
- Click on Filter.
- Set the filter to exclude restrooms and hallways:
- Condition: Occupancy does not equal n/a.
- Click OK to apply the filter.
Step 3: Add Occupancy Factor Parameter
- In the schedule, go to Fields.
- Select Add Parameter.
- Create a new parameter named Occupancy Factor:
- Type: Number (for decimal values).
- Group under Identity Data.
- Click OK.
Step 4: Input Occupancy Factors
- Manually enter the occupancy factors based on the applicable codes (e.g., 30 net for exhibit gallery and museum).
- Ensure each room has the correct factor corresponding to its occupancy type.
Step 5: Create a Calculated Value for Occupancy Load
- Still in the Fields section, select Add Calculated Value.
- Name this value Occupancy Load and set it as a decimal.
- Enter the formula:
Area / Occupancy Factor
- Click OK to apply.
Step 6: Round Up Occupancy Load Values
- Again in Fields, create another calculated value:
- Name it Occupancy Load Rounded.
- Set it as an integer.
- Use the following formula:
Roundup(Occupancy Load)
- Click OK.
Step 7: Adjust Schedule Layout
- Rearrange the columns in the schedule:
- Move the Occupancy column before the Area column.
- Optionally, hide unnecessary decimal places for better readability.
Step 8: Create Egress Width Calculation
- Go back to Fields and add another calculated value named Egress Width Total.
- Set this value as a length.
- Use the formula to calculate egress width based on occupancy load:
Occupancy Load * 0.03
- Click OK to finalize.
Step 9: Calculate Totals
- Select the totals for both Occupancy Load and Egress Width.
- Enable sorting and grouping to display these totals in your schedule.
Conclusion
You've successfully created a room occupancy load schedule in Revit, incorporating occupancy factors and calculated values. This process helps manage space effectively and ensures compliance with safety regulations. As a next step, consider expanding your schedule to include gross area calculations or other relevant metrics for a comprehensive analysis.