TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Illustris project: A large cosmological simulation of galaxy formation

49 点作者 carljoseph大约 11 年前

2 条评论

privong大约 11 年前
For context, this project just published a paper in Nature on this simulation [0] and a preprint is available [1]. One of the reasons this simulation is big news is its use of a new numerical technique (a &quot;moving mesh&quot;[2]) for the hydrodynamics which purportedly handles fluid instabilities with much greater accuracy. One effect of this is that cold gas flowing onto galaxies interacts with the hot gas halo around galaxies, which prevents that cold gas from going directly to the centers of galaxies. This results in larger simulated galaxies, which match better with observations.<p>[0] <a href="http://www.nature.com/nature/journal/v509/n7499/full/nature13316.html" rel="nofollow">http:&#x2F;&#x2F;www.nature.com&#x2F;nature&#x2F;journal&#x2F;v509&#x2F;n7499&#x2F;full&#x2F;nature1...</a><p>[1] <a href="http://arxiv.org/abs/1405.1418" rel="nofollow">http:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1405.1418</a><p>[2] Previous work used either a fixed mesh with adaptive refinement for higher-resolution or a &quot;smoothed particle hydrodynamics&quot; scheme where particles are used to simulate fluid flows. Both schemes have advantages and disadvantages, but the claim is that this moving mesh code (&quot;Arepo&quot;) does the best job of treating fluid instabilities. The paper describing the new code is at: <a href="http://dx.doi.org/10.1111/j.1365-2966.2009.15715.x" rel="nofollow">http:&#x2F;&#x2F;dx.doi.org&#x2F;10.1111&#x2F;j.1365-2966.2009.15715.x</a>
评论 #7714423 未加载
typpo大约 11 年前
I&#x27;m fascinated by the distinct types of structures that gravity and other forces create at such large scales. The really zoomed-out views of the universe remind me of neurons in a microscopic view of the brain.<p>When I was researching this stuff last year, I tried to use the Millenium Simulation (the world&#x27;s largest n-body simulation at the time, 2 billion cubic light-years) to visualize this effect using webgl, but wasn&#x27;t quite satisfied with the result [1]. Thanks to Illustris I&#x27;ve found out that one of the researchers on the project has created several excellent visualizations that seem to use some of the techniques from the larger simulation. They are worth taking a look if you&#x27;re interested in visualization&#x2F;simulation or how galaxies form [2].<p>[1] <a href="http://www.asterank.com/galaxies/" rel="nofollow">http:&#x2F;&#x2F;www.asterank.com&#x2F;galaxies&#x2F;</a> [2] <a href="https://www.cfa.harvard.edu/~dnelson/#tab-5" rel="nofollow">https:&#x2F;&#x2F;www.cfa.harvard.edu&#x2F;~dnelson&#x2F;#tab-5</a>