added explanation of script purpose to its usage output (-h)
This commit is contained in:
parent
5f0440fde3
commit
17bfc3b284
|
@ -51,7 +51,15 @@ def ParseOutputFormat(filename,what,me):
|
||||||
|
|
||||||
|
|
||||||
parser = OptionParser(usage='%prog [options] Marc.inputfile(s)', description="""
|
parser = OptionParser(usage='%prog [options] Marc.inputfile(s)', description="""
|
||||||
what I do...
|
Transfer the output variables requested in the material.config to
|
||||||
|
properly labelled user defined variables within the Marc input file (*.dat).
|
||||||
|
|
||||||
|
Requires the files
|
||||||
|
<modelname_jobname>.output<Homogenization/Crystallite/Constitutive>
|
||||||
|
that are written during the first run of the model.
|
||||||
|
|
||||||
|
Specify which user block format you want to apply by stating the homogenization, crystallite, and phase identifiers.
|
||||||
|
Or have an existing set of user variables copied over from another *.dat file.
|
||||||
""")
|
""")
|
||||||
parser.add_option('-n','--number', dest='number', type='int', \
|
parser.add_option('-n','--number', dest='number', type='int', \
|
||||||
help='maximum requested User Defined Variable [%default]')
|
help='maximum requested User Defined Variable [%default]')
|
||||||
|
|
Loading…
Reference in New Issue