The Comprehensive Flowmeters Resource

Pressure or stress

{source}
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>

<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<meta name=”description” content=”CONVERSION TO Atmospheres Bars Centimeters mercury Centimeters water Feet of Water Hectopascals [hPa] Inches of water Inches of mercury Kilogram-forces/sq.centimeter Kilogram-forces/sq.meter Kilopascals [kPa] Kips/sq.inch Meganewtons/sq.meter Meters of water Millibars Millimeters of mercury Millimeters of water Newtons/sq.centimeter Newtons/sq.meter Newtons/sq.millimeter Pascals Pounds-force/square foot Pounds-force/square inch Poundals/sq.foot Tons (UK)-force/sq.foot Tons (UK)-force/sq. inch Tons (US)-force/sq.foot Tons (US) force/sq.inch Tonnes-force/sq.cm Tonnes-force/sq.meter Torr (mm Hg OC) “>
<meta name=”keywords” content=”Unit Converter units conversion convertor convert metric system UK US metric system SI imperial weight mass length volume speed density pressure area force temperature Flow meter directory”>
<title>ONLINE CONVERSION Pressure PSI Bar and More</title>
<style type=”text/css”>
A {
    text-decoration: none;
    color: black;
}
A:hover {
    text-decoration: underline;
    color: #FF9933;
}
.size12pt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
</style>
<style type=”text/css”>
<!–
.style8 {
    color: #FFFFFF;
}
.size16pt { font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #999;
}
body {
    background-color: #A3A3A3;
}
>
</style>
<script type=”text/javascript”>
<!–
var numDigs;
var curQuantity;
var initializing = true;

function loadOptions(){
    numDigs = getNumDigs();
    
    if (getDefaultQuantityMethod() == “userDefined”)
     curQuantity = getUserQuantity();
    else curQuantity = getCookie(“curQuantity”);
    if (curQuantity == null) curQuantity = “Length”;

    displayPage(curQuantity.toLowerCase() + “.htm”);
    initializing = false;
}

function getNumDigs(){
    var numDigs = getCookie(“UCNumDigs”);
    if (numDigs != null) return parseInt(numDigs);
    else return 6;
}

function getCookie(name){
    var cname = name + “=”;
    var dc = document.cookie;
    if (dc.length > 0) {
    begin = dc.indexOf(cname);
    if (begin != -1) {
     begin += cname.length;
     end = dc.indexOf(“;”, begin);
     if (end == -1) end = dc.length;
     return unescape(dc.substring(begin, end));
    }
    }
    return null;
}
function getDefaultQuantityMethod() {
    if (getCookie(“defaultQuantityMethod”) == “userDefined”)
    return “userDefined”;
    else return “remember”;
}
function getUserQuantity(){
    var i;
    var returnQuantity;
    var cookieQuantity = getCookie(“userQuantity”);
    
    // Default value
    returnQuantity = “Length”;

    // Check if valid cookie quantity exists
    if (cookieQuantity != null) {
    for (i = 0; i <= (quantities.length – 1); i++) {
     if (cookieQuantity == quantities[i]) returnQuantity = cookieQuantity;
    }
    }
    return returnQuantity;
}
function displayPage(URL)
{
    window.location.href = URL;
}

function Convert(){
    with(document.ConvertForm){
    ValueTo.value = formatFloat(parseFloat(ValueFrom.value) *
     parseFloat(UnitFrom.options[UnitFrom.selectedIndex].value) /
     parseFloat(UnitTo.options[UnitTo.selectedIndex].value), numDigs);
    }
}

function ConvertBack(){
    with(document.ConvertForm){
    ValueFrom.value = formatFloat(parseFloat(ValueTo.value) /
     parseFloat(UnitFrom.options[UnitFrom.selectedIndex].value) *
     parseFloat(UnitTo.options[UnitTo.selectedIndex].value), numDigs);
    }
}

function formatFloat(number,X) {
// rounds number to X decimal places, default is 6
    X = (!X ? 6 : X);
    return Math.round(number*Math.pow(10,X))/Math.pow(10,X);
}

>
</script>

</head>

<body leftmargin=”10″ marginheight=”0″ marginwidth=”10″ topmargin=”0″>
<form name=”ConvertForm” id=”ConvertForm”>
                     <table border=”0″ cellspacing=”0″ cellpadding=”5″ align=”left”>
                        <tr>
                         <td><font face=”Arial, Helvetica, sans-serif” size=”+1″><b style=”color: #000″>Pressure or stress
                            [force/length&sup2;]</b></font></td>
                        </tr>
                        <tr>
                         <td><table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center”>
                            <tr>
                             <td bgcolor=”#000000″><table width=”100%” border=”0″ cellspacing=”1″ cellpadding=”5″>
                                <tr>
                                 <td bgcolor=”#666666″><font face=”Arial, Helvetica, sans-serif” size=”-1″><b><font color=”#FFFFFF”>Input</font></b></font></td>
                                </tr>
                                <tr>
                                 <td bgcolor=”#FF0000″><table>
                                    <tr>
                                     <td><input type=”text” size=”20″ name=”ValueFrom” value=”1″ onkeyup=”Convert()” /></td>
                                     <td><select name=”UnitFrom” size=”1″ onchange=”Convert()”>
                                        <option value=”101325″>atmospheres</option>
                                        <option value=”1e5″>bars</option>
                                        <option value=”1333.22″>centimeters mercury</option>
                                        <option value=”98.0665″>centimeters water</option>
                                        <option value=”2989.06692″>feet of water</option>
                                        <option value=”100″>hectopascals [hPa]</option>
                                        <option value=”249.08891″>inches of water</option>
                                        <option value=”3386.388″>inches of mercury</option>
                                        <option value=”98066.5″>kilogram-forces/sq.centimeter</option>
                                        <option value=”9.80665″>kilogram-forces/sq.meter</option>
                                        <option value=”1000″>kilopascals [kPa]</option>
                                        <option value=”6894760″>kips/sq.inch</option>
                                        <option value=”1e6″>meganewtons/sq.meter</option>
                                        <option value=”9806.65″>meters of water</option>
                                        <option value=”100″>millibars</option>
                                        <option value=”133.322″>millimeters of mercury</option>
                                        <option value=”9.80665″>millimeters of water</option>
                                        <option value=”1e4″>newtons/sq.centimeter</option>
                                        <option value=”1″>newtons/sq.meter</option>
                                        <option value=”1e6″>newtons/sq.millimeter</option>
                                        <option selected=”selected” value=”1″>pascals [Pa]</option>
                                        <option value=”47.880″>pounds-force/sq.foot</option>
                                        <option value=”6894.757″>pounds-force/sq.inch</option>
                                        <option value=”1.44816″>poundals/sq.foot</option>
                                        <option value=”107251″>tons (UK)-force/sq.foot</option>
                                        <option value=”1544256″>tons (UK)-force/sq.inch</option>
                                        <option value=”95760″>tons (US)-force/sq.foot</option>
                                        <option value=”13789500″>tons (US)-force/sq.inch</option>
                                        <option value=”98066500″>tonnes-force/sq.cm</option>
                                        <option value=”9806.65″>tonnes-force/sq.meter</option>
                                        <option value=”133.322″>torr (mm Hg 0&deg;C)</option>
                                     </select></td>
                                     <td><input type=”button” name=”ButtonGO” value=”Go!” onclick=”Convert()” onfocus=”if(this.blur)this.blur()” /></td>
                                    </tr>
                                 </table></td>
                                </tr>
                             </table></td>
                            </tr>
                         </table>
                            <table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″>
                             <tr>
                                <td>&nbsp;</td>
                             </tr>
                            </table>
                            <table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center”>
                             <tr>
                                <td bgcolor=”#000000″><table width=”100%” border=”0″ cellspacing=”1″ cellpadding=”5″>
                                 <tr>
                                    <td bgcolor=”#666666″><font face=”Arial, Helvetica, sans-serif” size=”-1″><b><font color=”#FFFFFF”>Output</font></b></font></td>
                                 </tr>
                                 <tr>
                                    <td bgcolor=”#CCCCCC”><table>
                                     <tr valign=”middle”>
                                        <td><input type=”text” size=”20″ name=”ValueTo” onkeyup=”ConvertBack()” /></td>
                                        <td><select name=”UnitTo” size=”1″ onchange=”Convert()”>
                                         <option value=”101325″>atmospheres</option>
                                         <option value=”1e5″>bars</option>
                                         <option value=”1333.22″>centimeters mercury</option>
                                         <option value=”98.0665″>centimeters water</option>
                                         <option value=”2989.06692″>feet of water</option>
                                         <option value=”100″>hectopascals [hPa]</option>
                                         <option value=”249.08891″>inches of water</option>
                                         <option value=”3386.388″>inches of mercury</option>
                                         <option value=”98066.5″>kilogram-forces/sq.centimeter</option>
                                         <option value=”9.80665″>kilogram-forces/sq.meter</option>
                                         <option value=”1000″>kilopascals [kPa]</option>
                                         <option value=”6894760″>kips/sq.inch</option>
                                         <option value=”1e6″>meganewtons/sq.meter</option>
                                         <option value=”9806.65″>meters of water</option>
                                         <option value=”100″>millibars</option>
                                         <option value=”133.322″>millimeters of mercury</option>
                                         <option value=”9.80665″>millimeters of water</option>
                                         <option value=”1e4″>newtons/sq.centimeter</option>
                                         <option value=”1″>newtons/sq.meter</option>
                                         <option value=”1e6″>newtons/sq.millimeter</option>
                                         <option selected=”selected” value=”1″>pascals [Pa]</option>
                                         <option value=”47.880″>pounds-force/sq.foot</option>
                                         <option value=”6894.757″>pounds-force/sq.inch</option>
                                         <option value=”1.44816″>poundals/sq.foot</option>
                                         <option value=”107251″>tons (UK)-force/sq.foot</option>
                                         <option value=”1544256″>tons (UK)-force/sq.inch</option>
                                         <option value=”95760″>tons (US)-force/sq.foot</option>
                                         <option value=”13789500″>tons (US)-force/sq.inch</option>
                                         <option value=”98066500″>tonnes-force/sq.cm</option>
                                         <option value=”9806.65″>tonnes-force/sq.meter</option>
                                         <option value=”133.322″>torr (mm Hg 0&deg;C)</option>
                                        </select></td>
                                     </tr>
                                    </table></td>
                                 </tr>
                                </table></td>
                             </tr>
                            </table></td>
                        </tr>
                        <tr>
                         <td></td>
                        </tr>
    </table>
</form>
</body>

</html>

{/source}

Scroll to Top