Adjust FDS Input Files

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

from IPython.display import display
from PIL import Image

import os
# check for set environment variable JB_NOSHOW
show = True
if 'JB_NOSHOW' in os.environ:
    show = False

Adjust FDS Input Files#

In this example we take a look into replacing a sub-string within a string. This will be expanded to change sections of an FDS input file.