Skip to content

Commit 92c7873

Browse files
Merge pull request #16242 from marcosvanella/FireX
FireX: Merge with firemodels/master
2 parents eb5e00f + df23b68 commit 92c7873

11 files changed

Lines changed: 683 additions & 815 deletions

File tree

Manuals/FDS_User_Guide/FDS_User_Guide.tex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13618,14 +13618,9 @@ \section{\texorpdfstring{{\tt SURF}}{SURF} (Surface Properties)}
1361813618
\ct{VEG_LSET_MLH} & Real & Section~\ref{info:level_set} & & 0.70 \\ \hline
1361913619
\ct{VEG_LSET_QCON} & Real & Section~\ref{info:level_set} & \unit{kW/m^2} & 0. \rule{0pt}{2.3ex} \\ \hline
1362013620
\ct{VEG_LSET_ROS_00} & Real & Section~\ref{info:level_set} & m/s & 0. \\ \hline
13621-
\ct{VEG_LSET_ROS_BACK} & Real & Section~\ref{info:level_set} & m/s & 0. \\ \hline
13622-
\ct{VEG_LSET_ROS_FLANK} & Real & Section~\ref{info:level_set} & m/s & 0. \\ \hline
13623-
\ct{VEG_LSET_ROS_HEAD} & Real & Section~\ref{info:level_set} & m/s & 0. \\ \hline
1362413621
\ct{VEG_LSET_ROS_FIXED} & Logical & Section~\ref{info:level_set} & & \ct{F} \\ \hline
1362513622
\ct{VEG_LSET_SIGMA} & Real & Section~\ref{info:level_set} & 1/m & 5000. \\ \hline
1362613623
\ct{VEG_LSET_SURF_LOAD} & Real & Section~\ref{info:level_set} & \unit{kg/m^2)} & 1.0 \rule{0pt}{2.3ex} \\ \hline
13627-
\ct{VEG_LSET_TAN2} & Real & Section~\ref{info:level_set} & & \\ \hline
13628-
\ct{VEG_LSET_WIND_EXP} & Real & Section~\ref{info:level_set} & & 1. \\ \hline
1362913624
\ct{VEG_LSET_WIND_HEIGHT} & Real & Section~\ref{info:custom_wind} & m & 6.1 \\ \hline
1363013625
\ct{VEG_LSET_WIND_RAMP} & Character & Section~\ref{info:custom_wind} & & \\ \hline
1363113626
\ct{VEL} & Real & Section~\ref{info:Velocity_BC} & m/s & \\ \hline
@@ -14428,7 +14423,6 @@ \chapter{Error Codes}
1442814423
1012 \> \ct{REAC_ID ... not found for HRRPUV REAC.} \> Section~\ref{info:gasoutputquantities} \\
1442914424
1013 \> \ct{Output QUANTITY2 ... requires a SPEC_ID.} \> Section~\ref{info:gasoutputquantities} \\
1443014425
1014 \> \ct{Output QUANTITY2 ... needs to be a SLCF appropriate quantity.} \> Section~\ref{info:gasoutputquantities} \\
14431-
1015 \> \ct{Output QUANTITY ... requires a QUANTITY2.} \> Section~\ref{info:gasoutputquantities} \\
1443214426
1016 \> \ct{Output QUANTITY ... requires a SPEC_ID.} \> Section~\ref{info:gasoutputquantities} \\
1443314427
1017 \> \ct{Output QUANTITY ... SPEC_ID ... not found.} \> Section~\ref{info:gasoutputquantities} \\
1443414428
1018 \> \ct{Output QUANTITY ... requires a MATL_ID.} \> Section~\ref{info:solidoutputquantities} \\

Source/cons.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,7 @@ MODULE GLOBAL_CONSTANTS
646646
INTEGER :: LEVEL_SET_MODE=0 !< Indicator of the type of level set calculation to be done
647647
LOGICAL :: LEVEL_SET_COUPLED_FIRE=.TRUE. !< Indicator for fire and wind level set coupling
648648
LOGICAL :: LEVEL_SET_COUPLED_WIND=.TRUE. !< Indicator for fire and wind level set coupling
649-
LOGICAL :: LEVEL_SET_ELLIPSE=.TRUE. !< Indicator of Richards elliptical level set formulation
650-
LOGICAL :: LSET_TAN2
649+
LOGICAL :: LEVEL_SET_ELLIPSE=.TRUE. !< Placeholder for future level set spread formulations
651650

652651
! Parameters for Terrain and Wind simulation needs
653652

Source/data.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MODULE OUTPUT_DATA
3434
INTEGRATED=.FALSE.,SOLID_PHASE=.FALSE.,GAS_PHASE=.TRUE.,INTEGRATED_PARTICLES=.FALSE.,&
3535
MASS_FRACTION=.FALSE.,SPEC_ID_REQUIRED=.FALSE.,PART_ID_REQUIRED=.FALSE.,INSIDE_SOLID=.FALSE.,&
3636
MATL_ID_REQUIRED=.FALSE.,TIME_AVERAGED=.TRUE.,DEVC_APPROPRIATE=.TRUE.,&
37-
DUCT_ID_REQUIRED=.FALSE.,NODE_ID_REQUIRED=.FALSE.,HVAC=.FALSE.,QUANTITY2_REQUIRED=.FALSE.,&
37+
DUCT_ID_REQUIRED=.FALSE.,NODE_ID_REQUIRED=.FALSE.,HVAC=.FALSE.,&
3838
CELL_L_REQUIRED=.FALSE.,HVAC_SMV=.FALSE.,PROF_APPROPRIATE=.FALSE., ELEM_ID_REQUIRED=.FALSE.
3939
END TYPE OUTPUT_QUANTITY_TYPE
4040

0 commit comments

Comments
 (0)