-
Notifications
You must be signed in to change notification settings - Fork 3
TagInfo
lukas edited this page May 19, 2017
·
1 revision
Table of Contents
| attribute | role | description |
|---|---|---|
chid |
required | job identifier |
title |
optional | title of the FDS job file |
outfile |
required | filename of the resulting FDS input file |
subdir |
optional | name of subdirectory to be created, default: ./
|
A new FDS input file is generated and the HEAD section is set. A short info about the job is written to standard output.
This node will create subdirectories and fds input files that use the variable para_id as counter in the template id_XXX and basic_para_idXXX.fds. Therefore the created files in this example are id_XXX/basic_para_idXXX.fds. All XXX are replaced by the current value of para_id.
<info chid="'basic_para'" subdir="'id_%03d'%para_id" outfile="'basic_para_id%03d.fds'%para_id"/>