OverviewThe following variables, when used within the statements of the DRIVER-command, are replaced automatically with strings which correspond to the specific run of SIMULIA Tosca Structure.
Using VariablesUse the Variables in the DRIVER section or configuration file without any special symbols. For example: _work_dir = os.path.join( r'__WORKDIR__', 'SAVE.fesafe' ) _batch = os.path.join( r'__WORKDIR__', r'__LIFE_MODEL_FILE__' ) _output = os.path.join( r'__WORKDIR__', r'__LIFE_MODEL__.onf' ) solver.StandardCallArgs = [ '-project', _work_dir, 'b=%s'%_batch, 'j=refresh', 'mode=surface', 'o=%s'%_output, 'OUTPUT_NODES=1', 'LOGLIVES=0' ] Note: When you have more than one file (fe-solver or life solver) corresponding files change for every call. For example in this case __LIFE_MODEL__ is "Job-1" for the first call and "Job-2" for the second. | |||||||||||||||||||||||||||||||||||||