From 4d197e7d7ea06f4e1da24a195c878b637ece917a Mon Sep 17 00:00:00 2001 From: rpeacoc Date: Thu, 10 Nov 2016 12:09:29 -0500 Subject: [PATCH] CFAST: Update appendix of CFAST keywords. Only partially done so far. --- .../Users_Guide/Appendix_CFAST_Keywords.tex | 29 +++++++++++++++---- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/Manuals/Users_Guide/Appendix_CFAST_Keywords.tex b/Manuals/Users_Guide/Appendix_CFAST_Keywords.tex index 46ee7b534..8770e5cb8 100644 --- a/Manuals/Users_Guide/Appendix_CFAST_Keywords.tex +++ b/Manuals/Users_Guide/Appendix_CFAST_Keywords.tex @@ -174,7 +174,7 @@ \section{EVENT} \item[TYPE] Type indicates the vent type associated with this EVENT action. ``H'' indicates a horizontal flow event that changes the vent opening, ``V'' a vertical flow event, ``M'' a mechanical flow event, and ``F'' for filtering of mechanical ventilation flow. \item[FIRST] compartment number of lower numbered (for wall vents), top (for ceiling/floor vents) or from compartment (for mechanical vents). \item[SECOND] compartment number of higher numbered (for wall vents), bottom (for ceiling/floor vents) or to compartment (for mechanical vents). - \item[VentID] vent number associated with the vent consistent with appropriate vent command. + \item[ID] vent number associated with the vent consistent with appropriate vent command. \item[TIME] beginning time of vent opening or filter fraction change. \item[FRACTION] final vent opening fraction or filter fraction. \item[DECAY] time over which opening or filter transitions from its initial fraction to its final fraction. @@ -326,13 +326,30 @@ \section{HHEAT} \section{HVENT} -\begin{lstlisting} -HVENT, FIRST_COMPARTMENT, SECOND_COMPARTMENT, VENT_NUMBER, WIDTH, SOFFIT, SILL, FIRST_COMPARTMENT_OFFSET, SECOND_COMPARTMENT_OFFSET, FACE, OPENING_TRIGGER_TYPE, OPENING_TRIGGER_CRITERION, ASSOCIATED_OPENING_TRIGGER_TARGET, INITIAL_TIME, INITIAL_FRACTION, FINAL_TIME, FINAL_FRACTION -\end{lstlisting} +The HVENT keyword specifies a vent which allows horizontal flow of gases through wall vents such as doors and windows. -Vent which allows horizontal flow of gases through vents such as doors and windows. Compartment offsets are triplets from the compartment origin. FACE is an integer from 1 to 4 counterclockwise from the origin defining which wall face to place the vent on when visualizing with Smokeview. It doesn't affect the dynamics of the calculation, just the way it looks. The size of the opening can be modified by EVENT. This changes the Opening\_Fraction from the initial value (set above) to some other value. Typical use is to start with the door open (Initial\_Opening\_Fraction~=~1) and use EVENT to close the door (Final\_Fraction~=~0). +\begin{adjustwidth}{1cm}{0cm} +\begin{description} + \item[FIRST] + \item[SECOND] + \item[ID] + \item[WIDTH] + \item[SOFFIT] + \item[SILL] + \item[OFFSET1] + \item[OFFSET2] + \item[FACE] + \item[TYPE] + \item[CRITERION] + \item[TARGET] + \item[INITIALTIME] + \item[INITIALFRACTION] + \item[FINALTIME] + \item[FINALFRACTION] +\end{description} +\end{adjustwidth} -Example: +\noindent Example: \begin{lstlisting} HVENT,1,2,1,1,2,0,2.5,0,1,TIME,,,0,1,0,1