At the moment, CFAST is dimensioned to 30 compartments and 100
horizontal flow vents. This is set in the include file
cparams.fi.
While there is nothing magic about the number of compartments (it
could easily be resized and recompiled for 100 compartments, for
example), there is little if any validation for a simulation with such
a large number of compartments.
This lack of validation is true for most any model, be it CFAST, FDS,
or any other model. Still, that doesn't imply that it can't be used
either. This is an area where the use falls back on the standard
engineering judgement for the applicability of its use and validity
(for example, we have tested 100 compartments in series and the
results are as would be expected, but without experimental data of
this magnitude, we rely on our judgement of whether the answers are
reasonable or not).
If there is a desire for a larger number of compartments, we can
certainly make a change to the code base with caveats to the lack of
evaluation for larger test scenarios.