Folder name

List 35 Example of a folder name type condition definition
1<Item name="flowdatafolder" caption="Flow data folder">
2  <Definition valueType="foldername" />
3</Item>
../_images/widget_example_folder.png

Figure 52 Widget example of a folder name type condition

List 36 Code example to load a folder name type condition (for calculation conditions and grid generating conditions)
1integer:: ier
2character(200):: flowdatafolder
3
4call cg_iric_read_string(fid, "flowdatafolder", flowdatafolder, ier)
List 37 Code example to load a folder name type condition (for boundary conditions)
1integer:: ier
2character(200):: flowdatafolder
3
4call cg_iric_read_bc_string(fid, "inflow", 1, "flowdatafolder", flowdatafolder, ier)