Combustion, Explosion, and Shock Waves
Combustion, Explosion, and Shock Waves (Russian: Fizika Goreniya i Vzryva, Физика горения и взрыва) is the English-language translated version of the Russian peer-reviewed scientific journal, Fizika Goreniya i Vzryva. It covers the combustion of gases and materials, detonation processes, dispersal and transformation of substances, and shock-wave propagation. The editor-in-chief is Vladimir M. Titov.
Discipline | Physical chemistry of combustion |
---|---|
Language | English |
Edited by | Vladimir M. Titov |
Publication details | |
History | 1965-present |
Publisher | |
Frequency | Bimonthly |
0.399 (2012) | |
Standard abbreviations | |
ISO 4 | Combust. Explos. Shock Waves |
Indexing | |
ISSN | 0010-5082 (print) 1573-8345 (web) |
OCLC no. | 1564276 |
Links | |
Abstracting and indexing
The journal is abstracted and indexed in:
- Current Contents/Physical, Chemical and Earth Sciences
- Science Citation Index Expanded
- Scopus
- Inspec
- Chemical Abstracts Service
- EI-Compendex
According to the Journal Citation Reports, the journal has a 2012 impact factor of 0.399.[1]
gollark: Yes.
gollark: <@!341618941317349376>
gollark: Run with `python3 [filename] [input code] [output executable]`.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
References
- "Combustion, Explosion, and Shock Waves". 2012 Journal Citation Reports. Web of Science (Science ed.). Thomson Reuters. 2013.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.