# Mass Flow Rate Converter (kg/s / lb/h / t/h)

Convert mass flow rate between kg/s (kilograms per second, SI base), lb/h (pounds per hour, 1 lb = 0.45359237 kg), and t/h (tonnes per hour, 1 t = 1000 kg). Converts via kg/s to the target unit and also lists the equivalent value in all three units for reference. Used for boiler feedwater, chemical dosing, fuel consumption, and compressed-gas metering.

> Canonical page: https://elysiatools.com/en/tools/flow-rate-mass-converter

- **Category:** Math & Numbers

- **Keywords:** mass flow rate, flow rate conversion, kg/s, kilograms per second, lb/h, pounds per hour, t/h, tonnes per hour, boiler feedwater, chemical dosing, fuel consumption, mass flux

## Overview

Convert non-negative mass flow rates between kg/s, lb/h, and t/h. Enter a value, select the input and output units, and receive the converted result plus equivalent values in all three units.

## Inputs

- **Input unit** (select)
- **Value** (number): Mass flow value in the selected Input unit. Must be non-negative.
- **Output unit** (select)
- **Decimal Places** (number)

## When to use

- Convert boiler feedwater flow from kg/s to lb/h.
- Translate steam, fuel, or compressed-gas ratings between lb/h and t/h.
- Compare chemical dosing or process flow measurements reported in different units.

## How it works

- Enter a non-negative mass flow value.
- Select the input unit: kg/s, lb/h, or t/h.
- Select the desired output unit and choose between 0 and 10 decimal places.
- The converter calculates through kg/s and returns the target value with equivalents in kg/s, lb/h, and t/h.

## Use cases

- Boiler feedwater and steam flow calculations.
- Chemical dosing and process-material flow comparisons.
- Fuel consumption and compressed-gas metering in mixed-unit facilities.

## Frequently asked questions

### Which mass flow units are supported?

The converter supports kg/s, lb/h, and t/h.

### What value should I enter?

Enter a non-negative mass flow value in the selected input unit.

### Which conversion basis is used?

Conversions use kg/s as the intermediate unit, with 1 lb equal to 0.45359237 kg and 1 t equal to 1000 kg.

### Does the result include other unit equivalents?

Yes. The JSON result lists equivalent values in kg/s, lb/h, and t/h.

### How many decimal places can I display?

You can choose from 0 to 10 decimal places; the default is 4.

## Related tools

- [Volumetric Flow Rate Converter (m³/h / L/min / gpm / cfm)](https://elysiatools.com/en/tools/flow-rate-volume-converter): Convert volumetric flow rate between m³/h (cubic metres per hour), L/min (litres per minute), gpm (US gallons per minute, 1 gal = 3.785411784 L), and cfm (cubic feet per minute, 1 ft³ = 28.3168466 L). Converts via m³/s to the target unit and also lists the equivalent value in all four units for reference. Used for pumps, HVAC, compressed air, and piping.
- [Spring Compression Energy Calculator](https://elysiatools.com/en/tools/spring-compression-energy): Calculate the elastic potential energy and force of a spring in compression or extension. U = ½·k·x², F = k·x. Solve energy from displacement, or displacement from energy.
- [Stress & Strain Calculator](https://elysiatools.com/en/tools/stress-strain-calculator): Calculate engineering stress σ = F/A and engineering strain ε = ΔL/L₀ under uniaxial load. Choose what to solve: for stress, enter force F (N) and cross-section area A (mm²) → result in MPa; for strain, enter original length L₀ and elongation ΔL (negative for compression) → dimensionless ratio. Units are self-consistent (N, mm) so stress comes out directly in MPa.
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bar to PSI](https://elysiatools.com/en/tools/bar-to-psi): Convert bar to pounds per square inch with configurable decimal precision
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bernoulli Equation Solver (Velocity / Pressure / Elevation)](https://elysiatools.com/en/tools/bernoulli-equation-solver): Solve the Bernoulli equation p/(ρg) + v²/(2g) + z = const for steady, ideal, incompressible flow between two points on a streamline. Supply all three upstream quantities (p₁, v₁, z₁) and any two of the three downstream quantities; the tool solves for the third. Solve velocity: v₂ = √\[v₁² + 2(p₁-p₂)/ρ + 2g(z₁-z₂)\] — a negative radicand is physically impossible and is rejected. Solve pressure: p₂ = p₁ + ½ρ(v₁²-v₂²) + ρg(z₁-z₂). Solve elevation: z₂ = z₁ + (p₁-p₂)/(ρg) + (v₁²-v₂²)/(2g). g = 9.81 m/s². Density in kg/m³/g/cm³, pressure in Pa/kPa/bar/atm/psi, velocity in m/s, elevation in m/cm/ft. The upstream pressure/velocity/elevation heads and the total head are also reported.
- [Bits to GB](https://elysiatools.com/en/tools/bits-to-gb): Convert bits to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
