www.westlakepipe.com Open in urlscan Pro
18.204.73.186  Public Scan

Submitted URL: http://www.westlakepipe.com/
Effective URL: https://www.westlakepipe.com/en
Submission: On December 31 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form method="POST" data-js="lang-cookie-form" cr-attached="true">
  <div class="row  align-items-center">
    <div class="col-md-7">
      <div class="wysiwyg">
        <h3>Select your region and preferred language.</h3>
      </div>
    </div>
    <div class="col-md-5  mt-md  mt-md-0">
      <div class="d-flex  flex-column">
        <label class="c-label ">
          <div class="c-radio  text-black">
            <input class="c-radio__input" type="radio" name="language-selector" value="en" checked="">
            <span class="c-radio__control">
              <span class="c-radio__control-inner"></span>
            </span>
            <svg class="c-icon  is-sm  rounded-circle" data-js="icon" data-type="flag-en">
              <use xlink:href="#icon-flag-en"></use>
            </svg>
            <div class="ml-xs">United States (English)</div>
          </div>
        </label>
        <label class="c-label mt-xs">
          <div class="c-radio  text-black">
            <input class="c-radio__input" type="radio" name="language-selector" value="en-ca">
            <span class="c-radio__control">
              <span class="c-radio__control-inner"></span>
            </span>
            <svg class="c-icon  is-sm  rounded-circle" data-js="icon" data-type="flag-en">
              <use xlink:href="#icon-flag-en-ca"></use>
            </svg>
            <div class="ml-xs">Canada (English)</div>
          </div>
        </label>
        <label class="c-label mt-xs">
          <div class="c-radio  text-black">
            <input class="c-radio__input" type="radio" name="language-selector" value="fr">
            <span class="c-radio__control">
              <span class="c-radio__control-inner"></span>
            </span>
            <svg class="c-icon  is-sm  rounded-circle" data-js="icon" data-type="flag-en">
              <use xlink:href="#icon-flag-fr"></use>
            </svg>
            <div class="ml-xs">Canada (Français)</div>
          </div>
        </label>
      </div>
    </div>
  </div>
  <div class="row  mt-lg">
    <div class="col-12  text-center">
      <button type="submit" class="c-btn  is-primary"> Save Preference </button>
    </div>
  </div>
</form>

Name: form

<form id="optin" name="form" data-parsley-validate="" novalidate="" cr-attached="true">
  <input type="hidden" name="form_handler" value="https://go.napcopipe.com/l/80992/2022-03-21/61qpjd">
  <div class="form-input">
    <input name="email" id="email" class="c-input is-blue-bordered" data-parsley-required="true" placeholder="Email Address" data-parsley-required-message="Please enter your email address">
  </div>
  <div class="form-input c-select is-box is-alt">
    <select name="segment" id="segment" class="c-input is-blue-bordered required" data-parsley-required="true" data-parsley-required-message="Select your market segment">
      <option value="">Select your market segment</option>
      <option value="Municipal">Municipal</option>
      <option value="Water Well">Water Well</option>
      <option value="Agricultural Irrigation">Agricultural Irrigation</option>
      <option value="Plumbing Industrial">Plumbing &amp; Industrial</option>
      <option value="Electrical">Electrical</option>
      <option value="Turf Irrigation">Turf Irrigation</option>
    </select>
  </div>
  <div class="form-input c-checkbox d-flex">
    <input class="c-checkbox__input required" id="opt_in" name="opt_in" type="checkbox" data-parsley-required="true" data-parsley-required-message="Please agree to the terms" data-parsley-multiple="opt_in">
    <span class="c-checkbox__control">I agree to share my information to receive marketing and other communications from Westlake Pipe &amp; Fittings.</span>
  </div>
  <button id="optinSubmit" type="submit" class="btn c-btn is-secondary">Subscribe</button>
  <div id="formErrors"></div>
</form>

<form id="gatedForm" class="col-xs-12 col-md-8" novalidate="novalidate" cr-attached="true">
  <div class="row">
    <div class="col-xs-12 col-md-6 mt-md">
      <div class="form-input">
        <input name="first_name" id="first_name" class="c-input is-bordered" placeholder="First Name*">
        <div class="first-name msg"></div>
      </div>
    </div>
    <div class="col-xs-12 col-md-6 mt-md">
      <div class="form-input">
        <input name="last_name" id="last_name" class="c-input is-bordered" placeholder="Last Name*">
        <div class="last-name msg"></div>
      </div>
    </div>
    <div class="col-xs-12 col-md-6 mt-md">
      <div class="form-input">
        <input name="email" id="email" class="c-input is-bordered" placeholder="Email*">
        <div class="email msg"></div>
      </div>
    </div>
    <div class="col-xs-12 col-md-6 mt-md">
      <div class="form-input">
        <input name="phone" id="phone" class="c-input is-bordered" placeholder="Phone" maxlength="14">
        <div class="phone msg"></div>
      </div>
    </div>
    <div class="col-xs-12 col-md-6 mt-md">
      <div class="c-select is-box is-alt">
        <select name="occupation" id="occupation" class="c-select__input required">
          <option value="">Occupation*</option>
          <option value="Municipal Engineer">Municipal Engineer</option>
          <option value="Consulting Engineer">Consulting Engineer</option>
          <option value="Contractor">Contractor</option>
          <option value="Other">Other</option>
        </select>
        <div class="occupation msg"></div>
      </div>
    </div>
    <!--Hidden unless other value selected-->
    <div class="col-xs-12 col-md-6 mt-md occupation-other hidden">
      <div class="form-input">
        <input name="other_occupation" id="other_occupation" class="c-input is-bordered ignore" placeholder="Enter Your Occupation">
        <div class="other-occupation msg"></div>
      </div>
    </div>
    <!--Hidden unless other value selected-->
    <div class="w-100"></div>
    <div class="col-xs-12 col-md-6 mt-md">
      <div class="c-select is-box is-alt">
        <select name="segment" id="segment" class="c-select__input required">
          <option value="">Segment*</option>
          <option value="Municipal">Municipal</option>
          <option value="Water Well">Water Well</option>
          <option value="Agricultural Irrigation">Agricultural Irrigation</option>
          <option value="Plumbing and Industrial">Plumbing &amp; Industrial</option>
          <option value="Turf irrigation">Turf irrigation</option>
          <option value="Mining">Mining</option>
        </select>
        <div class="segment msg"></div>
      </div>
    </div>
    <div class="col-xs-12 col-md-6 mt-md">
      <div class="form-input">
        <input name="company" id="company" class="c-input is-bordered" placeholder="Company*">
        <div class="company msg"></div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-xs-12 col-md-6 my-md">
      <input id="resourceDownload" type="submit" value="Submit" name="submit" class="c-btn is-secondary">
      <a id="resourceLink" class="c-btn is-secondary" href="" target="_blank">Download</a>
    </div>
  </div>
</form>

Text Content

Skip to main content


SELECT YOUR REGION AND PREFERRED LANGUAGE.

United States (English)
Canada (English)
Canada (Français)
Save Preference


MAIN MENU

 * Municipal
   Mega Menu
   View All Municipal Products
   Add Link
   /en/products/municipal
   Pipe
   
   RESTRAINED JOINT
   
    * C900/RJ Certa-Lok® PVC Pressure Pipe
    * C900/RJIB Certa-Lok® PVC Pressure Pipe
    * Certa-Com® Trenchless Conduit - featuring Certa-Lok®
    * Certa-Flo® PVC Gravity Sewer Pipe
    * D2241/RJ Certa-Lok® Yelomine® PVC Pressure Pipe
    * D2241/RJIB Certa-Lok® Yelomine® PVC Pressure Pipe
    * Fluid-Tite® PVC Couplings | Repair, Stop And High Deflection Stop
      Couplings
   
   TRADITIONAL BELL & SPIGOT
   
    * AWWA C900/IB PVC Pressure Pipe
    * AWWA C909/IB PVCO Pressure Pipe
    * ASTM D1785 Sch 80 PVC Pressure Pipe
    * ASTM D1785/D2665 Sch 40 PVC Pressure/DWV Pipe
    * ASTM D2241/IB PVC Pressure Pipe
    * ASTM D3034/IB PVC Gravity Sewer Pipe
    * ASTM F679/IB Gravity Sewer Pipe
    * ASTM F758 PVC Highway Underdrain Pipe
   
    1. 
    2. 
    3. 
    4. 
    5. 
    6. 
   
   PIPE BURSTING USING CERTA-LOK® CARTRIDGE-STYLE ASSEMBLY SPEEDS REPAIR TO
   WATER LINE SERVICES
   
   
   
    
    
   
    
   
   
   
   C900/RJ CERTA-LOK® PVC PRESSURE PIPE
   
   
   
    
    
   
    
   
   
   
   C900/RJIB CERTA-LOK® PVC PRESSURE PIPE
   
   
   
    
    
   
    
   
   
   
   D2241/RJ CERTA-LOK® YELOMINE® PVC PRESSURE PIPE
   
   
   
    
    
   
    
   
   
   
   CERTA-COM® TRENCHLESS CONDUIT
   
   
   
    
    
   
    
   
   
   
   CERTA-FLO® PVC GRAVITY SEWER PIPE
   
   
   
    
    
   
    
   
   
   
   Fittings
   
    * Full Product Line
    * Gasketed DR 18 & DR 25 CIOD Pressure Fittings (C-Series)
    * C900 Certa-Lok® Fittings
    * D2241 Certa-Lok® Fittings
    * Fluid-Tite® PVC Couplings
    * Gasketed SDR 35 Sewer Fittings (G-Series)
    * Gasketed SDR 26 Sewer Fittings (H-Series)
    * PVC Profile Fittings (K-Series)
    * Gasketed DR 25 CIOD Non-Pressure Fittings (N-Series)
    * Solvent Weld SDR 35 Sewer Fittings (P-Series)
    * IPS Gasketed Drainage Fittings (T-Series)
   
    1. 
    2. 
    3. 
    4. 
   
   GASKETED DR 18 & DR 25 CIOD PRESSURE FITTINGS
   
   
   
    
    
   
    
   
   
   
   GASKETED SDR 35 SEWER FITTINGS
   
   
   
    
    
   
    
   
   
   
   PVC PROFILE FITTINGS
   
   
   
    
    
   
    
   
   
   
   SOLVENT WELD SDR 26 SEWER FITTINGS
   
   Municipal Resources
   Add Link
   /en/project-resources?segment%5B3%5D=3&resources%5B129%5D=129&resources%5B133%5…
   Full Width
   On
    * View All Municipal Products
    * Pipe
    * Fittings
    * Municipal Resources
   
    * 
   
    * RESTRAINED JOINT
      
       * C900/RJ Certa-Lok® PVC Pressure Pipe
       * C900/RJIB Certa-Lok® PVC Pressure Pipe
       * Certa-Com® Trenchless Conduit - featuring Certa-Lok®
       * Certa-Flo® PVC Gravity Sewer Pipe
       * D2241/RJ Certa-Lok® Yelomine® PVC Pressure Pipe
       * D2241/RJIB Certa-Lok® Yelomine® PVC Pressure Pipe
       * Fluid-Tite® PVC Couplings | Repair, Stop And High Deflection Stop
         Couplings
      
      TRADITIONAL BELL & SPIGOT
      
       * AWWA C900/IB PVC Pressure Pipe
       * AWWA C909/IB PVCO Pressure Pipe
       * ASTM D1785 Sch 80 PVC Pressure Pipe
       * ASTM D1785/D2665 Sch 40 PVC Pressure/DWV Pipe
       * ASTM D2241/IB PVC Pressure Pipe
       * ASTM D3034/IB PVC Gravity Sewer Pipe
       * ASTM F679/IB Gravity Sewer Pipe
       * ASTM F758 PVC Highway Underdrain Pipe
      
       1. 
       2. 
       3. 
       4. 
       5. 
       6. 
      
      PIPE BURSTING USING CERTA-LOK® CARTRIDGE-STYLE ASSEMBLY SPEEDS REPAIR TO
      WATER LINE SERVICES
      
      
      
       
       
      
       
      
      
      
      C900/RJ CERTA-LOK® PVC PRESSURE PIPE
      
      
      
       
       
      
       
      
      
      
      C900/RJIB CERTA-LOK® PVC PRESSURE PIPE
      
      
      
       
       
      
       
      
      
      
      D2241/RJ CERTA-LOK® YELOMINE® PVC PRESSURE PIPE
      
      
      
       
       
      
       
      
      
      
      CERTA-COM® TRENCHLESS CONDUIT
      
      
      
       
       
      
       
      
      
      
      CERTA-FLO® PVC GRAVITY SEWER PIPE
      
      
      
       
       
      
       
      
      
   
    *  * Full Product Line
       * Gasketed DR 18 & DR 25 CIOD Pressure Fittings (C-Series)
       * C900 Certa-Lok® Fittings
       * D2241 Certa-Lok® Fittings
       * Fluid-Tite® PVC Couplings
       * Gasketed SDR 35 Sewer Fittings (G-Series)
       * Gasketed SDR 26 Sewer Fittings (H-Series)
       * PVC Profile Fittings (K-Series)
       * Gasketed DR 25 CIOD Non-Pressure Fittings (N-Series)
       * Solvent Weld SDR 35 Sewer Fittings (P-Series)
       * IPS Gasketed Drainage Fittings (T-Series)
      
       1. 
       2. 
       3. 
       4. 
      
      GASKETED DR 18 & DR 25 CIOD PRESSURE FITTINGS
      
      
      
       
       
      
       
      
      
      
      GASKETED SDR 35 SEWER FITTINGS
      
      
      
       
       
      
       
      
      
      
      PVC PROFILE FITTINGS
      
      
      
       
       
      
       
      
      
      
      SOLVENT WELD SDR 26 SEWER FITTINGS
   
    * 

 * Water Well
   Mega Menu
   View All Water Well Products
   Add Link
   /en/products/water%20well?type%5B32%5D=32
   Pipe
   
   CERTA-LOK® CLIC™ WELL CASING
   
    * Certa-Lok® Drop Pipe
    * Certa-Lok® IB Well Casing
    * Certa-Lok® Well Casing
    * Kwik-Set® PVC Drop Pipe
    * Sure-Fit® Well Casing
    * Threaded Both Ends PVC Drop Pipe
   
    1. 
    2. 
   
   NEW CERTA-LOK® CLIC™ IN-PLACE SYSTEM ENABLES UP TO 40% FASTER ASSEMBLY OF
   WATER WELL CASING
   
   CERTA-LOK® CLIC™ WELL CASING
   
   Water Well Resources
   Add Link
   /en/project-resources?segment%5B5%5D=5
   Full Width
   On
    * View All Water Well Products
    * Pipe
    * Water Well Resources
   
    * 
   
    * CERTA-LOK® CLIC™ WELL CASING
      
       * Certa-Lok® Drop Pipe
       * Certa-Lok® IB Well Casing
       * Certa-Lok® Well Casing
       * Kwik-Set® PVC Drop Pipe
       * Sure-Fit® Well Casing
       * Threaded Both Ends PVC Drop Pipe
      
       1. 
       2. 
      
      NEW CERTA-LOK® CLIC™ IN-PLACE SYSTEM ENABLES UP TO 40% FASTER ASSEMBLY OF
      WATER WELL CASING
      
      CERTA-LOK® CLIC™ WELL CASING
   
    * 

 * Agricultural Irrigation
   Mega Menu
   View All Agricultural Irrigation Products
   Add Link
   /en/products/agricultural%20irrigation?type%5B32%5D=32
   Certa-Set® System
   
   CERTA-SET®
   
    1. 
    2. 
   
   CERTA-SET® OUTPERFORMS ALUMINUM IN DISTRIBUTION UNIFORMITY TEST
   
   
   
    
    
   
    
   
   
   
   CERTA-SET® DEMONSTRATION
   
   
   
    
   
    
   
   
   
   Pipe
    * Yelomine® RJ PVC Pressure Pipe
    * Yelomine® RJIB PVC Pressure Pipe
   
    1. 
    2. 
   
   YELOMINE® RJ PVC PRESSURE PIPE
   
   YELOMINE® RJIB PVC PRESSURE PIPE
   
   Fittings
    * Yelomine® Fittings
   
    1. 
   
   YELOMINE® FITTINGS
   
   Agricultural Irrigation Resources
   Add Link
   /en/project-resources?segment%5B4%5D=4
   Full Width
   On
    * View All Agricultural Irrigation Products
    * Certa-Set® System
    * Pipe
    * Fittings
    * Agricultural Irrigation Resources
   
    * 
   
    * CERTA-SET®
      
       1. 
       2. 
      
      CERTA-SET® OUTPERFORMS ALUMINUM IN DISTRIBUTION UNIFORMITY TEST
      
      
      
       
       
      
       
      
      
      
      CERTA-SET® DEMONSTRATION
      
      
      
       
      
       
      
      
   
    *  * Yelomine® RJ PVC Pressure Pipe
       * Yelomine® RJIB PVC Pressure Pipe
      
       1. 
       2. 
      
      YELOMINE® RJ PVC PRESSURE PIPE
      
      YELOMINE® RJIB PVC PRESSURE PIPE
   
    *  * Yelomine® Fittings
      
       1. 
      
      YELOMINE® FITTINGS
   
    * 

 * Plumbing & Industrial
   Mega Menu
   View All Plumbing & Industrial Products
   Add Link
   /en/products/plumbing%20%26%20industrial?type%5B32%5D=32
   Pipe
   
   ASTM D1785 SCH 80 PVC PRESSURE PIPE
   
    * ASTM D1785/D2665 Sch 40 PVC Pressure/DWV Pipe
    * ASTM D2241/SW PVC Pressure Pipe
    * ASTM D2729 PVC Sewer & Drain Pipe
    * ASTM D2949 Sch 30 PVC DWV Pipe
    * ASTM D3034/IB PVC Gravity Sewer Pipe
    * ASTM D3034/SW PVC Gravity Sewer Pipe
    * AWWA C900/IB PVC Pressure Pipe
    * F891 Foam Core
   
    1. 
   
   AWWA C900/IB PVC PRESSURE PIPE
   
   Fittings
   
   FULL PRODUCT LINE
   
    * Solvent Weld DWV Fittings (D-Series)
    * Gasketed SDR 35 Sewer Fittings (G-Series)
    * Solvent Weld SDR 35 Sewer Fittings (P-Series)
    * Electrical Rigid Conduit Fittings (E-Series)
   
   Plumbing & Industrial Resources
   Add Link
   /en/project-resources?segment%5B9%5D=9
   Full Width
   On
    * View All Plumbing & Industrial Products
    * Pipe
    * Fittings
    * Plumbing & Industrial Resources
   
    * 
   
    * ASTM D1785 SCH 80 PVC PRESSURE PIPE
      
       * ASTM D1785/D2665 Sch 40 PVC Pressure/DWV Pipe
       * ASTM D2241/SW PVC Pressure Pipe
       * ASTM D2729 PVC Sewer & Drain Pipe
       * ASTM D2949 Sch 30 PVC DWV Pipe
       * ASTM D3034/IB PVC Gravity Sewer Pipe
       * ASTM D3034/SW PVC Gravity Sewer Pipe
       * AWWA C900/IB PVC Pressure Pipe
       * F891 Foam Core
      
       1. 
      
      AWWA C900/IB PVC PRESSURE PIPE
   
    * FULL PRODUCT LINE
      
       * Solvent Weld DWV Fittings (D-Series)
       * Gasketed SDR 35 Sewer Fittings (G-Series)
       * Solvent Weld SDR 35 Sewer Fittings (P-Series)
       * Electrical Rigid Conduit Fittings (E-Series)
   
    * 

 * Turf Irrigation
   Mega Menu
   View All Turf Irrigation Products
   Add Link
   /en/products/turf%20irrigation?type%5B32%5D=32
   Pipe
   
   ASTM D1785/D2665 PVC TURF IRRIGATION PIPE
   
    * ASTM D2241/IB PVC Turf Irrigation Pipe
    * ASTM D2241/SW PVC Turf Irrigation Pipe
    * Plastic Irrigation Pipe - Turf
   
    1. 
   
   VIEW ALL TURF PRODUCTS
   
   Turf Irrigation Resources
   Add Link
   /en/project-resources?segment%5B62%5D=62
   Full Width
   On
    * View All Turf Irrigation Products
    * Pipe
    * Turf Irrigation Resources
   
    * 
   
    * ASTM D1785/D2665 PVC TURF IRRIGATION PIPE
      
       * ASTM D2241/IB PVC Turf Irrigation Pipe
       * ASTM D2241/SW PVC Turf Irrigation Pipe
       * Plastic Irrigation Pipe - Turf
      
       1. 
      
      VIEW ALL TURF PRODUCTS
   
    * 

 * 

United States (English)
 * United States (English)
   
 * Canada (English)
   
 * Canada (Français)
   


UTILITY MENU

 * Why Westlake Pipe
   
   * Commitment to Innovation
   * Why PVC Pipe and Fittings
   * Westlake Pipe Advantage
   * Careers with Westlake Pipe
 * Resources
   
   * View All Resources
   * Calculators
   * BIM
   * Case Studies
   * Technical FAQs
   * Project Map
 * News & Events
   
   * Events
   * News
 * Contact


MAIN MENU

 * United States (English)
    * United States (English)
      
    * Canada (English)
      
    * Canada (Français)
      

 * Municipal
   * Municipal
   * View All Municipal Products
     * View All Municipal Products
     * 
   * Pipe
     * Pipe
     
     * RESTRAINED JOINT
       
        * C900/RJ Certa-Lok® PVC Pressure Pipe
        * C900/RJIB Certa-Lok® PVC Pressure Pipe
        * Certa-Com® Trenchless Conduit - featuring Certa-Lok®
        * Certa-Flo® PVC Gravity Sewer Pipe
        * D2241/RJ Certa-Lok® Yelomine® PVC Pressure Pipe
        * D2241/RJIB Certa-Lok® Yelomine® PVC Pressure Pipe
        * Fluid-Tite® PVC Couplings | Repair, Stop And High Deflection Stop
          Couplings
       
       TRADITIONAL BELL & SPIGOT
       
        * AWWA C900/IB PVC Pressure Pipe
        * AWWA C909/IB PVCO Pressure Pipe
        * ASTM D1785 Sch 80 PVC Pressure Pipe
        * ASTM D1785/D2665 Sch 40 PVC Pressure/DWV Pipe
        * ASTM D2241/IB PVC Pressure Pipe
        * ASTM D3034/IB PVC Gravity Sewer Pipe
        * ASTM F679/IB Gravity Sewer Pipe
        * ASTM F758 PVC Highway Underdrain Pipe
       
        1. 
        2. 
        3. 
        4. 
        5. 
        6. 
       
       PIPE BURSTING USING CERTA-LOK® CARTRIDGE-STYLE ASSEMBLY SPEEDS REPAIR TO
       WATER LINE SERVICES
       
       
       
        
        
       
        
       
       
       
       C900/RJ CERTA-LOK® PVC PRESSURE PIPE
       
       
       
        
        
       
        
       
       
       
       C900/RJIB CERTA-LOK® PVC PRESSURE PIPE
       
       
       
        
        
       
        
       
       
       
       D2241/RJ CERTA-LOK® YELOMINE® PVC PRESSURE PIPE
       
       
       
        
        
       
        
       
       
       
       CERTA-COM® TRENCHLESS CONDUIT
       
       
       
        
        
       
        
       
       
       
       CERTA-FLO® PVC GRAVITY SEWER PIPE
       
       
       
        
        
       
        
       
       
   * Fittings
     * Fittings
     
     *  * Full Product Line
        * Gasketed DR 18 & DR 25 CIOD Pressure Fittings (C-Series)
        * C900 Certa-Lok® Fittings
        * D2241 Certa-Lok® Fittings
        * Fluid-Tite® PVC Couplings
        * Gasketed SDR 35 Sewer Fittings (G-Series)
        * Gasketed SDR 26 Sewer Fittings (H-Series)
        * PVC Profile Fittings (K-Series)
        * Gasketed DR 25 CIOD Non-Pressure Fittings (N-Series)
        * Solvent Weld SDR 35 Sewer Fittings (P-Series)
        * IPS Gasketed Drainage Fittings (T-Series)
       
        1. 
        2. 
        3. 
        4. 
       
       GASKETED DR 18 & DR 25 CIOD PRESSURE FITTINGS
       
       
       
        
        
       
        
       
       
       
       GASKETED SDR 35 SEWER FITTINGS
       
       
       
        
        
       
        
       
       
       
       PVC PROFILE FITTINGS
       
       
       
        
        
       
        
       
       
       
       SOLVENT WELD SDR 26 SEWER FITTINGS
   * Municipal Resources
     * Municipal Resources
     * 
 * Water Well
   * Water Well
   * View All Water Well Products
     * View All Water Well Products
     * 
   * Pipe
     * Pipe
     
     * CERTA-LOK® CLIC™ WELL CASING
       
        * Certa-Lok® Drop Pipe
        * Certa-Lok® IB Well Casing
        * Certa-Lok® Well Casing
        * Kwik-Set® PVC Drop Pipe
        * Sure-Fit® Well Casing
        * Threaded Both Ends PVC Drop Pipe
       
        1. 
        2. 
       
       NEW CERTA-LOK® CLIC™ IN-PLACE SYSTEM ENABLES UP TO 40% FASTER ASSEMBLY OF
       WATER WELL CASING
       
       CERTA-LOK® CLIC™ WELL CASING
   * Water Well Resources
     * Water Well Resources
     * 
 * Agricultural Irrigation
   * Agricultural Irrigation
   * View All Agricultural Irrigation Products
     * View All Agricultural Irrigation Products
     * 
   * Certa-Set® System
     * Certa-Set® System
     
     * CERTA-SET®
       
        1. 
        2. 
       
       CERTA-SET® OUTPERFORMS ALUMINUM IN DISTRIBUTION UNIFORMITY TEST
       
       
       
        
        
       
        
       
       
       
       CERTA-SET® DEMONSTRATION
       
       
       
        
       
        
       
       
   * Pipe
     * Pipe
     *  * Yelomine® RJ PVC Pressure Pipe
        * Yelomine® RJIB PVC Pressure Pipe
       
        1. 
        2. 
       
       YELOMINE® RJ PVC PRESSURE PIPE
       
       YELOMINE® RJIB PVC PRESSURE PIPE
   * Fittings
     * Fittings
     *  * Yelomine® Fittings
       
        1. 
       
       YELOMINE® FITTINGS
   * Agricultural Irrigation Resources
     * Agricultural Irrigation Resources
     * 
 * Plumbing & Industrial
   * Plumbing & Industrial
   * View All Plumbing & Industrial Products
     * View All Plumbing & Industrial Products
     * 
   * Pipe
     * Pipe
     
     * ASTM D1785 SCH 80 PVC PRESSURE PIPE
       
        * ASTM D1785/D2665 Sch 40 PVC Pressure/DWV Pipe
        * ASTM D2241/SW PVC Pressure Pipe
        * ASTM D2729 PVC Sewer & Drain Pipe
        * ASTM D2949 Sch 30 PVC DWV Pipe
        * ASTM D3034/IB PVC Gravity Sewer Pipe
        * ASTM D3034/SW PVC Gravity Sewer Pipe
        * AWWA C900/IB PVC Pressure Pipe
        * F891 Foam Core
       
        1. 
       
       AWWA C900/IB PVC PRESSURE PIPE
   * Fittings
     * Fittings
     
     * FULL PRODUCT LINE
       
        * Solvent Weld DWV Fittings (D-Series)
        * Gasketed SDR 35 Sewer Fittings (G-Series)
        * Solvent Weld SDR 35 Sewer Fittings (P-Series)
        * Electrical Rigid Conduit Fittings (E-Series)
   * Plumbing & Industrial Resources
     * Plumbing & Industrial Resources
     * 
 * Turf Irrigation
   * Turf Irrigation
   * View All Turf Irrigation Products
     * View All Turf Irrigation Products
     * 
   * Pipe
     * Pipe
     
     * ASTM D1785/D2665 PVC TURF IRRIGATION PIPE
       
        * ASTM D2241/IB PVC Turf Irrigation Pipe
        * ASTM D2241/SW PVC Turf Irrigation Pipe
        * Plastic Irrigation Pipe - Turf
       
        1. 
       
       VIEW ALL TURF PRODUCTS
   * Turf Irrigation Resources
     * Turf Irrigation Resources
     * 

 * Why Westlake Pipe
   
   * Commitment to Innovation
   * Why PVC Pipe and Fittings
   * Westlake Pipe Advantage
   * Careers with Westlake Pipe
 * Resources
   
   * View All Resources
   * Calculators
   * BIM
   * Case Studies
   * Technical FAQs
   * Project Map
 * News & Events
   
   * Events
   * News
 * Contact


WESTLAKE PIPE & FITTINGS: A BETTER FOUNDATION™.

NAPCO is now Westlake Pipe & Fittings. From farming to municipal and everything
in between—Westlake Pipe & Fittings makes the systems that make our society
possible.

Learn More


NAPCO IS NOW WESTLAKE PIPE & FITTINGS.

At Westlake Pipe & Fittings, we’re building A Better Foundation ™ and providing
the systems that move our most precious resource: water.

Learn More


WESTLAKE PIPE & FITTINGS: A BETTER FOUNDATION™.

NAPCO is now Westlake Pipe & Fittings. From farming to municipal and everything
in between—Westlake Pipe & Fittings makes the systems that make our society
possible.

Learn More


NAPCO IS NOW WESTLAKE PIPE & FITTINGS.

At Westlake Pipe & Fittings, we’re building A Better Foundation ™ and providing
the systems that move our most precious resource: water.

Learn More
Swiper Arrow Icon
Swiper Arrow Icon


MUNICIPAL SYSTEMS

Certa-Lok®, AWWA and ASTM potable water and sewer solutions for connecting
communities.

Learn More


PLUMBING & INDUSTRIAL SYSTEMS

Pipe and fittings for plumbing, DWV, GVS & industrial applications.

Learn More


WATER WELL SYSTEMS

Certa-Lok® well casing and drop pipe—bringing water to rural areas.

Learn More


AGRICULTURAL IRRIGATION SYSTEMS

Get the Certa-Set® irrigation system for increased water efficiency.

Learn More


TURF IRRIGATION SYSTEMS

Easy-to-install solutions for turf applications.

Learn More
Swiper Arrow Icon
Swiper Arrow Icon

--------------------------------------------------------------------------------


EXPLORE RESOURCE LIBRARY

Search and browse technical information and find the resources you need.

Browse All



BIM

Find CAD and BIM files for Westlake Pipe & Fittings.

Explore


PROJECT MAP

Explore Westlake Pipe & Fittings projects and case studies across North America.

Explore


TECHNICAL FAQS

Questions about PVC? We have the answers.

Explore


CALCULATORS

Estimate the best Westlake Pipe & Fittings solution for your next project.

Explore


TECHNICAL PRODUCT SPECIFICATIONS

See product specifications, dimensions and more.

Explore


TECHNICAL BULLETINS

Learn more about Westlake Pipe & Fittings’ technical expertise.

Explore


BIM

Find CAD and BIM files for Westlake Pipe & Fittings.

Explore


PROJECT MAP

Explore Westlake Pipe & Fittings projects and case studies across North America.

Explore


TECHNICAL FAQS

Questions about PVC? We have the answers.

Explore


CALCULATORS

Estimate the best Westlake Pipe & Fittings solution for your next project.

Explore


TECHNICAL PRODUCT SPECIFICATIONS

See product specifications, dimensions and more.

Explore


TECHNICAL BULLETINS

Learn more about Westlake Pipe & Fittings’ technical expertise.

Explore
Swiper Arrow Icon
Swiper Arrow Icon

STAY IN TOUCH

Select your market segment Municipal Water Well Agricultural Irrigation Plumbing
& Industrial Electrical Turf Irrigation
I agree to share my information to receive marketing and other communications
from Westlake Pipe & Fittings.
Subscribe

Thank you for signing up!


QUICK LINKS

QUICK LINKS

 * About Westlake Pipe & Fittings
 * About Westlake
 * Careers
 * Locations
 * Our Patents
 * Warranties


FOOTER UTILITY MENU

LEGAL

 * Privacy Policy
 * Terms & Conditions
 * Usage Agreement
 * Customer Resources

© 2022 Westlake Pipe & Fittings. All rights reserved.
 * 
 * 
 * 
 * 
 * 

X


ACCESS OUR LATEST RESOURCES

Complete the form to access current product drawings, brochures, price lists,
and more.

Once submitted, you'll unlock all Westlake Pipe & Fittings resources and won't
need to complete this form again.

Occupation* Municipal Engineer Consulting Engineer Contractor Other



Segment* Municipal Water Well Agricultural Irrigation Plumbing & Industrial Turf
irrigation Mining


Download
X