-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Lukas edited this page May 19, 2017
·
3 revisions
Table of Contents
For any kind of questions or support, please contact firesim@fz-juelich.de, or create an account and post an issue.
fdsgeogen is basically a Python (version 2.7) script and relies on the following libraries (most included in all Python distributions):
- sys
- re
- os
- argparse
- itertools
- xml
- numpy
- Main idea, motivation and implementation: Main Idea
- Simple input file, variables, mesh: Basic Example
- Loops: Loops
- Parameter space: Para Space
- Input of external files: External Input
- FDS keys and arguments: FDS Keys
- Combined commands: Comb
- Ramps: Ramp
- Supporting Tools: Tools