Skip to content

Commit

Permalink
Installer: Prepare for 7.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeacoc committed Nov 29, 2016
1 parent 6b527f3 commit ee55422
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Manuals/Users_Guide/Input_File_Chapter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ \chapter{Compartments}

The Compartments page defines the size, position, materials of construction, and flow characteristics for the compartments in the simulation. Initially, only the simulation environment page and the 'Add' button on the compartment geometry and thermal properties pages are enabled; all other pages are not available to the user for detailed inputs until a compartment has been added to the simulation.

In order to model a fire scenario, the size and position of each compartment in the structure must be specified. For a compartment, the width, depth, compartment height and height of the floor of the compartment provide this specification. The maximum number of compartments for version 7 is thirty. The usual assumption is that compartments are rectangular parallelepipeds. However, the CFAST model can accommodate odd shapes as equivalent floor area parallelepipeds or with a cross-sectional area that varies with height.
In order to model a fire scenario, the size and position of each compartment in the structure must be specified. For a compartment, the width, depth, compartment height and height of the floor of the compartment provide this specification. The maximum number of compartments for version 7 is 100. The usual assumption is that compartments are rectangular parallelepipeds. However, the CFAST model can accommodate odd shapes as equivalent floor area parallelepipeds or with a cross-sectional area that varies with height.

\begin{figure}[h!]
\begin{tabular*}{\textwidth}{c@{\extracolsep{\fill}}c}
Expand Down Expand Up @@ -223,7 +223,7 @@ \section{Wall Vents}

\begin{description}
\item[Time] (default units: s, default values: 0): Time during the simulation at which to begin or end a change in the open fraction.
\item[Fraction] (default value: 1, fully open): Fraction between 0 and 1 of the vent width to indicate the vent is closed, partially-open, or fully-open as the associated time point.
\item[Fraction] (default value: 1, fully open): Fraction between 0 and 1 of the vent width to indicate the vent is closed, partially-open, or fully-open as the associated time point.
\end{description}

For condition-based opening changes, the inputs specify an associated target, trigger value, and vent opening fractions before and after the trigger value has been reached.
Expand Down
2 changes: 1 addition & 1 deletion Source/CFAST/cfast.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ program cfast
real(eb) :: xdelt, tstop, tbeg, tend
type(thermal_type), pointer :: thrmpptr

version = 7200 ! Current CFAST version number
version = 7201 ! Current CFAST version number

if (command_argument_count().eq.0) then
call output_version(0)
Expand Down
2 changes: 1 addition & 1 deletion Source/Cedit/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("7.2.0.0")>
<Assembly: AssemblyVersion("7.2.1.0")>

0 comments on commit ee55422

Please sign in to comment.