forked from sparta/sparta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother.html
More file actions
72 lines (64 loc) · 3.11 KB
/
Copy pathother.html
File metadata and controls
72 lines (64 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<HTML>
<CENTER><A HREF = "index.html">SPARTA WWW Site</A>
</CENTER>
<HR>
<H3>Other Codes and Tools
</H3>
<P>This page gives pointers to other DSMC codes, as well as various
software tools which can be useful in conjunction with SPARTA.
</P>
<P>We are happy to "advertise" other codes and tools here. Send the
<A HREF = "authors.html">authors</A> an email if you want to add your software to
the list.
</P>
<HR>
<H4>Other DSMC codes
</H4>
<P>These are other general-purpose DSMC codes we are aware of, which may
be well-suited to the problems you want to model. Most of them are
not available for direct download, but you can contact the authors for
more information. This <A HREF = "http://en.wikipedia.org/wiki/Direct_simulation_Monte_Carlo">Wikipedia DSMC page</A> has some additional
information on these codes and the groups who sponsor them.
</P>
<DIV ALIGN=center><TABLE BORDER=1 >
<TR><TD >DS1V,DS2V,DS3V </TD><TD > original DSMC codes by Graeme Bird</TD></TR>
<TR><TD >DAC </TD><TD > from Jay LeBeau's group at NASA</TD></TR>
<TR><TD >MGDS </TD><TD > from Tom Schwartzentruber's group at U Minnesota</TD></TR>
<TR><TD >dsmcFoam </TD><TD > an implementation of DSMC within the OpenFoam CFD package</TD></TR>
<TR><TD >Monaco </TD><TD > from Iain Boyd's group at U Michigan</TD></TR>
<TR><TD >SMILE </TD><TD > from the Khristianovich Institute of Theoretical and Applied Mechanics in Russia </TD></TR>
<TR><TD >PI-DSMC </TD><TD > parallel version of DS2V and DS3V by Martin Rose of the PI-DSMC company
</TD></TR></TABLE></DIV>
<P>Of these codes, SPARTA is most similar to DAC and MGDS in the way it
uses hierarchical Cartesian grids and embeds triangulated surfaces
into the grid, resulting in cut and split grid cells.
</P>
<HR>
<P>These are high-quality visualization packages we have used for
particle simulations and can recommend.
</P>
<UL><LI><A HREF = "http://www.tecplot.com">TecPlot</A>
<LI><A HREF = "http://www.ks.uiuc.edu/Research/vmd">VMD</A>
<LI><A HREF = "http://mt.seas.upenn.edu/Archive/Graphics/A">AtomEye</A>
</UL>
<P>TecPlot can work with grid and surface element data based on SPARTA
output. VMD and AtomEye are particle visualizers widely used for
molecular dynamics data. SPARTA writes out its <A HREF = "doc/dump.html">particle dump
files</A> in formats compatible with these programs, or
which can be converted via <A HREF = "doc/Section_tools.html">auxiliary tools</A> to
the needed format.
</P>
<P>We are also currently working on enabling SPARTA output of particles,
grid, and surface element data to be visualized by
<A HREF = "http://www.paraview.org">ParaView</A>.
</P>
<P>Our group has also written and released a toolkit called
<A HREF = "pizza">Pizza.py</A> which provides some tools for doing SPARTA pre- and
post-processing, and which includes a simple OpenGL-based
visualization tool called <A HREF = "https://lammps.github.io/pizza/doc/gl.html">gl</A>.
Pizza.py is written in <A HREF = "http://www.python.org">Python</A>, and is
available for download from <A HREF = "../download.html">this page</A>. It also
includes tools that convert SPARTA particle dumps into input formats
readable by VMD and AtomEye.
</P>
</HTML>