Skip to content

TagInfo

lukas edited this page May 19, 2017 · 1 revision

Table of Contents

tag info

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: ./

description

A new FDS input file is generated and the HEAD section is set. A short info about the job is written to standard output.

examples

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"/>

Clone this wiki locally