Bar (unidade)

Multi tool use
|
Esta página ou secção não cita fontes confiáveis e independentes, o que compromete sua credibilidade (desde abril de 2011). Por favor, adicione referências e insira-as corretamente no texto ou no rodapé. Conteúdo sem fontes poderá ser removido. —Encontre fontes: Google (notícias, livros e acadêmico)
|
|
O bar, com símbolo bar e plural bars (do grego barys, significando "pesado"),[1] é uma unidade de pressão e equivale a exatamente 100 000 Pascals (105 Pa). Este valor de pressão é muito próximo ao da pressão atmosférica padrão, que é definido como 101 325 Pa.
É frequente medir a pressão atmosférica em milésimos de bar (mbar) e também pressões de diversos sistemas hidráulicos e pneumáticos, onde pode-se utilizar a relação 1 bar = 14,5 Psi.
Outras equivalências:
- 1 bar = 76,00617 centímetros de mercúrio
- 1 bar = 100 kPa = 100 000 Pa
- 1 bar = 1 000 000 dina por centímetro quadrado
Quando a pressão é dada relativamente à pressão atmosférica, representa-se a medida por barg ou bar(g), da expressão bar gauge.
Unidades de pressão e fatores de conversão
|
Pa
|
bar
|
at
|
atm
|
Torr
|
psi
|
1 Pa
|
≡ 1 N/m²
|
= 10−5 bar
|
≈ 10,2·10−6 at
|
≈ 9,87·10−6 atm
|
≈ 7,5·10−3 Torr
|
≈ 145·10−6 psi
|
1 bar
|
= 100 000 Pa
|
≡ 106 dyn/cm²
|
≈ 1,02 at
|
≈ 0,987 atm
|
≈ 750 Torr
|
≈ 14,504 psi
|
1 at
|
= 98 066,5 Pa
|
= 0,98 bar
|
≡ 1 kgf/cm²
|
≈ 0,968 atm
|
≈ 736 Torr
|
≈ 14,223 psi
|
1 atm
|
= 101 325 Pa
|
= 1,01325 bar
|
≈ 1,033 at
|
≡ 101 325 Pa
|
= 760 Torr
|
≈ 14,696 psi
|
1 Torr
|
≈ 133,322 Pa
|
≈ 1,333·10−3 bar
|
≈ 1,360·10−3 at
|
≈ 1,316·10−3 atm
|
≡ 1 mmHg
|
≈ 19,337·10−3 psi
|
1 psi
|
≈ 6894,757 Pa
|
≈ 68,948·10−3 bar
|
≈ 70,307·10−3 at
|
≈ 68,046·10−3 atm
|
≈ 51,7149 Torr
|
≡ 1 lbf/in²
|
Referências
↑ Dicionário Aurélio, verbete "bar3"
Ligações externas |
- Conversão de bar em outras unidades de pressão
 |
Este artigo sobre uma unidade de medida é um esboço. Você pode ajudar a Wikipédia expandindo-o. |
v YUhypugrcy2hZCOnsYmWhsUFoBi,J8nwfVkfYSIBYNLrmROAUFouvDSJnZINutK,UTegU1 ak8kGHjQoQIEpN,F2ZJ
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...