Seventy-three percent of architecture firms in the UK, US, and Australia now use Building Information Modeling (BIM) as their primary design tool, according to the NBS Digital Construction Report 2025. Yet fewer than 8% of those firms include acoustic properties in their BIM models — a gap that forces acoustic consultants to manually extract room dimensions, estimate surface areas, and assign material properties from PDF drawings for every project, duplicating work that the BIM model could provide automatically.
The disconnection between BIM and acoustic design is not a technology problem. The IFC schema has supported acoustic properties since version 2x3 (2006). Revit, ArchiCAD, and Vectorworks all allow custom parameters for absorption coefficients, STC ratings, and noise criteria. The problem is workflow: nobody has built the bridge between the data that BIM models already contain and the calculations that acoustic designers need to perform.
This article maps the current state of acoustic data in BIM, identifies where the data exists and where it is missing, and provides practical guidance for architects and acoustic consultants who want to integrate acoustic analysis into their BIM workflows today — not in some theoretical future.
What BIM Models Already Contain (for Acoustic Design)
A well-constructed BIM model contains most of the geometric data required for basic acoustic calculations:
Room Geometry
Every BIM authoring tool creates room or space objects that calculate:
- Volume: Critical for RT60 calculation via the Sabine equation (RT60 = 0.161 × V / A)
- Floor area: Used for ceiling and floor absorption calculations
- Perimeter and wall heights: Used for wall surface area calculations
- Ceiling height: Determines room proportionality and mode spacing
Material Assignments
BIM models assign materials to every surface — walls, floors, ceilings, doors, windows. Each material in a BIM library can carry custom properties, including acoustic properties:
| Property | Typical BIM Availability | Acoustic Relevance |
|---|---|---|
| Material name/type | Always present | Allows lookup of absorption coefficients from external databases |
| Thickness | Usually present | Affects absorption (thicker = better low-frequency absorption) |
| Density | Sometimes present | Relates to mass law for sound insulation |
| Absorption coefficient (alpha) | Rarely present (< 5% of BIM libraries) | Directly used in Sabine/Eyring RT60 calculation |
| STC/Rw rating | Sometimes present (partition families) | Sound insulation assessment |
| Fire rating | Usually present | Often correlates with acoustic performance |
| Surface finish | Usually present | Affects high-frequency absorption |
The critical gap is absorption coefficients. While BIM libraries routinely include thermal conductivity (for energy modeling), fire resistance (for code compliance), and even embodied carbon (for sustainability assessment), acoustic absorption coefficients are almost never included as standard material properties. This single omission is the primary reason that acoustic analysis cannot be performed directly from BIM data.
Building Element Data
Doors, windows, and partition assemblies in BIM carry performance properties that can be leveraged for acoustic assessment:
- Windows: U-value (thermal) is standard; Rw (acoustic) is sometimes included in high-specification projects
- Doors: Fire rating is standard; STC/Rw is occasionally specified for acoustic doors
- Partitions: Layer composition (number and thickness of plasterboard layers, stud type, insulation fill) allows STC/Rw estimation even when the explicit acoustic rating is not stored
IFC Acoustic Properties: What the Standard Supports
The Industry Foundation Classes (IFC) schema, maintained by buildingSMART International, provides specific property sets and entity types for acoustic data:
IfcSoundProperties (IFC 2x3 and later)
This entity type is designed to store sound level data for building service equipment:
- Sound power level (Lw) by octave band: for HVAC equipment, pumps, generators
- Sound pressure level (Lp) at a reference distance: for equipment noise assessment
- Frequency range: 63 Hz to 8000 Hz octave bands
Property Sets for Acoustic Performance
IFC supports property sets (Psets) that can be attached to materials, elements, and spaces:
- Pset_MaterialCommon: Can be extended with custom properties including absorption coefficient per octave band
- Pset_SpaceCommon: Includes room function/type, which can be mapped to acoustic targets
- Pset_WallCommon: Can carry ThermalTransmittance (standard) and AcousticRating (custom)
- Pset_DoorCommon: Can carry AcousticRating (STC/Rw)
- Pset_WindowCommon: Can carry AcousticRating (Rw, Rw+Ctr)
The IFC Gap: What Is Possible vs What Is Populated
The IFC schema is capable of carrying all the acoustic data needed for room acoustic calculations and sound insulation assessments. The problem is that virtually no BIM authoring tool populates these properties automatically. An IFC file exported from a typical Revit model contains:
- Room volumes: yes (accurate)
- Surface areas: yes (accurate, but may need per-material breakdown)
- Material names: yes (but not standardized against acoustic databases)
- Absorption coefficients: almost never
- STC/Rw ratings: sometimes (if manually entered by the designer)
- Equipment noise data: almost never (MEP models may include, but rarely in IFC exports)
Platform-Specific Acoustic Workflows
Revit
Revit does not include native acoustic calculation capabilities, but its parametric framework allows acoustic data to be stored and extracted:
Shared parameters for acoustic data:
Acoustic consultants can create a shared parameter file containing:
Alpha_125Hz,Alpha_250Hz,Alpha_500Hz,Alpha_1000Hz,Alpha_2000Hz,Alpha_4000Hz(absorption coefficients per octave band)NRC(Noise Reduction Coefficient — single-number rating)STCorRw(Sound Transmission Class / weighted sound reduction index)
Dynamo for acoustic calculations:
Dynamo, Revit's visual programming environment, can be used to:
- Extract room volumes and surface areas from the BIM model
- Read absorption coefficients from material shared parameters
- Calculate total absorption (sum of alpha × area for each surface)
- Apply the Sabine equation to calculate RT60
- Compare against target values and flag non-compliant rooms
ArchiCAD
ArchiCAD's approach to acoustic integration has historically been more advanced than Revit's, partly due to Graphisoft's European base (where acoustic regulations are generally more prescriptive):
- Zone (room) objects: Include volume, area, and function properties that can be mapped to acoustic targets
- Building Materials: Support custom properties including acoustic data
- Energy Evaluation: ArchiCAD's energy simulation framework demonstrates the feasibility of embedded physical simulation within BIM, providing a template for future acoustic simulation integration
- MEP Modeler: Can assign noise ratings to HVAC equipment for preliminary background noise assessment
Vectorworks
Vectorworks includes some acoustic-specific capabilities in its Spotlight module (designed for entertainment venues):
- Acoustic analysis tool: Calculates RT60 using the Sabine equation from room geometry and material properties
- Speaker coverage prediction: Ray-based sound coverage analysis for audio system design
- Material acoustic properties: Built-in library of acoustic materials with absorption coefficients
Worked Example: Revit Room to AcousPlan Analysis via IFC
Consider a 6-room office suite modeled in Revit, with the architect wanting to verify RT60 compliance with WELL v2 Feature 74 during the design phase.
Step 1: Revit model setup
The architect has modeled the following rooms:
- Open plan area: 12.0 m × 15.0 m × 3.0 m = 540 m³
- Meeting room A: 5.0 m × 4.0 m × 3.0 m = 60 m³
- Meeting room B: 4.0 m × 3.5 m × 3.0 m = 42 m³
- Focus room: 3.0 m × 2.5 m × 3.0 m = 22.5 m³
- Kitchen: 6.0 m × 4.0 m × 3.0 m = 72 m³
- Corridor: 15.0 m × 2.0 m × 3.0 m = 90 m³
Step 2: IFC export
The architect exports the model as IFC 4, ensuring that:
- Room/Space objects are included (Revit's "Rooms" or "Spaces")
- Material assignments are exported with the geometry
- Any acoustic shared parameters are included in the property sets
AcousPlan's IFC import module parses the file and extracts:
| Room | Volume (m³) | Ceiling Material | Floor Material | Wall Material |
|---|---|---|---|---|
| Open plan | 540 | Mineral fiber tile | Carpet tile | 60% plasterboard, 40% glass |
| Meeting A | 60 | Mineral fiber tile | Carpet tile | 30% plasterboard, 70% glass |
| Meeting B | 42 | Mineral fiber tile | Carpet tile | 40% plasterboard, 60% glass |
| Focus room | 22.5 | Mineral fiber tile | Carpet tile | 80% plasterboard, 20% glass |
| Kitchen | 72 | Mineral fiber tile | Vinyl | 100% plasterboard |
| Corridor | 90 | Mineral fiber tile | Carpet tile | 100% plasterboard |
Step 4: Absorption coefficient assignment
AcousPlan maps the imported material names to its internal database of 5,600+ materials with octave-band absorption coefficients. Where exact matches are not found, the system suggests closest alternatives:
- "Mineral fiber tile" → Ecophon Master Rigid (NRC 0.90)
- "Carpet tile" → Generic carpet on concrete (NRC 0.30)
- "Plasterboard" → 12.5 mm plasterboard on studs (NRC 0.10)
- "Glass" → 6 mm single pane (NRC 0.04)
AcousPlan applies the Sabine equation to each room and compares against WELL Feature 74 targets:
| Room | Calculated RT60 (s) | WELL Target (s) | Status |
|---|---|---|---|
| Open plan | 0.52 | 0.4-0.6 | Pass |
| Meeting A | 0.38 | 0.4-0.6 | Pass (at lower bound) |
| Meeting B | 0.35 | 0.4-0.6 | Pass (below target — over-absorbed) |
| Focus room | 0.28 | 0.4-0.6 | Borderline (over-absorbed) |
| Kitchen | 0.55 | No specific target | — |
| Corridor | 0.48 | No specific target | — |
The analysis reveals that the meeting rooms and focus room are over-absorbed — a common finding when acoustic ceilings are applied uniformly without considering the glass-to-opaque ratio of the walls. Meeting Room A, with 70% glass walls, has less wall absorption than the open plan area but also a much smaller volume, resulting in a lower RT60. This is not necessarily a problem (low RT60 improves speech clarity for meetings), but it highlights the value of checking every room rather than assuming uniform compliance.
Total workflow time: Model export (5 minutes) + import and mapping (10 minutes) + analysis (2 minutes) = 17 minutes for a 6-room compliance check. Manual measurement and calculation from PDF drawings would take 2-3 hours.
The Future: Embedded Acoustic Simulation in BIM
The trajectory is clear. Just as energy simulation moved from specialist standalone software (EnergyPlus, IES VE) into BIM-integrated tools (Revit's energy analysis, ArchiCAD's energy evaluation), acoustic simulation will follow the same path. The technical barriers are lower for acoustics than for energy — the Sabine equation is computationally trivial compared to thermal dynamic simulation, and the material property data required (absorption coefficients) is simpler than thermal conductivity profiles.
The remaining barriers are:
- Standardized acoustic material libraries: BIM material libraries need to include absorption coefficients as a standard property, not a custom addition
- IFC property set adoption: buildingSMART needs to mandate acoustic property sets in IFC certification, not merely support them as optional
- Integration with design standards: Automatic compliance checking against WELL, BB93, ANSI S12.60, and other standards requires mapping BIM room functions to standard targets
- Validation: Embedded acoustic tools must be validated against established acoustic software to earn consultant trust
Further Reading
- Acoustic Design for Architects: A Practical Guide — integrating acoustics into the RIBA design stages
- The Complete Acoustic Design Process in 8 Steps — step-by-step workflow from brief to commissioning
- Snap & Solve: AI Acoustic Analysis from Floor Plans — image-based acoustic analysis as a BIM alternative