forked from TUM-I5/MolSim
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ws5' of https://github.com/JoHaHu/MolSim into ws5
- Loading branch information
Showing
25 changed files
with
6,138 additions
and
3,490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<scenario xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" | ||
xs:noNamespaceSchemaLocation="../src/lib/simulator/io/xml_reader/SimulationInputSchema.xsd"> | ||
<header base_name="Membrane" | ||
output_file="../../output/membrane" | ||
output_frequency="0" | ||
t_end="150" seed="1337" | ||
delta_t="0.01" | ||
dimensions="3" | ||
vectorized="false" | ||
parallelized="true" | ||
/> | ||
<checkpoints path="../../output/checkpoint.xml"/> | ||
<membrane fzup="0.8" k="300" rzero="2.2"/> | ||
<container> | ||
<linked_cells cutoff_radius="4"> | ||
<domain_size x="148" y="148" z="148"/> | ||
<boundary_conditions> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
</boundary_conditions> | ||
</linked_cells> | ||
<!-- <vector/>--> | ||
</container> | ||
<forces> | ||
<lennard_jones> | ||
<gravity>-0.001</gravity> | ||
<particleTypes> | ||
<particleType id="0" sigma="1" epsilon="1" mass="1"/> | ||
</particleTypes> | ||
<particles> | ||
<membrane spacing="2.2" particleTypeId="0"> | ||
<coordinate x="15" y="15" z="15"/> | ||
<dimensions x="50" y="20" z="1"/> | ||
<velocity x="0" y="0" z="0"/> | ||
</membrane> | ||
</particles> | ||
</lennard_jones> | ||
</forces> | ||
</scenario> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<scenario xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" | ||
xs:noNamespaceSchemaLocation="../src/lib/simulator/io/xml_reader/SimulationInputSchema.xsd"> | ||
<header base_name="Membrane" | ||
output_file="../../output/membrane2" | ||
output_frequency="0" | ||
t_end="350" seed="1337" | ||
delta_t="0.01" | ||
dimensions="3" | ||
vectorized="false" | ||
parallelized="true" | ||
/> | ||
<checkpoints> | ||
<checkpoint>../../output/checkpoint.xml</checkpoint> | ||
</checkpoints> | ||
<membrane fzup="0" k="300" rzero="2.2"/> | ||
<container> | ||
<linked_cells cutoff_radius="4"> | ||
<domain_size x="148" y="148" z="148"/> | ||
<boundary_conditions> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
<boundary_condition type="reflecting"/> | ||
</boundary_conditions> | ||
</linked_cells> | ||
<!-- <vector/>--> | ||
</container> | ||
<forces> | ||
<lennard_jones> | ||
<gravity>-0.001</gravity> | ||
<particleTypes> | ||
<particleType id="0" sigma="1" epsilon="1" mass="1"/> | ||
</particleTypes> | ||
</lennard_jones> | ||
</forces> | ||
</scenario> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.