run_model#
- StandardGas.run_model(propname, domain=None)#
Runs the requested model and places the result into the correct locations
- Parameters:
propname (str) – The name of the model to run.
domain (str) – The label of the domain for which the model should be run. Passing
propname='pore.diameter@domain1
anddomain=None
is equivalent to passingpropname='pore.diameter
anddomain=domain1
. Passingdomain=None
will regenerate all models starting withpropname
.