Skip to content

Commit

Permalink
Nicer example
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed May 14, 2024
1 parent 6d575cb commit 7270097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/particle/3d/roll_lb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
</Model>
<VTK Iterations="100" what="U,Solid"/>
<Log Iterations="100"/>
<Solve Iterations="5000"/>
<Solve Iterations="10000"/>
</CLBConfig>
4 changes: 2 additions & 2 deletions example/particle/3d/roll_sp.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<SimplePart dt="0.00004">
<Particle x="0" y="-0.4" z="0" r="0.1" log="y" vx="10" omegaz="100"/>
<Particle x="0" y="-0.4" z="0" r="0.1" log="y" vz="5" omegax="100"/>
<Periodic x="2" z="2"/>
<Log name="output/forces.csv" Iterations="1"/>
<Log name="output/forces.csv" Iterations="1" rotation="true"/>
</SimplePart>

0 comments on commit 7270097

Please sign in to comment.