GUIDES11 min read

Acoustic Design in BIM — How Revit, ArchiCAD, and IFC Support Acoustic Analysis

A practical guide to integrating acoustic design into BIM workflows. Covers IFC acoustic properties, Revit room parameters, ArchiCAD acoustic extensions, BIM-to-simulation data exchange, and the current state and future of embedded acoustic analysis in building information models.

AcousPlan Editorial · March 14, 2026

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
These values are calculated from the 3D geometry and are inherently accurate — unlike manually measured dimensions from 2D drawings, which are subject to human error and revision mismatch.

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:

PropertyTypical BIM AvailabilityAcoustic Relevance
Material name/typeAlways presentAllows lookup of absorption coefficients from external databases
ThicknessUsually presentAffects absorption (thicker = better low-frequency absorption)
DensitySometimes presentRelates to mass law for sound insulation
Absorption coefficient (alpha)Rarely present (< 5% of BIM libraries)Directly used in Sabine/Eyring RT60 calculation
STC/Rw ratingSometimes present (partition families)Sound insulation assessment
Fire ratingUsually presentOften correlates with acoustic performance
Surface finishUsually presentAffects 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)
  • STC or Rw (Sound Transmission Class / weighted sound reduction index)
These parameters are attached to material assets and applied to every instance of that material in the model. Once populated, they can be extracted via schedules, Dynamo scripts, or IFC export.

Dynamo for acoustic calculations:

Dynamo, Revit's visual programming environment, can be used to:

  1. Extract room volumes and surface areas from the BIM model
  2. Read absorption coefficients from material shared parameters
  3. Calculate total absorption (sum of alpha × area for each surface)
  4. Apply the Sabine equation to calculate RT60
  5. Compare against target values and flag non-compliant rooms
A Dynamo script performing this calculation is approximately 30-40 nodes and can process a 50-room building in under 10 seconds. The limitation is that Dynamo operates within the Revit environment and cannot easily perform more complex acoustic analyses (STI, ray tracing, sound propagation).

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
Vectorworks is the only major BIM platform with built-in RT60 calculation, though its acoustic capabilities are primarily designed for entertainment and event venue design rather than general architectural acoustics.

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³
Materials assigned: suspended acoustic ceiling (mineral fiber), carpet tile floor, plasterboard walls, glazed partitions (meeting room fronts), solid-core doors.

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
Step 3: AcousPlan import

AcousPlan's IFC import module parses the file and extracts:

RoomVolume (m³)Ceiling MaterialFloor MaterialWall Material
Open plan540Mineral fiber tileCarpet tile60% plasterboard, 40% glass
Meeting A60Mineral fiber tileCarpet tile30% plasterboard, 70% glass
Meeting B42Mineral fiber tileCarpet tile40% plasterboard, 60% glass
Focus room22.5Mineral fiber tileCarpet tile80% plasterboard, 20% glass
Kitchen72Mineral fiber tileVinyl100% plasterboard
Corridor90Mineral fiber tileCarpet tile100% 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)
Step 5: RT60 calculation and compliance check

AcousPlan applies the Sabine equation to each room and compares against WELL Feature 74 targets:

RoomCalculated RT60 (s)WELL Target (s)Status
Open plan0.520.4-0.6Pass
Meeting A0.380.4-0.6Pass (at lower bound)
Meeting B0.350.4-0.6Pass (below target — over-absorbed)
Focus room0.280.4-0.6Borderline (over-absorbed)
Kitchen0.55No specific target
Corridor0.48No 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:

  1. Standardized acoustic material libraries: BIM material libraries need to include absorption coefficients as a standard property, not a custom addition
  2. IFC property set adoption: buildingSMART needs to mandate acoustic property sets in IFC certification, not merely support them as optional
  3. Integration with design standards: Automatic compliance checking against WELL, BB93, ANSI S12.60, and other standards requires mapping BIM room functions to standard targets
  4. Validation: Embedded acoustic tools must be validated against established acoustic software to earn consultant trust

Further Reading

Have a BIM model ready for acoustic analysis? Upload your IFC file to AcousPlan's free acoustic calculator and get RT60, STI, and compliance results in minutes — no manual data entry required.

Related Articles

Run This Analysis Yourself

AcousPlan calculates RT60, STI, and compliance using the same standards referenced in this article. Free tier available.

Start Designing Free