Soft Wash vs Pressure Wash Chemical Dilution Calculator
ANA›Life Services Authority›National Calculator Authority›Soft Wash vs Pressure Wash Chemical Dilution Calculator
.calc-container { max-width: 640px; margin: 2rem 0; padding: 1.5rem; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); font-family: system-ui, -apple-system, sans-serif; } .calc-container h3 { font-family: Georgia, serif; font-size: 1.15rem; color: #1a1a1a; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--ac, #3d5a80); } .calc-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; flex-wrap: wrap; } .calc-row label { min-width: 160px; font-size: 0.9rem; color: #333; font-weight: 500; } .calc-row input[type="number"], .calc-row select { flex: 1; min-width: 120px; max-width: 200px; padding: 0.5rem 0.6rem; border: 1px solid #ccc; border-radius: 4px; font-size: 0.9rem; font-family: system-ui, sans-serif; color: #1a1a1a; background: #fafaf8; } .calc-row input:focus, .calc-row select:focus { outline: none; border-color: var(--ac, #3d5a80); box-shadow: 0 0 0 2px rgba(26,74,138,0.12); } .calc-row .unit { font-size: 0.82rem; color: #888; min-width: 30px; } .calc-btn { display: inline-block; margin-top: 0.5rem; padding: 0.55rem 1.5rem; background: var(--ac, #3d5a80); color: #fff; border: none; border-radius: 4px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: system-ui, sans-serif; } .calc-btn:hover { opacity: 0.9; } .calc-result { margin-top: 1.25rem; padding: 1rem 1.25rem; background: #f0f6fc; border-left: 3px solid var(--ac, #3d5a80); border-radius: 0 6px 6px 0; display: none; } .calc-result.visible { display: block; } .calc-result-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: #666; margin-bottom: 0.25rem; } .calc-result-value { font-size: 1.6rem; font-weight: 700; color: var(--ac, #3d5a80); } .calc-result-detail { font-size: 0.85rem; color: #555; margin-top: 0.5rem; line-height: 1.5; } .calc-note { margin-top: 1rem; font-size: 0.8rem; color: #888; font-style: italic; } .calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 0.75rem; } .calc-grid-item { padding: 0.6rem 0.8rem; background: #f8f9fa; border-radius: 4px; border: 1px solid #eee; } .calc-grid-item .label { font-size: 0.75rem; color: #888; text-transform: uppercase; letter-spacing: 0.04em; } .calc-grid-item .value { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; } @media (max-width: 720px) { .calc-row { flex-direction: column; align-items: flex-start; gap: 0.3rem; } .calc-row label { min-width: auto; } .calc-row input[type="number"], .calc-row select { max-width: 100%; width: 100%; } .calc-grid { grid-template-columns: 1fr; } } .calc-chart { margin: 1rem 0; text-align: center; } .calc-chart svg { max-width: 100%; height: auto; } .calc-chart-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.2rem; margin-top: 0.6rem; font-size: 0.8rem; color: #555; } .calc-chart-legend span { display: inline-flex; align-items: center; gap: 0.3rem; } .calc-chart-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 2px; font-style: normal; } .calc-related { max-width: 640px; margin: 2rem 0 1rem; padding: 1.25rem 1.5rem; background: #f8f9fa; border: 1px solid #e8e8e8; border-radius: 8px; } .calc-related h3 { font-family: Georgia, serif; font-size: 1rem; color: #1a1a1a; margin: 0 0 0.75rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--ac, #3d5a80); } .calc-related-list { list-style: none; padding: 0; margin: 0 0 0.75rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 1.5rem; } .calc-related-list li a { font-size: 0.88rem; color: var(--ac, #3d5a80); text-decoration: none; } .calc-related-list li a:hover { text-decoration: underline; } .calc-browse-all { margin: 0.5rem 0 0; font-size: 0.9rem; font-weight: 600; } .calc-browse-all a { color: var(--ac, #3d5a80); text-decoration: none; } .calc-browse-all a:hover { text-decoration: underline; } @media (max-width: 720px) { .calc-related-list { grid-template-columns: 1fr; } }
Soft Wash vs Pressure Wash Chemical Dilution Calculator
Calculate the exact amount of chemical concentrate and water needed for soft wash (low-pressure, high-chemical) and pressure wash (high-pressure, low-chemical) applications. Enter your tank volume, desired concentration, and chemical stock strength to get precise mixing instructions.
### Common Settings
Total Tank / Batch Volume (gallons)
Chemical Stock Strength (% active ingredient)
Example: Standard sodium hypochlorite (bleach) pool shock = 12.5%, household bleach = 3–8%
### Soft Wash Settings
Soft Wash Target Concentration (% active ingredient)
Typical soft wash range: 0.5% – 3% for roofs, siding, and organic stain removal
Surfactant Addition (% of final mix volume)
Optional. Typical surfactant rate: 0.25% – 1% of total mix volume
### Pressure Wash Settings
Pressure Wash Target Concentration (% active ingredient)
Typical pressure wash downstream injection range: 0.05% – 0.5%
Downstream Injector Dilution Ratio (X:1, water:chemical)
Most downstream injectors dilute at 10:1 to 20:1. Leave blank if not using injector.
Calculate
function sofCalc() { const resultDiv = document.getElementById('sof-result'); resultDiv.style.display = 'none'; resultDiv.innerHTML = '';
// --- Inputs --- const tankVol = parseFloat(document.getElementById('sof-tank-volume').value); const stockStrength = parseFloat(document.getElementById('sof-stock-strength').value); const swTarget = parseFloat(document.getElementById('sof-sw-target').value); const surfactantPct = parseFloat(document.getElementById('sof-sw-surfactant-pct').value) || 0; const pwTarget = parseFloat(document.getElementById('sof-pw-target').value); const injectorRatio = parseFloat(document.getElementById('sof-pw-injector-ratio').value) || 0;
// --- Validation --- const errors = []; if (isNaN(tankVol) || tankVol 100) errors.push("Stock strength must be between 0.1 and 100%."); if (isNaN(swTarget) || swTarget stockStrength) errors.push("Soft wash target concentration cannot exceed stock strength (" + stockStrength + "%)."); if (isNaN(pwTarget) || pwTarget stockStrength) errors.push("Pressure wash target concentration cannot exceed stock strength (" + stockStrength + "%)."); if (surfactantPct 10) errors.push("Surfactant percentage must be between 0 and 10%."); if (injectorRatio 0) { resultDiv.style.display = 'block'; resultDiv.innerHTML = 'Please fix the following:' + errors.map(e => '').join('') + ''; return; }
// ============================================================ // SOFT WASH CALCULATIONS // C1 * V1 = C2 * V2 → V_chemical = (C2 / C1) * V_total // ============================================================ const swChemVol = (swTarget / stockStrength) * tankVol; // gallons of concentrate const swSurfactantVol = (surfactantPct / 100) * tankVol; // gallons of surfactant const swWaterVol = tankVol - swChemVol - swSurfactantVol; // gallons of water const swDilutionRatio = (stockStrength / swTarget).toFixed(2); // X:1 dilution
// ============================================================ // PRESSURE WASH CALCULATIONS (direct mix in tank) // C1 * V1 = C2 * V2 → V_chemical = (C2 / C1) * V_total // ============================================================ const pwChemVol = (pwTarget / stockStrength) * tankVol; // gallons of concentrate const pwWaterVol = tankVol - pwChemVol; // gallons of water const pwDilutionRatio = (stockStrength / pwTarget).toFixed(2); // X:1 dilution
// ============================================================ // DOWNSTREAM INJECTOR CALCULATION (if injector ratio provided) // The injector further dilutes the tank mix at the gun. // Required tank concentration = pwTarget * (injectorRatio + 1) // because: C_tank / (injectorRatio + 1) = C_at_surface // ============================================================ let injectorHTML = ''; if (injectorRatio > 0) { const requiredTankConc = pwTarget * (injectorRatio + 1); if (requiredTankConc > stockStrength) { injectorHTML = '⚠️ With a ' + injectorRatio + ':1 injector, the required tank concentration would be ' + requiredTankConc.toFixed(3) + '%, which exceeds your stock strength of ' + stockStrength + '%. Use a lower injector ratio or a stronger stock chemical.
'; } else { const injChemVol = (requiredTankConc / stockStrength) * tankVol; const injWaterVol = tankVol - injChemVol; injectorHTML = ` #### Downstream Injector Mix (for ${injectorRatio}:1 injector)
To achieve ${pwTarget}% at the surface after ${injectorRatio}:1 injector dilution, your tank mix must be ${requiredTankConc.toFixed(3)}%.
ComponentAmount (gal)Amount (oz) Chemical Concentrate${injChemVol.toFixed(3)}${(injChemVol * 128).toFixed(1)} Water${injWaterVol.toFixed(3)}${(injWaterVol * 128).toFixed(1)} Total Tank Volume${tankVol.toFixed(2)}${(tankVol * 128).toFixed(1)}
Effective surface concentration after injector: ${pwTarget}%
`; } }
// --- Validation: water volume must be positive ---
let swWarning = '';
if (swWaterVol
ComponentAmount (gal)Amount (oz)Amount (L)
Chemical Concentrate${swChemVol.toFixed(3)}${(swChemVol * 128).toFixed(1)}${(swChemVol * 3.78541).toFixed(3)}
${surfactantPct > 0 ? Surfactant (${surfactantPct}%)${swSurfactantVol.toFixed(3)}${(swSurfactantVol * 128).toFixed(1)}${(swSurfactantVol * 3.78541).toFixed(3)} : ''}
Water${Math.max(swWaterVol, 0).toFixed(3)}${(Math.max(swWaterVol, 0) * 128).toFixed(1)}${(Math.max(swWaterVol, 0) * 3.78541).toFixed(3)}
Total${tankVol.toFixed(2)}${(tankVol * 128).toFixed(1)}${(tankVol * 3.78541).toFixed(3)}
Dilution ratio: 1 part chemical : ${(swDilutionRatio - 1).toFixed(2)} parts water (${swDilutionRatio}:1 total)
#### 💧 Pressure Wash Mix — Direct Tank (Target: ${pwTarget}%)
${pwWarning}
ComponentAmount (gal)Amount (oz)Amount (L) Chemical Concentrate${pwChemVol.toFixed(3)}${(pwChemVol * 128).toFixed(1)}${(pwChemVol * 3.78541).toFixed(3)} Water${Math.max(pwWaterVol, 0).toFixed(3)}${(Math.max(pwWaterVol, 0) * 128).toFixed(1)}${(Math.max(pwWaterVol, 0) * 3.78541).toFixed(3)} Total${tankVol.toFixed(2)}${(tankVol * 128).toFixed(1)}${(tankVol * 3.78541).toFixed(3)}
Dilution ratio: 1 part chemical : ${(pwDilutionRatio - 1).toFixed(2)} parts water (${pwDilutionRatio}:1 total)
${injectorHTML}
#### 📊 Side-by-Side Comparison
ParameterSoft WashPressure Wash Target Concentration${swTarget}%${pwTarget}% Chemical Used (gal)${swChemVol.toFixed(3)}${pwChemVol.toFixed(3)} Chemical Used (oz)${(swChemVol * 128).toFixed(1)}${(pwChemVol * 128).toFixed(1)} Water Used (gal)${Math.max(swWaterVol, 0).toFixed(3)}${Math.max(pwWaterVol, 0).toFixed(3)} Dilution Ratio (total)${swDilutionRatio}:1${pwDilutionRatio}:1 Chemical Strength vs Soft WashBaseline${(swTarget / pwTarget).toFixed(1)}× weaker
`; }
#### Formulas Used
Dilution Formula (C₁V₁ = C₂V₂):
- Volume of Concentrate = (Target Concentration % ÷ Stock Strength %) × Total Volume
- Volume of Water = Total Volume − Volume of Concentrate − Volume of Surfactant
- Dilution Ratio = Stock Strength % ÷ Target Concentration %
Downstream Injector Formula:
- Required Tank Concentration = Target Surface Concentration × (Injector Ratio + 1)
Surfactant Volume = (Surfactant % ÷ 100) × Total Volume
#### Assumptions & References
More Calculators
- Trench Excavation Volume Calculator
- Electrical Fault Current Calculator
- Moisture and Rot Damage Assessment Calculator
- Snow Accumulation & Volume Calculator
- Smart Lighting Payback and ROI Calculator
- Wire Overload Heat Calculator
- Mold Remediation Area Calculator
- Fire Damage Restoration Cost Estimator
- Roof Area and Material Calculator
- Roof Lifespan and Replacement Calculator
- Roof Load Calculator
Read Next
Study Time Planner Authority Network America › Life Services Authority › National Calculator Authority .calc-container { max-width: 640px;...