Skip to content

Commit

Permalink
#733 empty script RBC positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mobernabeu committed Jan 31, 2020
1 parent ea7a49a commit e7570ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Scripts/PrepareRBCsFromTimmsCode.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python

from argparse import ArgumentParser


if __name__ == '__main__':
parser = ArgumentParser()
parser.add_argument('xml_file', type=str, help='HemeLB XML file for simulation that will load RBCs')
parser.add_argument('folder_name', type=str, help='Directory containing RBCs generated with Timm\'s code')
args = parser.parse_args()

0 comments on commit e7570ae

Please sign in to comment.