Skip to content

Commit

Permalink
Change generator type in example
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH committed Feb 4, 2025
1 parent 62935eb commit b7e399a
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions examples/DropletCoalescence/liq/config_1_generateLiq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,10 @@
</components>

<phasespacepoint>
<generator name="MultiObjectGenerator">
<objectgenerator>
<filler type="GridFiller">
<lattice system="cubic" centering="face">
<vec id="a"> <x>1</x> <y>0</y> <z>0</z> </vec>
<vec id="b"> <x>0</x> <y>1</y> <z>0</z> </vec>
<vec id="c"> <x>0</x> <y>0</y> <z>1</z> </vec>
</lattice>
<basis>
<site>
<componentid>0</componentid>
<coordinate> <x>0.5</x> <y>0.5</y> <z>0.5</z> </coordinate>
</site>
</basis>
<latticeOccupancy>1</latticeOccupancy>
<density>0.0187650</density>
</filler>
<object type="Cuboid">
<lower> <x>0</x> <y>0</y> <z>0</z> </lower>
<upper> <x>100</x> <y>100</y> <z>100</z> </upper>
</object>
<!-- <velocityAssigner type="MaxwellVelocityDistribution"></velocityAssigner>-->
<velocityAssigner type="EqualVelocityDistribution"></velocityAssigner>
</objectgenerator>
<generator name="CubicGridGenerator">
<specification>density</specification>
<density>0.0187650</density>
<binaryMixture>false</binaryMixture>
</generator>
</phasespacepoint>
</ensemble>
Expand Down

0 comments on commit b7e399a

Please sign in to comment.