Skip to content

Commit 9a1b27b

Browse files
Merge pull request #14074 from marcosvanella/master
FDS User Guide: Add &DUMP SMV_PARALLEL_WRITE parameter description.
2 parents 44b8b20 + 4eb2d8f commit 9a1b27b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Manuals/FDS_User_Guide/FDS_User_Guide.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9560,7 +9560,7 @@ \chapter{Output}
95609560
\item A list of HVAC output quantities is given in Sec.~\ref{info:hvacoutputquantities}.
95619561
\end{itemize}
95629562
The namelist group \ct{DUMP} contains parameters (Table \ref{tbl:DUMP}) that control the rate at which output files are written, and various other global parameters associated with output files. There can only be one \ct{DUMP} line in the input file.
9563-
By default, FDS outputs all result files to the current working directory. A separate output directory for binary files can be specified by the user by setting \ct{RESULTS_DIR} on the \ct{DUMP} line.
9563+
By default, FDS outputs all result files to the current working directory. A separate output directory for binary files can be specified by the user by setting \ct{RESULTS_DIR} on the \ct{DUMP} line. A single text file \ct{CHID.smv} is always written with high level information about the case~\cite{Smokeview_Users_Guide}. By default, this file is written in parallel using MPI I/O routines. This feature can be disable setting \ct{SMV_PARALLEL_WRITE=F} in the \ct{DUMP} line, in which case, MPI rank 0 will write the file.
95649564

95659565

95669566
\section{Controlling the Frequency of Output}
@@ -12085,6 +12085,7 @@ \section{\texorpdfstring{{\tt DUMP}}{DUMP} (Output Parameters)}
1208512085
\ct{DT_SL3D} & Real & Section~\ref{info:DT_DUMP} & s & $2 \Delta t$ \\ \hline
1208612086
\ct{DT_SLCF} & Real & Section~\ref{info:DT_DUMP} & s & $\Delta t$\ct{/NFRAMES} \\ \hline
1208712087
\ct{DT_SMOKE3D} & Real & Section~\ref{info:DT_DUMP} & s & $\Delta t$\ct{/NFRAMES} \\ \hline
12088+
\ct{SMV_PARALLEL_WRITE} & Logical & Section~\ref{info:DUMP} & & \ct{T} \\ \hline
1208812089
\ct{DT_SPEC} & Real & Section~\ref{info:CSVF} & s & \\ \hline
1208912090
\ct{DT_TMP} & Real & Section~\ref{info:CSVF} & s & \\ \hline
1209012091
\ct{DT_UVW} & Real & Section~\ref{info:CSVF} & s & \\ \hline

0 commit comments

Comments
 (0)