Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"\n",
"This compartment had an opening, either a door or a window, with a variable width. Inside the compartment a gas burner with a variable heating power was placed at different locations. The measured data are the temperature and velocity profiles (w.r.t. to height) inside the compartment and in the opening. \n",
"\n",
"All gemetrical details, the experimental matrix and the measurement data can be found in the original publication {cite}`Steckler.1982`."
"All geometrical details, the experimental matrix and the measurement data can be found in the original publication {cite}`Steckler.1982`."
]
},
{
Expand All @@ -51,7 +51,7 @@
"\n",
"There are two specifics to be pointed to in this setup, which is based on the validation cases provided with FDS. \n",
"\n",
"* The `TIME_SHRINK_FACTOR=10.` acceletes the computation if a steady-state condition is to be expected. It basically reduces the time for the solids to reach an equilibrium. See section 6.2.3 (Special Topic: Steady-State Applications) in {cite}`FDS-UG-6.7.5`.\n",
"* The `TIME_SHRINK_FACTOR=10.` accelerates the computation if a steady-state condition is to be expected. It basically reduces the time for the solids to reach an equilibrium. See section 6.2.3 (Special Topic: Steady-State Applications) in {cite}`FDS-UG-6.7.5`.\n",
"* The surface definition `DEFAULT=.TRUE.` sets all, i.e. also the implicit domain boundaries, to the definition of the according `SURF` definition.\n",
"\n",
"```{literalinclude} ./template_steckler.fds\n",
Expand Down