(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NK8H86R'); Volume and Resistance Compensator (VRC) - Copley Scientific

Contact Us

Contact Us

The Volume and Resistance Compensator (VRC) enables analysts to match the flow resistance and flow rate rise-time profiles between a full resolution impactor and its abbreviated counterpart to ensure comparable conditions for aerosol generation, supporting improved equivalence in aerodynamic particle sizing measurements.

  • Suitable for use with all types of abbreviated impactors

  • Easily adjustable for different set ups

  • Ensures parity between test methods, improving data comparability

  • Resistance and volume compensator designed using Copley expertise

VRC: Improving Full Resolution and Abbreviated Impactor Data Parity

Differences in total volume and flow resistance between a full resolution cascade impactor and its abbreviated counterpart is known to cause variability in the flow rate rise-time profiles between the two test set-ups. This difference reduces parity between test conditions, especially for passive, dry powder inhalers (DPIs) where start-up kinetics can be important.

Connecting inline between a critical flow controller (TPKi Series only) and an abbreviated impactor, the resistance and volume compensator is a robust easy-to-use tool that allows users to refine flow rate rise time profiles for AIM apparatus to ensure comparable conditions for aerosol generation.

Related Services

// Placeholder for dropdowns const $placeholder = $("select[placeholder]"); if ($placeholder.length) { $placeholder.each(function() { const $this = $(this); // Check if placeholder option already exists if (!$this.find("option[value='']").length) { // Initial $this.addClass("placeholder-shown"); const placeholder = $this.attr("placeholder"); $this.prepend(`${placeholder}`); } // Change $this.on("change", (event) => { const $this = $(event.currentTarget); if ($this.val()) { $this.removeClass("placeholder-shown").addClass("placeholder-hidden"); } else { $this.addClass("placeholder-shown").removeClass("placeholder-hidden"); } }); // Check initial value and add/remove class accordingly if ($this.val()) { $this.removeClass("placeholder-shown").addClass("placeholder-hidden"); } else { $this.addClass("placeholder-shown").removeClass("placeholder-hidden"); } }); }